Binary compatibility report for the library openid4java from version 0.9.4 to 0.9.5
Summary
Problem Summary
Added Methods (173)
openid4java-0.9.5.jar, AbstractNonceVerifier.class
package org.openid4java.consumer
AbstractNonceVerifier.setMaxAge ( int ageSeconds ):void
[ run-time name: org/openid4java/consumer/AbstractNonceVerifier.setMaxAge:(I)V ]
openid4java-0.9.5.jar, Association.class
package org.openid4java.association
Association.getFailedAssociation ( java.util.Date expiry ) [static]:Association
[ run-time name: org/openid4java/association/Association.getFailedAssociation:(Ljava/util/Date;)Lorg/openid4java/association/Association; ]
openid4java-0.9.5.jar, AuthSuccess.class
package org.openid4java.message
AuthSuccess.addSignExtension ( String extensionNamespace ):void
[ run-time name: org/openid4java/message/AuthSuccess.addSignExtension:(Ljava/lang/String;)V ]
openid4java-0.9.5.jar, AxMessage.class
package org.openid4java.message.ax
AxMessage.signRequired ( ):boolean
[ run-time name: org/openid4java/message/ax/AxMessage.signRequired:()Z ]
openid4java-0.9.5.jar, AxPayload.class
package org.openid4java.message.ax
AxPayload.addAttribute ( String alias, String typeUri, String value ):void
[ run-time name: org/openid4java/message/ax/AxPayload.addAttribute:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V ]
AxPayload.addAttribute ( String typeUri, String value ):String
[ run-time name: org/openid4java/message/ax/AxPayload.addAttribute:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String; ]
AxPayload.addAttributes ( java.util.Map attributes ):void
[ run-time name: org/openid4java/message/ax/AxPayload.addAttributes:(Ljava/util/Map;)V ]
AxPayload.AxPayload ( )
[ run-time name: org/openid4java/message/ax/AxPayload."<init>":()V ]
AxPayload.getAttributeAlias ( String typeUri ):String
[ run-time name: org/openid4java/message/ax/AxPayload.getAttributeAlias:(Ljava/lang/String;)Ljava/lang/String; ]
AxPayload.getAttributeAliases ( ):java.util.List
[ run-time name: org/openid4java/message/ax/AxPayload.getAttributeAliases:()Ljava/util/List; ]
AxPayload.getAttributes ( ):java.util.Map
[ run-time name: org/openid4java/message/ax/AxPayload.getAttributes:()Ljava/util/Map; ]
AxPayload.getAttributeTypes ( ):java.util.Map
[ run-time name: org/openid4java/message/ax/AxPayload.getAttributeTypes:()Ljava/util/Map; ]
AxPayload.getAttributeTypeUri ( String alias ):String
[ run-time name: org/openid4java/message/ax/AxPayload.getAttributeTypeUri:(Ljava/lang/String;)Ljava/lang/String; ]
AxPayload.getAttributeValue ( String alias ):String
[ run-time name: org/openid4java/message/ax/AxPayload.getAttributeValue:(Ljava/lang/String;)Ljava/lang/String; ]
AxPayload.getAttributeValueByTypeUri ( String typeUri ):String
[ run-time name: org/openid4java/message/ax/AxPayload.getAttributeValueByTypeUri:(Ljava/lang/String;)Ljava/lang/String; ]
AxPayload.getAttributeValues ( String alias ):java.util.List
[ run-time name: org/openid4java/message/ax/AxPayload.getAttributeValues:(Ljava/lang/String;)Ljava/util/List; ]
AxPayload.getAttributeValuesByTypeUri ( String typeUri ):java.util.List
[ run-time name: org/openid4java/message/ax/AxPayload.getAttributeValuesByTypeUri:(Ljava/lang/String;)Ljava/util/List; ]
AxPayload.getCount ( String alias ):int
[ run-time name: org/openid4java/message/ax/AxPayload.getCount:(Ljava/lang/String;)I ]
AxPayload.isValid ( ):boolean
[ run-time name: org/openid4java/message/ax/AxPayload.isValid:()Z ]
openid4java-0.9.5.jar, ConsumerManager.class
package org.openid4java.consumer
ConsumerManager.extractConsumerNonce ( String returnTo, String opUrl ):String
[ run-time name: org/openid4java/consumer/ConsumerManager.extractConsumerNonce:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String; ]
ConsumerManager.getMaxNonceAge ( ):int
[ run-time name: org/openid4java/consumer/ConsumerManager.getMaxNonceAge:()I ]
ConsumerManager.getPreExpiryAssocLockInterval ( ):int
[ run-time name: org/openid4java/consumer/ConsumerManager.getPreExpiryAssocLockInterval:()I ]
ConsumerManager.getPrivateAssociationStore ( ):ConsumerAssociationStore
[ run-time name: org/openid4java/consumer/ConsumerManager.getPrivateAssociationStore:()Lorg/openid4java/consumer/ConsumerAssociationStore; ]
ConsumerManager.insertConsumerNonce ( String opUrl, String returnTo ):String
[ run-time name: org/openid4java/consumer/ConsumerManager.insertConsumerNonce:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String; ]
ConsumerManager.isAllowStateless ( ):boolean
[ run-time name: org/openid4java/consumer/ConsumerManager.isAllowStateless:()Z ]
ConsumerManager.setAllowStateless ( boolean allowStateless ):void
[ run-time name: org/openid4java/consumer/ConsumerManager.setAllowStateless:(Z)V ]
ConsumerManager.setMaxNonceAge ( int ageSeconds ):void
[ run-time name: org/openid4java/consumer/ConsumerManager.setMaxNonceAge:(I)V ]
ConsumerManager.setPreExpiryAssocLockInterval ( int preExpiryAssocLockInterval ):void
[ run-time name: org/openid4java/consumer/ConsumerManager.setPreExpiryAssocLockInterval:(I)V ]
ConsumerManager.setPrivateAssociationStore ( ConsumerAssociationStore associations ):void
[ run-time name: org/openid4java/consumer/ConsumerManager.setPrivateAssociationStore:(Lorg/openid4java/consumer/ConsumerAssociationStore;)V ]
openid4java-0.9.5.jar, CyberNekoDOMHtmlParser.class
package org.openid4java.discovery.html
CyberNekoDOMHtmlParser.CyberNekoDOMHtmlParser ( )
[ run-time name: org/openid4java/discovery/html/CyberNekoDOMHtmlParser."<init>":()V ]
CyberNekoDOMHtmlParser.parseHtml ( String htmlData, HtmlResult result ):void
[ run-time name: org/openid4java/discovery/html/CyberNekoDOMHtmlParser.parseHtml:(Ljava/lang/String;Lorg/openid4java/discovery/html/HtmlResult;)V ]
openid4java-0.9.5.jar, CyberNekoDOMYadisHtmlParser.class
package org.openid4java.discovery.yadis
CyberNekoDOMYadisHtmlParser.CyberNekoDOMYadisHtmlParser ( )
[ run-time name: org/openid4java/discovery/yadis/CyberNekoDOMYadisHtmlParser."<init>":()V ]
CyberNekoDOMYadisHtmlParser.getHtmlMeta ( String input ):String
[ run-time name: org/openid4java/discovery/yadis/CyberNekoDOMYadisHtmlParser.getHtmlMeta:(Ljava/lang/String;)Ljava/lang/String; ]
openid4java-0.9.5.jar, Discovery.class
package org.openid4java.discovery
Discovery.setXriResolver ( xri.XriResolver xriResolver ):void
[ run-time name: org/openid4java/discovery/Discovery.setXriResolver:(Lorg/openid4java/discovery/xri/XriResolver;)V ]
openid4java-0.9.5.jar, DiscoveryInformation.class
package org.openid4java.discovery
DiscoveryInformation.DiscoveryInformation ( java.net.URL opEndpoint, Identifier claimedIdentifier, String delegate, String version, java.util.Set types )
[ run-time name: org/openid4java/discovery/DiscoveryInformation."<init>":(Ljava/net/URL;Lorg/openid4java/discovery/Identifier;Ljava/lang/String;Ljava/lang/String;Ljava/util/Set;)V ]
DiscoveryInformation.getTypes ( ):java.util.Set
[ run-time name: org/openid4java/discovery/DiscoveryInformation.getTypes:()Ljava/util/Set; ]
DiscoveryInformation.hasType ( String type ):boolean
[ run-time name: org/openid4java/discovery/DiscoveryInformation.hasType:(Ljava/lang/String;)Z ]
DiscoveryInformation.isOpenIDType ( String type ) [static]:boolean
[ run-time name: org/openid4java/discovery/DiscoveryInformation.isOpenIDType:(Ljava/lang/String;)Z ]
DiscoveryInformation.setTypes ( java.util.Set types ):void
[ run-time name: org/openid4java/discovery/DiscoveryInformation.setTypes:(Ljava/util/Set;)V ]
openid4java-0.9.5.jar, FetchRequest.class
package org.openid4java.message.ax
FetchRequest.addAttribute ( String typeUri, boolean required ):String
[ run-time name: org/openid4java/message/ax/FetchRequest.addAttribute:(Ljava/lang/String;Z)Ljava/lang/String; ]
openid4java-0.9.5.jar, HtmlParser.class
package org.openid4java.discovery.html
HtmlParser.parseHtml ( String p1, HtmlResult p2 ) [abstract]:void
[ run-time name: org/openid4java/discovery/html/HtmlParser.parseHtml:(Ljava/lang/String;Lorg/openid4java/discovery/html/HtmlResult;)V ]
openid4java-0.9.5.jar, HtmlResolver.class
package org.openid4java.discovery.html
HtmlResolver.discoverHtml ( org.openid4java.discovery.UrlIdentifier identifier ):java.util.List
[ run-time name: org/openid4java/discovery/html/HtmlResolver.discoverHtml:(Lorg/openid4java/discovery/UrlIdentifier;)Ljava/util/List; ]
HtmlResolver.discoverHtml ( org.openid4java.discovery.UrlIdentifier identifier, org.openid4java.util.HttpCache cache ):java.util.List
[ run-time name: org/openid4java/discovery/html/HtmlResolver.discoverHtml:(Lorg/openid4java/discovery/UrlIdentifier;Lorg/openid4java/util/HttpCache;)Ljava/util/List; ]
openid4java-0.9.5.jar, HttpCache.class
package org.openid4java.util
HttpCache.get ( String url ):HttpResponse
[ run-time name: org/openid4java/util/HttpCache.get:(Ljava/lang/String;)Lorg/openid4java/util/HttpResponse; ]
HttpCache.get ( String url, HttpRequestOptions requestOptions ):HttpResponse
[ run-time name: org/openid4java/util/HttpCache.get:(Ljava/lang/String;Lorg/openid4java/util/HttpRequestOptions;)Lorg/openid4java/util/HttpResponse; ]
HttpCache.getDefaultRequestOptions ( ):HttpRequestOptions
[ run-time name: org/openid4java/util/HttpCache.getDefaultRequestOptions:()Lorg/openid4java/util/HttpRequestOptions; ]
HttpCache.getRequestOptions ( ):HttpRequestOptions
[ run-time name: org/openid4java/util/HttpCache.getRequestOptions:()Lorg/openid4java/util/HttpRequestOptions; ]
HttpCache.head ( String url ):HttpResponse
[ run-time name: org/openid4java/util/HttpCache.head:(Ljava/lang/String;)Lorg/openid4java/util/HttpResponse; ]
HttpCache.head ( String url, HttpRequestOptions requestOptions ):HttpResponse
[ run-time name: org/openid4java/util/HttpCache.head:(Ljava/lang/String;Lorg/openid4java/util/HttpRequestOptions;)Lorg/openid4java/util/HttpResponse; ]
HttpCache.HttpCache ( )
[ run-time name: org/openid4java/util/HttpCache."<init>":()V ]
HttpCache.removeGet ( String url ):void
[ run-time name: org/openid4java/util/HttpCache.removeGet:(Ljava/lang/String;)V ]
HttpCache.setDefaultRequestOptions ( HttpRequestOptions defaultOptions ):void
[ run-time name: org/openid4java/util/HttpCache.setDefaultRequestOptions:(Lorg/openid4java/util/HttpRequestOptions;)V ]
openid4java-0.9.5.jar, HttpClientFactory.class
package org.openid4java.util
HttpClientFactory.isMultiThreadedHttpClient ( ) [static]:boolean
[ run-time name: org/openid4java/util/HttpClientFactory.isMultiThreadedHttpClient:()Z ]
HttpClientFactory.setMultiThreadedHttpClient ( boolean multiThreadedHttpClient ) [static]:void
[ run-time name: org/openid4java/util/HttpClientFactory.setMultiThreadedHttpClient:(Z)V ]
openid4java-0.9.5.jar, HttpRequestOptions.class
package org.openid4java.util
HttpRequestOptions.addRequestHeader ( String headerName, String headerValue ):void
[ run-time name: org/openid4java/util/HttpRequestOptions.addRequestHeader:(Ljava/lang/String;Ljava/lang/String;)V ]
HttpRequestOptions.getConnTimeout ( ):int
[ run-time name: org/openid4java/util/HttpRequestOptions.getConnTimeout:()I ]
HttpRequestOptions.getContentType ( ):String
[ run-time name: org/openid4java/util/HttpRequestOptions.getContentType:()Ljava/lang/String; ]
HttpRequestOptions.getMaxBodySize ( ):int
[ run-time name: org/openid4java/util/HttpRequestOptions.getMaxBodySize:()I ]
HttpRequestOptions.getMaxRedirects ( ):int
[ run-time name: org/openid4java/util/HttpRequestOptions.getMaxRedirects:()I ]
HttpRequestOptions.getRequestHeaders ( ):java.util.Map
[ run-time name: org/openid4java/util/HttpRequestOptions.getRequestHeaders:()Ljava/util/Map; ]
HttpRequestOptions.getSocketTimeout ( ):int
[ run-time name: org/openid4java/util/HttpRequestOptions.getSocketTimeout:()I ]
HttpRequestOptions.HttpRequestOptions ( )
[ run-time name: org/openid4java/util/HttpRequestOptions."<init>":()V ]
HttpRequestOptions.HttpRequestOptions ( HttpRequestOptions other )
[ run-time name: org/openid4java/util/HttpRequestOptions."<init>":(Lorg/openid4java/util/HttpRequestOptions;)V ]
HttpRequestOptions.isUseCache ( ):boolean
[ run-time name: org/openid4java/util/HttpRequestOptions.isUseCache:()Z ]
HttpRequestOptions.setConnTimeout ( int connTimeout ):void
[ run-time name: org/openid4java/util/HttpRequestOptions.setConnTimeout:(I)V ]
HttpRequestOptions.setContentType ( String contentType ):void
[ run-time name: org/openid4java/util/HttpRequestOptions.setContentType:(Ljava/lang/String;)V ]
HttpRequestOptions.setMaxBodySize ( int maxBodySize ):void
[ run-time name: org/openid4java/util/HttpRequestOptions.setMaxBodySize:(I)V ]
HttpRequestOptions.setMaxRedirects ( int maxRedirects ):void
[ run-time name: org/openid4java/util/HttpRequestOptions.setMaxRedirects:(I)V ]
HttpRequestOptions.setRequestHeaders ( java.util.Map requestHeaders ):void
[ run-time name: org/openid4java/util/HttpRequestOptions.setRequestHeaders:(Ljava/util/Map;)V ]
HttpRequestOptions.setSocketTimeout ( int socketTimeout ):void
[ run-time name: org/openid4java/util/HttpRequestOptions.setSocketTimeout:(I)V ]
HttpRequestOptions.setUseCache ( boolean useCache ):void
[ run-time name: org/openid4java/util/HttpRequestOptions.setUseCache:(Z)V ]
openid4java-0.9.5.jar, HttpResponse.class
package org.openid4java.util
HttpResponse.getBody ( ):String
[ run-time name: org/openid4java/util/HttpResponse.getBody:()Ljava/lang/String; ]
HttpResponse.getFinalUri ( ):String
[ run-time name: org/openid4java/util/HttpResponse.getFinalUri:()Ljava/lang/String; ]
HttpResponse.getMaxRedirectsFollowed ( ):int
[ run-time name: org/openid4java/util/HttpResponse.getMaxRedirectsFollowed:()I ]
HttpResponse.getResponseHeader ( String headerName ):org.apache.commons.httpclient.Header
[ run-time name: org/openid4java/util/HttpResponse.getResponseHeader:(Ljava/lang/String;)Lorg/apache/commons/httpclient/Header; ]
HttpResponse.getResponseHeaders ( String headerName ):org.apache.commons.httpclient.Header[]
[ run-time name: org/openid4java/util/HttpResponse.getResponseHeaders:(Ljava/lang/String;)[Lorg/apache/commons/httpclient/Header; ]
HttpResponse.getStatusCode ( ):int
[ run-time name: org/openid4java/util/HttpResponse.getStatusCode:()I ]
HttpResponse.getStatusLine ( ):String
[ run-time name: org/openid4java/util/HttpResponse.getStatusLine:()Ljava/lang/String; ]
HttpResponse.HttpResponse ( int statusCode, String statusLine, int redirectsFollowed, String finalUri, org.apache.commons.httpclient.Header[] responseHeaders, String body )
[ run-time name: org/openid4java/util/HttpResponse."<init>":(ILjava/lang/String;ILjava/lang/String;[Lorg/apache/commons/httpclient/Header;Ljava/lang/String;)V ]
HttpResponse.isBodySizeExceeded ( ):boolean
[ run-time name: org/openid4java/util/HttpResponse.isBodySizeExceeded:()Z ]
HttpResponse.setBodySizeExceeded ( boolean bodySizeExceeded ):void
[ run-time name: org/openid4java/util/HttpResponse.setBodySizeExceeded:(Z)V ]
openid4java-0.9.5.jar, JdbcConsumerAssociationStore.class
package org.openid4java.consumer
JdbcConsumerAssociationStore.getTableName ( ):String
[ run-time name: org/openid4java/consumer/JdbcConsumerAssociationStore.getTableName:()Ljava/lang/String; ]
JdbcConsumerAssociationStore.JdbcConsumerAssociationStore ( )
[ run-time name: org/openid4java/consumer/JdbcConsumerAssociationStore."<init>":()V ]
JdbcConsumerAssociationStore.JdbcConsumerAssociationStore ( String tableName )
[ run-time name: org/openid4java/consumer/JdbcConsumerAssociationStore."<init>":(Ljava/lang/String;)V ]
JdbcConsumerAssociationStore.load ( String opUrl ):org.openid4java.association.Association
[ run-time name: org/openid4java/consumer/JdbcConsumerAssociationStore.load:(Ljava/lang/String;)Lorg/openid4java/association/Association; ]
JdbcConsumerAssociationStore.load ( String opUrl, String handle ):org.openid4java.association.Association
[ run-time name: org/openid4java/consumer/JdbcConsumerAssociationStore.load:(Ljava/lang/String;Ljava/lang/String;)Lorg/openid4java/association/Association; ]
JdbcConsumerAssociationStore.remove ( String opUrl, String handle ):void
[ run-time name: org/openid4java/consumer/JdbcConsumerAssociationStore.remove:(Ljava/lang/String;Ljava/lang/String;)V ]
JdbcConsumerAssociationStore.save ( String opUrl, org.openid4java.association.Association association ):void
[ run-time name: org/openid4java/consumer/JdbcConsumerAssociationStore.save:(Ljava/lang/String;Lorg/openid4java/association/Association;)V ]
JdbcConsumerAssociationStore.setTableName ( String tableName ):void
[ run-time name: org/openid4java/consumer/JdbcConsumerAssociationStore.setTableName:(Ljava/lang/String;)V ]
openid4java-0.9.5.jar, JdbcNonceVerifier.class
package org.openid4java.consumer
JdbcNonceVerifier.getMaxAge ( ):int
[ run-time name: org/openid4java/consumer/JdbcNonceVerifier.getMaxAge:()I ]
JdbcNonceVerifier.getTableName ( ):String
[ run-time name: org/openid4java/consumer/JdbcNonceVerifier.getTableName:()Ljava/lang/String; ]
JdbcNonceVerifier.JdbcNonceVerifier ( int maxAge )
[ run-time name: org/openid4java/consumer/JdbcNonceVerifier."<init>":(I)V ]
JdbcNonceVerifier.JdbcNonceVerifier ( int maxAge, String tableName )
[ run-time name: org/openid4java/consumer/JdbcNonceVerifier."<init>":(ILjava/lang/String;)V ]
JdbcNonceVerifier.seen ( String opUrl, String nonce ):int
[ run-time name: org/openid4java/consumer/JdbcNonceVerifier.seen:(Ljava/lang/String;Ljava/lang/String;)I ]
JdbcNonceVerifier.setMaxAge ( int ageSeconds ):void
[ run-time name: org/openid4java/consumer/JdbcNonceVerifier.setMaxAge:(I)V ]
JdbcNonceVerifier.setTableName ( String tableName ):void
[ run-time name: org/openid4java/consumer/JdbcNonceVerifier.setTableName:(Ljava/lang/String;)V ]
openid4java-0.9.5.jar, MessageExtension.class
package org.openid4java.message
MessageExtension.signRequired ( ) [abstract]:boolean
[ run-time name: org/openid4java/message/MessageExtension.signRequired:()Z ]
openid4java-0.9.5.jar, NonceVerifier.class
package org.openid4java.consumer
NonceVerifier.setMaxAge ( int p1 ) [abstract]:void
[ run-time name: org/openid4java/consumer/NonceVerifier.setMaxAge:(I)V ]
openid4java-0.9.5.jar, OpenID4JavaDOMParser.class
package org.openid4java.util
OpenID4JavaDOMParser.createInputSource ( String s ) [static]:org.xml.sax.InputSource
[ run-time name: org/openid4java/util/OpenID4JavaDOMParser.createInputSource:(Ljava/lang/String;)Lorg/xml/sax/InputSource; ]
OpenID4JavaDOMParser.ignoredEndElement ( org.apache.xerces.xni.QName element, org.apache.xerces.xni.Augmentations augs ):void
[ run-time name: org/openid4java/util/OpenID4JavaDOMParser.ignoredEndElement:(Lorg/apache/xerces/xni/QName;Lorg/apache/xerces/xni/Augmentations;)V ]
OpenID4JavaDOMParser.ignoredStartElement ( org.apache.xerces.xni.QName element, org.apache.xerces.xni.XMLAttributes attrs, org.apache.xerces.xni.Augmentations augs ):void
[ run-time name: org/openid4java/util/OpenID4JavaDOMParser.ignoredStartElement:(Lorg/apache/xerces/xni/QName;Lorg/apache/xerces/xni/XMLAttributes;Lorg/apache/xerces/xni/Augmentations;)V ]
OpenID4JavaDOMParser.isIgnoredHeadStartElement ( ):boolean
[ run-time name: org/openid4java/util/OpenID4JavaDOMParser.isIgnoredHeadStartElement:()Z ]
OpenID4JavaDOMParser.OpenID4JavaDOMParser ( )
[ run-time name: org/openid4java/util/OpenID4JavaDOMParser."<init>":()V ]
OpenID4JavaDOMParser.toXmlString ( org.w3c.dom.Document doc ) [static]:String
[ run-time name: org/openid4java/util/OpenID4JavaDOMParser.toXmlString:(Lorg/w3c/dom/Document;)Ljava/lang/String; ]
openid4java-0.9.5.jar, OpenID4JavaUtils.class
package org.openid4java.util
OpenID4JavaUtils.getProperty ( String key ) [static]:String
[ run-time name: org/openid4java/util/OpenID4JavaUtils.getProperty:(Ljava/lang/String;)Ljava/lang/String; ]
OpenID4JavaUtils.getProperty ( String key, String defaultValue ) [static]:String
[ run-time name: org/openid4java/util/OpenID4JavaUtils.getProperty:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String; ]
openid4java-0.9.5.jar, PapeMessage.class
package org.openid4java.message.pape
PapeMessage.addAuthLevelExtension ( String authLevelTypeUri ):String
[ run-time name: org/openid4java/message/pape/PapeMessage.addAuthLevelExtension:(Ljava/lang/String;)Ljava/lang/String; ]
PapeMessage.getCustomAuthLevelAlias ( String authLevelTypeUri ):String
[ run-time name: org/openid4java/message/pape/PapeMessage.getCustomAuthLevelAlias:(Ljava/lang/String;)Ljava/lang/String; ]
PapeMessage.hasCustomAuthLevel ( String authLevelTypeUri ):boolean
[ run-time name: org/openid4java/message/pape/PapeMessage.hasCustomAuthLevel:(Ljava/lang/String;)Z ]
PapeMessage.signRequired ( ):boolean
[ run-time name: org/openid4java/message/pape/PapeMessage.signRequired:()Z ]
openid4java-0.9.5.jar, PapeRequest.class
package org.openid4java.message.pape
PapeRequest.addPreferredCustomAuthLevel ( String authLevelTypeUri ):void
[ run-time name: org/openid4java/message/pape/PapeRequest.addPreferredCustomAuthLevel:(Ljava/lang/String;)V ]
PapeRequest.validate ( ):void
[ run-time name: org/openid4java/message/pape/PapeRequest.validate:()V ]
openid4java-0.9.5.jar, PapeResponse.class
package org.openid4java.message.pape
PapeResponse.getAuthDate ( ):java.util.Date
[ run-time name: org/openid4java/message/pape/PapeResponse.getAuthDate:()Ljava/util/Date; ]
PapeResponse.getAuthTime ( ):String
[ run-time name: org/openid4java/message/pape/PapeResponse.getAuthTime:()Ljava/lang/String; ]
PapeResponse.getCustomAuthLevel ( String authLevelTypeUri ):String
[ run-time name: org/openid4java/message/pape/PapeResponse.getCustomAuthLevel:(Ljava/lang/String;)Ljava/lang/String; ]
PapeResponse.setAuthTime ( java.util.Date timestamp ):void
[ run-time name: org/openid4java/message/pape/PapeResponse.setAuthTime:(Ljava/util/Date;)V ]
PapeResponse.setCustomAuthLevel ( String authLevelTypeUri, String level ):void
[ run-time name: org/openid4java/message/pape/PapeResponse.setCustomAuthLevel:(Ljava/lang/String;Ljava/lang/String;)V ]
openid4java-0.9.5.jar, RealmVerifier.class
package org.openid4java.server
RealmVerifier.RealmVerifier ( boolean isOP )
[ run-time name: org/openid4java/server/RealmVerifier."<init>":(Z)V ]
RealmVerifier.validate ( String realm, String returnTo, boolean compatibility, boolean enforceRpId ):int
[ run-time name: org/openid4java/server/RealmVerifier.validate:(Ljava/lang/String;Ljava/lang/String;ZZ)I ]
openid4java-0.9.5.jar, SampleConsumer.class
package org.openid4java.consumer
SampleConsumer.SampleConsumer ( String returnToUrl )
[ run-time name: org/openid4java/consumer/SampleConsumer."<init>":(Ljava/lang/String;)V ]
openid4java-0.9.5.jar, SampleServer.class
package org.openid4java.server
SampleServer.SampleServer ( String endPointUrl )
[ run-time name: org/openid4java/server/SampleServer."<init>":(Ljava/lang/String;)V ]
openid4java-0.9.5.jar, ServerManager.class
package org.openid4java.server
ServerManager.authResponse ( org.openid4java.message.AuthRequest auhtReq, String userSelId, String userSelClaimed, boolean authenticatedAndApproved, String opEndpoint ):org.openid4java.message.Message
[ run-time name: org/openid4java/server/ServerManager.authResponse:(Lorg/openid4java/message/AuthRequest;Ljava/lang/String;Ljava/lang/String;ZLjava/lang/String;)Lorg/openid4java/message/Message; ]
ServerManager.authResponse ( org.openid4java.message.AuthRequest authReq, String userSelId, String userSelClaimed, boolean authenticatedAndApproved ):org.openid4java.message.Message
[ run-time name: org/openid4java/server/ServerManager.authResponse:(Lorg/openid4java/message/AuthRequest;Ljava/lang/String;Ljava/lang/String;Z)Lorg/openid4java/message/Message; ]
ServerManager.authResponse ( org.openid4java.message.AuthRequest authReq, String userSelId, String userSelClaimed, boolean authenticatedAndApproved, boolean signNow ):org.openid4java.message.Message
[ run-time name: org/openid4java/server/ServerManager.authResponse:(Lorg/openid4java/message/AuthRequest;Ljava/lang/String;Ljava/lang/String;ZZ)Lorg/openid4java/message/Message; ]
ServerManager.authResponse ( org.openid4java.message.AuthRequest authReq, String userSelId, String userSelClaimed, boolean authenticatedAndApproved, String opEndpoint, boolean signNow ):org.openid4java.message.Message
[ run-time name: org/openid4java/server/ServerManager.authResponse:(Lorg/openid4java/message/AuthRequest;Ljava/lang/String;Ljava/lang/String;ZLjava/lang/String;Z)Lorg/openid4java/message/Message; ]
openid4java-0.9.5.jar, SReg11ExtensionFactory.class
package org.openid4java.message.sreg
SReg11ExtensionFactory.getExtension ( org.openid4java.message.ParameterList parameterList, boolean isRequest ):org.openid4java.message.MessageExtension
[ run-time name: org/openid4java/message/sreg/SReg11ExtensionFactory.getExtension:(Lorg/openid4java/message/ParameterList;Z)Lorg/openid4java/message/MessageExtension; ]
SReg11ExtensionFactory.getTypeUri ( ):String
[ run-time name: org/openid4java/message/sreg/SReg11ExtensionFactory.getTypeUri:()Ljava/lang/String; ]
SReg11ExtensionFactory.SReg11ExtensionFactory ( )
[ run-time name: org/openid4java/message/sreg/SReg11ExtensionFactory."<init>":()V ]
openid4java-0.9.5.jar, SRegMessage.class
package org.openid4java.message.sreg
SRegMessage.setTypeUri ( String typeUri ):void
[ run-time name: org/openid4java/message/sreg/SRegMessage.setTypeUri:(Ljava/lang/String;)V ]
SRegMessage.signRequired ( ):boolean
[ run-time name: org/openid4java/message/sreg/SRegMessage.signRequired:()Z ]
openid4java-0.9.5.jar, XrdsParser.class
package org.openid4java.discovery.xrds
XrdsParser.parseXrds ( String p1, java.util.Set p2 ) [abstract]:java.util.List
[ run-time name: org/openid4java/discovery/xrds/XrdsParser.parseXrds:(Ljava/lang/String;Ljava/util/Set;)Ljava/util/List; ]
openid4java-0.9.5.jar, XrdsParserImpl.class
package org.openid4java.discovery.xrds
XrdsParserImpl.parseXrds ( String input, java.util.Set targetTypes ):java.util.List
[ run-time name: org/openid4java/discovery/xrds/XrdsParserImpl.parseXrds:(Ljava/lang/String;Ljava/util/Set;)Ljava/util/List; ]
XrdsParserImpl.XrdsParserImpl ( )
[ run-time name: org/openid4java/discovery/xrds/XrdsParserImpl."<init>":()V ]
openid4java-0.9.5.jar, XrdsServiceEndpoint.class
package org.openid4java.discovery.xrds
XrdsServiceEndpoint.compareTo ( Object o ):int
[ run-time name: org/openid4java/discovery/xrds/XrdsServiceEndpoint.compareTo:(Ljava/lang/Object;)I ]
XrdsServiceEndpoint.getCanonicalId ( ):String
[ run-time name: org/openid4java/discovery/xrds/XrdsServiceEndpoint.getCanonicalId:()Ljava/lang/String; ]
XrdsServiceEndpoint.getDelegate ( ):String
[ run-time name: org/openid4java/discovery/xrds/XrdsServiceEndpoint.getDelegate:()Ljava/lang/String; ]
XrdsServiceEndpoint.getLocalId ( ):String
[ run-time name: org/openid4java/discovery/xrds/XrdsServiceEndpoint.getLocalId:()Ljava/lang/String; ]
XrdsServiceEndpoint.getServicePriority ( ):int
[ run-time name: org/openid4java/discovery/xrds/XrdsServiceEndpoint.getServicePriority:()I ]
XrdsServiceEndpoint.getTypes ( ):java.util.Set
[ run-time name: org/openid4java/discovery/xrds/XrdsServiceEndpoint.getTypes:()Ljava/util/Set; ]
XrdsServiceEndpoint.getUri ( ):String
[ run-time name: org/openid4java/discovery/xrds/XrdsServiceEndpoint.getUri:()Ljava/lang/String; ]
XrdsServiceEndpoint.getUriPriority ( ):int
[ run-time name: org/openid4java/discovery/xrds/XrdsServiceEndpoint.getUriPriority:()I ]
XrdsServiceEndpoint.matchesType ( String type ):boolean
[ run-time name: org/openid4java/discovery/xrds/XrdsServiceEndpoint.matchesType:(Ljava/lang/String;)Z ]
XrdsServiceEndpoint.setCanonicalId ( String canonicalId ):void
[ run-time name: org/openid4java/discovery/xrds/XrdsServiceEndpoint.setCanonicalId:(Ljava/lang/String;)V ]
XrdsServiceEndpoint.setDelegate ( String delegate ):void
[ run-time name: org/openid4java/discovery/xrds/XrdsServiceEndpoint.setDelegate:(Ljava/lang/String;)V ]
XrdsServiceEndpoint.setLocalId ( String localId ):void
[ run-time name: org/openid4java/discovery/xrds/XrdsServiceEndpoint.setLocalId:(Ljava/lang/String;)V ]
XrdsServiceEndpoint.setServicePriority ( int servicePriority ):void
[ run-time name: org/openid4java/discovery/xrds/XrdsServiceEndpoint.setServicePriority:(I)V ]
XrdsServiceEndpoint.setTypes ( java.util.Set types ):void
[ run-time name: org/openid4java/discovery/xrds/XrdsServiceEndpoint.setTypes:(Ljava/util/Set;)V ]
XrdsServiceEndpoint.setUri ( String uri ):void
[ run-time name: org/openid4java/discovery/xrds/XrdsServiceEndpoint.setUri:(Ljava/lang/String;)V ]
XrdsServiceEndpoint.setUriPriority ( int uriPriority ):void
[ run-time name: org/openid4java/discovery/xrds/XrdsServiceEndpoint.setUriPriority:(I)V ]
XrdsServiceEndpoint.toString ( ):String
[ run-time name: org/openid4java/discovery/xrds/XrdsServiceEndpoint.toString:()Ljava/lang/String; ]
XrdsServiceEndpoint.XrdsServiceEndpoint ( String uri, java.util.Set types, int servicePriority, int uriPriority, String localId, String delegate, String canonicalId )
[ run-time name: org/openid4java/discovery/xrds/XrdsServiceEndpoint."<init>":(Ljava/lang/String;Ljava/util/Set;IILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V ]
openid4java-0.9.5.jar, XriDotNetProxyResolver.class
package org.openid4java.discovery.xri
XriDotNetProxyResolver.discover ( org.openid4java.discovery.XriIdentifier xri ):java.util.List
[ run-time name: org/openid4java/discovery/xri/XriDotNetProxyResolver.discover:(Lorg/openid4java/discovery/XriIdentifier;)Ljava/util/List; ]
XriDotNetProxyResolver.parseIdentifier ( String identifier ):org.openid4java.discovery.XriIdentifier
[ run-time name: org/openid4java/discovery/xri/XriDotNetProxyResolver.parseIdentifier:(Ljava/lang/String;)Lorg/openid4java/discovery/XriIdentifier; ]
XriDotNetProxyResolver.XriDotNetProxyResolver ( )
[ run-time name: org/openid4java/discovery/xri/XriDotNetProxyResolver."<init>":()V ]
openid4java-0.9.5.jar, XriIdentifier.class
package org.openid4java.discovery
XriIdentifier.toIRINormalForm ( ):String
[ run-time name: org/openid4java/discovery/XriIdentifier.toIRINormalForm:()Ljava/lang/String; ]
XriIdentifier.toString ( ):String
[ run-time name: org/openid4java/discovery/XriIdentifier.toString:()Ljava/lang/String; ]
XriIdentifier.toURINormalForm ( ):String
[ run-time name: org/openid4java/discovery/XriIdentifier.toURINormalForm:()Ljava/lang/String; ]
XriIdentifier.XriIdentifier ( String identifier, String iriNormalForm, String uriNormalForm )
[ run-time name: org/openid4java/discovery/XriIdentifier."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V ]
openid4java-0.9.5.jar, XriResolver.class
package org.openid4java.discovery.xri
XriResolver.discover ( org.openid4java.discovery.XriIdentifier p1 ) [abstract]:java.util.List
[ run-time name: org/openid4java/discovery/xri/XriResolver.discover:(Lorg/openid4java/discovery/XriIdentifier;)Ljava/util/List; ]
XriResolver.parseIdentifier ( String p1 ) [abstract]:org.openid4java.discovery.XriIdentifier
[ run-time name: org/openid4java/discovery/xri/XriResolver.parseIdentifier:(Ljava/lang/String;)Lorg/openid4java/discovery/XriIdentifier; ]
openid4java-0.9.5.jar, YadisHtmlParser.class
package org.openid4java.discovery.yadis
YadisHtmlParser.getHtmlMeta ( String p1 ) [abstract]:String
[ run-time name: org/openid4java/discovery/yadis/YadisHtmlParser.getHtmlMeta:(Ljava/lang/String;)Ljava/lang/String; ]
openid4java-0.9.5.jar, YadisResolver.class
package org.openid4java.discovery.yadis
YadisResolver.discover ( String url ):java.util.List
[ run-time name: org/openid4java/discovery/yadis/YadisResolver.discover:(Ljava/lang/String;)Ljava/util/List; ]
YadisResolver.discover ( String url, int maxRedirects ):java.util.List
[ run-time name: org/openid4java/discovery/yadis/YadisResolver.discover:(Ljava/lang/String;I)Ljava/util/List; ]
YadisResolver.discover ( String url, int maxRedirects, org.openid4java.util.HttpCache cache ):java.util.List
[ run-time name: org/openid4java/discovery/yadis/YadisResolver.discover:(Ljava/lang/String;ILorg/openid4java/util/HttpCache;)Ljava/util/List; ]
YadisResolver.discover ( String url, int maxRedirects, org.openid4java.util.HttpCache cache, java.util.Set serviceTypes ):YadisResult
[ run-time name: org/openid4java/discovery/yadis/YadisResolver.discover:(Ljava/lang/String;ILorg/openid4java/util/HttpCache;Ljava/util/Set;)Lorg/openid4java/discovery/yadis/YadisResult; ]
YadisResolver.discover ( String url, org.openid4java.util.HttpCache cache ):java.util.List
[ run-time name: org/openid4java/discovery/yadis/YadisResolver.discover:(Ljava/lang/String;Lorg/openid4java/util/HttpCache;)Ljava/util/List; ]
YadisResolver.discoverRP ( String url ):java.util.List
[ run-time name: org/openid4java/discovery/yadis/YadisResolver.discoverRP:(Ljava/lang/String;)Ljava/util/List; ]
openid4java-0.9.5.jar, YadisResult.class
package org.openid4java.discovery.yadis
YadisResult.getDiscoveredInformation ( java.util.Set targetTypes ):java.util.List
[ run-time name: org/openid4java/discovery/yadis/YadisResult.getDiscoveredInformation:(Ljava/util/Set;)Ljava/util/List; ]
YadisResult.getEndpointCount ( ):int
[ run-time name: org/openid4java/discovery/yadis/YadisResult.getEndpointCount:()I ]
YadisResult.getEndpoints ( ):java.util.List
[ run-time name: org/openid4java/discovery/yadis/YadisResult.getEndpoints:()Ljava/util/List; ]
YadisResult.hasEndpoints ( ):boolean
[ run-time name: org/openid4java/discovery/yadis/YadisResult.hasEndpoints:()Z ]
YadisResult.setEndpoints ( java.util.List endpoints ):void
[ run-time name: org/openid4java/discovery/yadis/YadisResult.setEndpoints:(Ljava/util/List;)V ]
openid4java-0.9.5.jar, YadisUrl.class
package org.openid4java.discovery.yadis
YadisUrl.YadisUrl ( org.openid4java.discovery.XriIdentifier xriId )
[ run-time name: org/openid4java/discovery/yadis/YadisUrl."<init>":(Lorg/openid4java/discovery/XriIdentifier;)V ]
to the top
Removed Methods (80)
openid4java-0.9.4.jar, AuthSuccess.class
package org.openid4java.message
AuthSuccess.setSignExtension ( String extensionNamespace ):void
[ run-time name: org/openid4java/message/AuthSuccess.setSignExtension:(Ljava/lang/String;)V ]
openid4java-0.9.4.jar, ConsumerManager.class
package org.openid4java.consumer
ConsumerManager.extractConsumerNonce ( String returnTo ):String
[ run-time name: org/openid4java/consumer/ConsumerManager.extractConsumerNonce:(Ljava/lang/String;)Ljava/lang/String; ]
ConsumerManager.getMaxNonceAge ( ):long
[ run-time name: org/openid4java/consumer/ConsumerManager.getMaxNonceAge:()J ]
ConsumerManager.getPrivateAssociation ( ):org.openid4java.association.Association
[ run-time name: org/openid4java/consumer/ConsumerManager.getPrivateAssociation:()Lorg/openid4java/association/Association; ]
ConsumerManager.insertConsumerNonce ( String returnTo ):String
[ run-time name: org/openid4java/consumer/ConsumerManager.insertConsumerNonce:(Ljava/lang/String;)Ljava/lang/String; ]
ConsumerManager.setPrivateAssociation ( org.openid4java.association.Association assoc ):void
[ run-time name: org/openid4java/consumer/ConsumerManager.setPrivateAssociation:(Lorg/openid4java/association/Association;)V ]
openid4java-0.9.4.jar, Discovery.class
package org.openid4java.discovery
Discovery.extractDiscoveryInformation ( org.openxri.xml.XRDS xrds, Identifier identifier ) [static]:java.util.List
[ run-time name: org/openid4java/discovery/Discovery.extractDiscoveryInformation:(Lorg/openxri/xml/XRDS;Lorg/openid4java/discovery/Identifier;)Ljava/util/List; ]
Discovery.extractDiscoveryInformation ( org.openxri.xml.XRDS xrds, XriIdentifier identifier, org.openxri.resolve.Resolver xriResolver ) [static]:java.util.List
[ run-time name: org/openid4java/discovery/Discovery.extractDiscoveryInformation:(Lorg/openxri/xml/XRDS;Lorg/openid4java/discovery/XriIdentifier;Lorg/openxri/resolve/Resolver;)Ljava/util/List; ]
Discovery.extractDiscoveryInformationOpenID ( org.openxri.resolve.Resolver xriResolver, java.util.ArrayList out, org.openxri.xml.XRD baseXRD, XriIdentifier identifier, String srvType, boolean wantCID ) [static]:boolean
[ run-time name: org/openid4java/discovery/Discovery.extractDiscoveryInformationOpenID:(Lorg/openxri/resolve/Resolver;Ljava/util/ArrayList;Lorg/openxri/xml/XRD;Lorg/openid4java/discovery/XriIdentifier;Ljava/lang/String;Z)Z ]
Discovery.extractRpDiscoveryInformation ( org.openxri.xml.XRDS xrds ) [static]:java.util.List
[ run-time name: org/openid4java/discovery/Discovery.extractRpDiscoveryInformation:(Lorg/openxri/xml/XRDS;)Ljava/util/List; ]
Discovery.getDelegate ( org.openxri.xml.Service service, boolean compatibility ) [static]:String
[ run-time name: org/openid4java/discovery/Discovery.getDelegate:(Lorg/openxri/xml/Service;Z)Ljava/lang/String; ]
Discovery.matchType ( org.openxri.xml.Service service, String sVal ) [static]:boolean
[ run-time name: org/openid4java/discovery/Discovery.matchType:(Lorg/openxri/xml/Service;Ljava/lang/String;)Z ]
Discovery.setXriResolver ( org.openxri.resolve.Resolver xriResolver ):void
[ run-time name: org/openid4java/discovery/Discovery.setXriResolver:(Lorg/openxri/resolve/Resolver;)V ]
openid4java-0.9.4.jar, HtmlResolver.class
package org.openid4java.discovery.html
HtmlResolver.discover ( org.openid4java.discovery.UrlIdentifier identifier ):HtmlResult
[ run-time name: org/openid4java/discovery/html/HtmlResolver.discover:(Lorg/openid4java/discovery/UrlIdentifier;)Lorg/openid4java/discovery/html/HtmlResult; ]
HtmlResolver.getConnTimeout ( ):int
[ run-time name: org/openid4java/discovery/html/HtmlResolver.getConnTimeout:()I ]
HtmlResolver.getMaxHtmlSize ( ):int
[ run-time name: org/openid4java/discovery/html/HtmlResolver.getMaxHtmlSize:()I ]
HtmlResolver.getSocketTimeout ( ):int
[ run-time name: org/openid4java/discovery/html/HtmlResolver.getSocketTimeout:()I ]
HtmlResolver.setConnTimeout ( int connTimeout ):void
[ run-time name: org/openid4java/discovery/html/HtmlResolver.setConnTimeout:(I)V ]
HtmlResolver.setMaxHtmlSize ( int maxHtmlSize ):void
[ run-time name: org/openid4java/discovery/html/HtmlResolver.setMaxHtmlSize:(I)V ]
HtmlResolver.setSocketTimeout ( int socketTimeout ):void
[ run-time name: org/openid4java/discovery/html/HtmlResolver.setSocketTimeout:(I)V ]
openid4java-0.9.4.jar, InfocardException.class
package org.openid4java.infocard
InfocardException.InfocardException ( String message )
[ run-time name: org/openid4java/infocard/InfocardException."<init>":(Ljava/lang/String;)V ]
InfocardException.InfocardException ( String message, int code )
[ run-time name: org/openid4java/infocard/InfocardException."<init>":(Ljava/lang/String;I)V ]
InfocardException.InfocardException ( String message, Throwable cause )
[ run-time name: org/openid4java/infocard/InfocardException."<init>":(Ljava/lang/String;Ljava/lang/Throwable;)V ]
InfocardException.InfocardException ( Throwable cause )
[ run-time name: org/openid4java/infocard/InfocardException."<init>":(Ljava/lang/Throwable;)V ]
openid4java-0.9.4.jar, InfocardInvocation.class
package org.openid4java.infocard.rp
InfocardInvocation.addClaim ( String claim, boolean required ):void
[ run-time name: org/openid4java/infocard/rp/InfocardInvocation.addClaim:(Ljava/lang/String;Z)V ]
InfocardInvocation.arrayToString ( java.util.List list ):String
[ run-time name: org/openid4java/infocard/rp/InfocardInvocation.arrayToString:(Ljava/util/List;)Ljava/lang/String; ]
InfocardInvocation.getClaims ( boolean required ):java.util.List
[ run-time name: org/openid4java/infocard/rp/InfocardInvocation.getClaims:(Z)Ljava/util/List; ]
InfocardInvocation.getHtmlObject ( ):String
[ run-time name: org/openid4java/infocard/rp/InfocardInvocation.getHtmlObject:()Ljava/lang/String; ]
InfocardInvocation.getIssuer ( ):String
[ run-time name: org/openid4java/infocard/rp/InfocardInvocation.getIssuer:()Ljava/lang/String; ]
InfocardInvocation.getIssuerPolicy ( ):String
[ run-time name: org/openid4java/infocard/rp/InfocardInvocation.getIssuerPolicy:()Ljava/lang/String; ]
InfocardInvocation.getObjectParam ( String paramName, String paramValue ):String
[ run-time name: org/openid4java/infocard/rp/InfocardInvocation.getObjectParam:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String; ]
InfocardInvocation.getPrivacyUrl ( ):String
[ run-time name: org/openid4java/infocard/rp/InfocardInvocation.getPrivacyUrl:()Ljava/lang/String; ]
InfocardInvocation.getPrivacyVersion ( ):int
[ run-time name: org/openid4java/infocard/rp/InfocardInvocation.getPrivacyVersion:()I ]
InfocardInvocation.getTokenType ( ):org.openid4java.infocard.OpenIDTokenType
[ run-time name: org/openid4java/infocard/rp/InfocardInvocation.getTokenType:()Lorg/openid4java/infocard/OpenIDTokenType; ]
InfocardInvocation.getXhtml ( ):String
[ run-time name: org/openid4java/infocard/rp/InfocardInvocation.getXhtml:()Ljava/lang/String; ]
InfocardInvocation.InfocardInvocation ( org.openid4java.infocard.OpenIDTokenType tokenType )
[ run-time name: org/openid4java/infocard/rp/InfocardInvocation."<init>":(Lorg/openid4java/infocard/OpenIDTokenType;)V ]
InfocardInvocation.InfocardInvocation ( org.openid4java.message.ax.FetchRequest fetch )
[ run-time name: org/openid4java/infocard/rp/InfocardInvocation."<init>":(Lorg/openid4java/message/ax/FetchRequest;)V ]
InfocardInvocation.setClaims ( java.util.List claims, boolean required ):void
[ run-time name: org/openid4java/infocard/rp/InfocardInvocation.setClaims:(Ljava/util/List;Z)V ]
InfocardInvocation.setIssuer ( String issuer ):void
[ run-time name: org/openid4java/infocard/rp/InfocardInvocation.setIssuer:(Ljava/lang/String;)V ]
InfocardInvocation.setIssuerPolicy ( String issuerPolicy ):void
[ run-time name: org/openid4java/infocard/rp/InfocardInvocation.setIssuerPolicy:(Ljava/lang/String;)V ]
InfocardInvocation.setPrivacyData ( String url, int version ):void
[ run-time name: org/openid4java/infocard/rp/InfocardInvocation.setPrivacyData:(Ljava/lang/String;I)V ]
InfocardInvocation.setTokenType ( org.openid4java.infocard.OpenIDTokenType tokenType ):void
[ run-time name: org/openid4java/infocard/rp/InfocardInvocation.setTokenType:(Lorg/openid4java/infocard/OpenIDTokenType;)V ]
openid4java-0.9.4.jar, OpenIDToken.class
package org.openid4java.infocard
OpenIDToken.createFromXmlToken ( String xmlToken ) [static]:OpenIDToken
[ run-time name: org/openid4java/infocard/OpenIDToken.createFromXmlToken:(Ljava/lang/String;)Lorg/openid4java/infocard/OpenIDToken; ]
OpenIDToken.getOpenIDMessage ( ):org.openid4java.message.Message
[ run-time name: org/openid4java/infocard/OpenIDToken.getOpenIDMessage:()Lorg/openid4java/message/Message; ]
OpenIDToken.getOpenIDParams ( ):org.openid4java.message.ParameterList
[ run-time name: org/openid4java/infocard/OpenIDToken.getOpenIDParams:()Lorg/openid4java/message/ParameterList; ]
OpenIDToken.getToken ( ):String
[ run-time name: org/openid4java/infocard/OpenIDToken.getToken:()Ljava/lang/String; ]
OpenIDToken.getTokenType ( ):OpenIDTokenType
[ run-time name: org/openid4java/infocard/OpenIDToken.getTokenType:()Lorg/openid4java/infocard/OpenIDTokenType; ]
OpenIDToken.OpenIDToken ( org.openid4java.message.Message openidMessage )
[ run-time name: org/openid4java/infocard/OpenIDToken."<init>":(Lorg/openid4java/message/Message;)V ]
OpenIDToken.setOpenIDMessage ( org.openid4java.message.Message openidMessage ):void
[ run-time name: org/openid4java/infocard/OpenIDToken.setOpenIDMessage:(Lorg/openid4java/message/Message;)V ]
openid4java-0.9.4.jar, OpenIDTokenGeneratorHandler.class
package org.openid4java.infocard.sts
OpenIDTokenGeneratorHandler.addDisplayClaim ( String uri, String value, String displayTag, org.apache.axiom.om.OMElement omParent, org.apache.axiom.om.OMNamespace omNs, org.apache.axiom.om.OMFactory omFactory ):void
[ run-time name: org/openid4java/infocard/sts/OpenIDTokenGeneratorHandler.addDisplayClaim:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/apache/axiom/om/OMElement;Lorg/apache/axiom/om/OMNamespace;Lorg/apache/axiom/om/OMFactory;)V ]
OpenIDTokenGeneratorHandler.configure ( java.util.Map mapGlobalSettings, String strComponentName, java.util.Map mapComponentSettings ):void
[ run-time name: org/openid4java/infocard/sts/OpenIDTokenGeneratorHandler.configure:(Ljava/util/Map;Ljava/lang/String;Ljava/util/Map;)V ]
OpenIDTokenGeneratorHandler.invoke ( java.util.Map mapGlobalSettings, String strComponentName, java.util.Map mapComponentSettings, java.util.Map mapInvocationSettings, org.eclipse.higgins.sts.api.IConstants constants, org.eclipse.higgins.sts.api.ISTSRequest request, org.eclipse.higgins.sts.api.ISTSResponse response ):void
[ run-time name: org/openid4java/infocard/sts/OpenIDTokenGeneratorHandler.invoke:(Ljava/util/Map;Ljava/lang/String;Ljava/util/Map;Ljava/util/Map;Lorg/eclipse/higgins/sts/api/IConstants;Lorg/eclipse/higgins/sts/api/ISTSRequest;Lorg/eclipse/higgins/sts/api/ISTSResponse;)V ]
OpenIDTokenGeneratorHandler.OpenIDTokenGeneratorHandler ( )
[ run-time name: org/openid4java/infocard/sts/OpenIDTokenGeneratorHandler."<init>":()V ]
openid4java-0.9.4.jar, OpenIDTokenGeneratorHandlerFactory.class
package org.openid4java.infocard.sts
OpenIDTokenGeneratorHandlerFactory.getNewInstance ( ):org.eclipse.higgins.configuration.api.IConfigurableComponent
[ run-time name: org/openid4java/infocard/sts/OpenIDTokenGeneratorHandlerFactory.getNewInstance:()Lorg/eclipse/higgins/configuration/api/IConfigurableComponent; ]
OpenIDTokenGeneratorHandlerFactory.getSingletonInstance ( ):org.eclipse.higgins.configuration.api.IConfigurableComponent
[ run-time name: org/openid4java/infocard/sts/OpenIDTokenGeneratorHandlerFactory.getSingletonInstance:()Lorg/eclipse/higgins/configuration/api/IConfigurableComponent; ]
OpenIDTokenGeneratorHandlerFactory.OpenIDTokenGeneratorHandlerFactory ( )
[ run-time name: org/openid4java/infocard/sts/OpenIDTokenGeneratorHandlerFactory."<init>":()V ]
openid4java-0.9.4.jar, OpenIDTokenType.class
package org.openid4java.infocard
OpenIDTokenType.toString ( ):String
[ run-time name: org/openid4java/infocard/OpenIDTokenType.toString:()Ljava/lang/String; ]
openid4java-0.9.4.jar, PapeRequest.class
package org.openid4java.message.pape
PapeRequest.isValid ( ):boolean
[ run-time name: org/openid4java/message/pape/PapeRequest.isValid:()Z ]
openid4java-0.9.4.jar, PapeResponse.class
package org.openid4java.message.pape
PapeResponse.getAuthAge ( ):int
[ run-time name: org/openid4java/message/pape/PapeResponse.getAuthAge:()I ]
PapeResponse.getNistAuthLevel ( ):int
[ run-time name: org/openid4java/message/pape/PapeResponse.getNistAuthLevel:()I ]
PapeResponse.setAuthAge ( int seconds ):void
[ run-time name: org/openid4java/message/pape/PapeResponse.setAuthAge:(I)V ]
PapeResponse.setNistAuthLevel ( int level ):void
[ run-time name: org/openid4java/message/pape/PapeResponse.setNistAuthLevel:(I)V ]
openid4java-0.9.4.jar, RealmVerifier.class
package org.openid4java.server
RealmVerifier.RealmVerifier ( )
[ run-time name: org/openid4java/server/RealmVerifier."<init>":()V ]
openid4java-0.9.4.jar, XriIdentifier.class
package org.openid4java.discovery
XriIdentifier.getXriIdentifier ( ):org.openxri.XRI
[ run-time name: org/openid4java/discovery/XriIdentifier.getXriIdentifier:()Lorg/openxri/XRI; ]
XriIdentifier.XriIdentifier ( String identifier )
[ run-time name: org/openid4java/discovery/XriIdentifier."<init>":(Ljava/lang/String;)V ]
openid4java-0.9.4.jar, YadisResolver.class
package org.openid4java.discovery.yadis
YadisResolver.discover ( String url ):YadisResult
[ run-time name: org/openid4java/discovery/yadis/YadisResolver.discover:(Ljava/lang/String;)Lorg/openid4java/discovery/yadis/YadisResult; ]
YadisResolver.discover ( String url, int maxRedirects ):YadisResult
[ run-time name: org/openid4java/discovery/yadis/YadisResolver.discover:(Ljava/lang/String;I)Lorg/openid4java/discovery/yadis/YadisResult; ]
YadisResolver.getConnTimeout ( ):int
[ run-time name: org/openid4java/discovery/yadis/YadisResolver.getConnTimeout:()I ]
YadisResolver.getMaxHtmlSize ( ):int
[ run-time name: org/openid4java/discovery/yadis/YadisResolver.getMaxHtmlSize:()I ]
YadisResolver.getMaxXmlSize ( ):int
[ run-time name: org/openid4java/discovery/yadis/YadisResolver.getMaxXmlSize:()I ]
YadisResolver.getSocketTimeout ( ):int
[ run-time name: org/openid4java/discovery/yadis/YadisResolver.getSocketTimeout:()I ]
YadisResolver.setConnTimeout ( int connTimeout ):void
[ run-time name: org/openid4java/discovery/yadis/YadisResolver.setConnTimeout:(I)V ]
YadisResolver.setMaxHtmlSize ( int maxHtmlSize ):void
[ run-time name: org/openid4java/discovery/yadis/YadisResolver.setMaxHtmlSize:(I)V ]
YadisResolver.setMaxXmlSize ( int maxXmlSize ):void
[ run-time name: org/openid4java/discovery/yadis/YadisResolver.setMaxXmlSize:(I)V ]
YadisResolver.setSocketTimeout ( int socketTimeout ):void
[ run-time name: org/openid4java/discovery/yadis/YadisResolver.setSocketTimeout:(I)V ]
openid4java-0.9.4.jar, YadisResult.class
package org.openid4java.discovery.yadis
YadisResult.getXrds ( ):org.openxri.xml.XRDS
[ run-time name: org/openid4java/discovery/yadis/YadisResult.getXrds:()Lorg/openxri/xml/XRDS; ]
YadisResult.isSuccess ( ):boolean
[ run-time name: org/openid4java/discovery/yadis/YadisResult.isSuccess:()Z ]
YadisResult.setSuccess ( boolean status ):void
[ run-time name: org/openid4java/discovery/yadis/YadisResult.setSuccess:(Z)V ]
YadisResult.setXrds ( org.openxri.xml.XRDS xrds ):void
[ run-time name: org/openid4java/discovery/yadis/YadisResult.setXrds:(Lorg/openxri/xml/XRDS;)V ]
openid4java-0.9.4.jar, YadisUrl.class
package org.openid4java.discovery.yadis
YadisUrl.YadisUrl ( org.openxri.XRI xriId )
[ run-time name: org/openid4java/discovery/yadis/YadisUrl."<init>":(Lorg/openxri/XRI;)V ]
to the top
Problems with Data Types, High risk (8)
openid4java-0.9.4.jar
package org.openid4java.consumer
[+] AbstractNonceVerifier (1)
|
Field _maxAge has been renamed to _maxAgeSeconds. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (5)
AbstractNonceVerifier.AbstractNonceVerifier ( int maxAge ):
This constructor is from 'AbstractNonceVerifier' abstract class.
AbstractNonceVerifier.getMaxAge ( ):
This method is from 'AbstractNonceVerifier' abstract class.
AbstractNonceVerifier.isTooOld ( java.util.Date now, java.util.Date nonce ):
This method is from 'AbstractNonceVerifier' abstract class.
AbstractNonceVerifier.seen ( java.util.Date p1, String p2, String p3 ):
This abstract method is from 'AbstractNonceVerifier' abstract class.
AbstractNonceVerifier.seen ( String opUrl, String nonce ):
This method is from 'AbstractNonceVerifier' abstract class.
[+] SampleConsumer (1)
|
Access level of field manager has been changed from public to private. | A client program may be interrupted by IllegalAccessError exception. |
[+] affected methods (3)
SampleConsumer.authRequest ( String userSuppliedString, javax.servlet.http.HttpServletRequest httpReq, javax.servlet.http.HttpServletResponse httpResp ):
This method is from 'SampleConsumer' class.
SampleConsumer.SampleConsumer ( ):
This constructor is from 'SampleConsumer' class.
SampleConsumer.verifyResponse ( javax.servlet.http.HttpServletRequest httpReq ):
This method is from 'SampleConsumer' class.
package org.openid4java.infocard
[+] InfocardException (1)
|
This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
InfocardException.InfocardException ( String message ):
This constructor is from 'InfocardException' class.
InfocardException.InfocardException ( String message, int code ):
This constructor is from 'InfocardException' class.
InfocardException.InfocardException ( String message, Throwable cause ):
This constructor is from 'InfocardException' class.
InfocardException.InfocardException ( Throwable cause ):
This constructor is from 'InfocardException' class.
[+] OpenIDToken (1)
|
This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
OpenIDToken.createFromXmlToken ( String xmlToken ):
This method is from 'OpenIDToken' class.
OpenIDToken.getOpenIDMessage ( ):
This method is from 'OpenIDToken' class.
OpenIDToken.getOpenIDParams ( ):
This method is from 'OpenIDToken' class.
OpenIDToken.getToken ( ):
This method is from 'OpenIDToken' class.
OpenIDToken.getTokenType ( ):
This method is from 'OpenIDToken' class.
OpenIDToken.OpenIDToken ( org.openid4java.message.Message openidMessage ):
This constructor is from 'OpenIDToken' class.
OpenIDToken.setOpenIDMessage ( org.openid4java.message.Message openidMessage ):
This method is from 'OpenIDToken' class.
[+] OpenIDTokenType (1)
|
This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
OpenIDTokenType.toString ( ):
This method is from 'OpenIDTokenType' class.
package org.openid4java.infocard.rp
[+] InfocardInvocation (1)
|
This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (18)
InfocardInvocation.addClaim ( String claim, boolean required ):
This method is from 'InfocardInvocation' class.
InfocardInvocation.arrayToString ( java.util.List list ):
This method is from 'InfocardInvocation' class.
InfocardInvocation.getClaims ( boolean required ):
This method is from 'InfocardInvocation' class.
InfocardInvocation.getHtmlObject ( ):
This method is from 'InfocardInvocation' class.
InfocardInvocation.getIssuer ( ):
This method is from 'InfocardInvocation' class.
InfocardInvocation.getIssuerPolicy ( ):
This method is from 'InfocardInvocation' class.
InfocardInvocation.getObjectParam ( String paramName, String paramValue ):
This method is from 'InfocardInvocation' class.
InfocardInvocation.getPrivacyUrl ( ):
This method is from 'InfocardInvocation' class.
InfocardInvocation.getPrivacyVersion ( ):
This method is from 'InfocardInvocation' class.
InfocardInvocation.getTokenType ( ):
This method is from 'InfocardInvocation' class.
InfocardInvocation.getXhtml ( ):
This method is from 'InfocardInvocation' class.
InfocardInvocation.InfocardInvocation ( org.openid4java.infocard.OpenIDTokenType tokenType ):
This constructor is from 'InfocardInvocation' class.
InfocardInvocation.InfocardInvocation ( org.openid4java.message.ax.FetchRequest fetch ):
This constructor is from 'InfocardInvocation' class.
InfocardInvocation.setClaims ( java.util.List claims, boolean required ):
This method is from 'InfocardInvocation' class.
InfocardInvocation.setIssuer ( String issuer ):
This method is from 'InfocardInvocation' class.
InfocardInvocation.setIssuerPolicy ( String issuerPolicy ):
This method is from 'InfocardInvocation' class.
InfocardInvocation.setPrivacyData ( String url, int version ):
This method is from 'InfocardInvocation' class.
InfocardInvocation.setTokenType ( org.openid4java.infocard.OpenIDTokenType tokenType ):
This method is from 'InfocardInvocation' class.
package org.openid4java.infocard.sts
[+] OpenIDTokenGeneratorHandler (1)
|
This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
OpenIDTokenGeneratorHandler.addDisplayClaim ( String uri, String value, String displayTag, org.apache.axiom.om.OMElement omParent, org.apache.axiom.om.OMNamespace omNs, org.apache.axiom.om.OMFactory omFactory ):
This method is from 'OpenIDTokenGeneratorHandler' class.
OpenIDTokenGeneratorHandler.configure ( java.util.Map mapGlobalSettings, String strComponentName, java.util.Map mapComponentSettings ):
This method is from 'OpenIDTokenGeneratorHandler' class.
OpenIDTokenGeneratorHandler.invoke ( java.util.Map mapGlobalSettings, String strComponentName, java.util.Map mapComponentSettings, java.util.Map mapInvocationSettings, org.eclipse.higgins.sts.api.IConstants constants, org.eclipse.higgins.sts.api.ISTSRequest request, org.eclipse.higgins.sts.api.ISTSResponse response ):
This method is from 'OpenIDTokenGeneratorHandler' class.
OpenIDTokenGeneratorHandler.OpenIDTokenGeneratorHandler ( ):
This constructor is from 'OpenIDTokenGeneratorHandler' class.
[+] OpenIDTokenGeneratorHandlerFactory (1)
|
This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
OpenIDTokenGeneratorHandlerFactory.getNewInstance ( ):
This method is from 'OpenIDTokenGeneratorHandlerFactory' class.
OpenIDTokenGeneratorHandlerFactory.getSingletonInstance ( ):
This method is from 'OpenIDTokenGeneratorHandlerFactory' class.
OpenIDTokenGeneratorHandlerFactory.OpenIDTokenGeneratorHandlerFactory ( ):
This constructor is from 'OpenIDTokenGeneratorHandlerFactory' class.
to the top
Problems with Methods, High risk (3)
openid4java-0.9.4.jar, Discovery
package org.openid4java.discovery
[+] Discovery.parseIdentifier ( String identifier ) [static]:Identifier (1)
[ run-time name: org/openid4java/discovery/Discovery.parseIdentifier:(Ljava/lang/String;)Lorg/openid4java/discovery/Identifier; ]
|
Method become non-static.
| A client program may be interrupted by NoSuchMethodError exception. |
[+] Discovery.parseIdentifier ( String identifier, boolean removeFragment ) [static]:Identifier (1)
[ run-time name: org/openid4java/discovery/Discovery.parseIdentifier:(Ljava/lang/String;Z)Lorg/openid4java/discovery/Identifier; ]
|
Method become non-static.
| A client program may be interrupted by NoSuchMethodError exception. |
openid4java-0.9.4.jar, HttpClientFactory
package org.openid4java.util
[+] HttpClientFactory.HttpClientFactory ( ) (1)
[ run-time name: org/openid4java/util/HttpClientFactory."<init>":()V ]
|
Access level has been changed from public to private. | A client program may be interrupted by IllegalAccessError exception. |
to the top
Problems with Data Types, Medium risk (4)
openid4java-0.9.4.jar
package org.openid4java.message
[+] MessageExtension (1)
|
Abstract method MessageExtension.signRequired ( ) has been added to this interface. | A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method Message.getExtension ( String typeUri ) and may not be implemented by old clients. |
[+] affected methods (10)
ax.AxMessage.getExtension ( ParameterList parameterList, boolean isRequest ):
Return value of this method has type 'MessageExtension'.
Message.addExtension ( MessageExtension extension ):
1st parameter 'extension' of this method has type 'MessageExtension'.
Message.getExtension ( String typeUri ):
Return value of this method has type 'MessageExtension'.
MessageExtension.getParameters ( ):
This abstract method is from 'MessageExtension' interface.
MessageExtension.getTypeUri ( ):
This abstract method is from 'MessageExtension' interface.
MessageExtension.providesIdentifier ( ):
This abstract method is from 'MessageExtension' interface.
MessageExtension.setParameters ( ParameterList p1 ):
This abstract method is from 'MessageExtension' interface.
MessageExtensionFactory.getExtension ( ParameterList p1, boolean p2 ):
Return value of this abstract method has type 'MessageExtension'.
pape.PapeMessage.getExtension ( ParameterList parameterList, boolean isRequest ):
Return value of this method has type 'MessageExtension'.
sreg.SRegMessage.getExtension ( ParameterList parameterList, boolean isRequest ):
Return value of this method has type 'MessageExtension'.
package org.openid4java.message.ax
[+] AxMessage (1)
|
Value of final field OPENID_NS_AX (java.lang.String) has been changed from "http://openid.net/srv/ax/1.0-draft7" to "http://openid.net/srv/ax/1.0". | Old value of the field will be inlined to the client code at compile-time and will be used instead of a new one. |
[+] affected methods (8)
AxMessage.AxMessage ( ):
This constructor is from 'AxMessage' class.
AxMessage.AxMessage ( org.openid4java.message.ParameterList params ):
This constructor is from 'AxMessage' class.
AxMessage.getExtension ( org.openid4java.message.ParameterList parameterList, boolean isRequest ):
This method is from 'AxMessage' class.
AxMessage.getParameters ( ):
This method is from 'AxMessage' class.
AxMessage.getParameterValue ( String name ):
This method is from 'AxMessage' class.
AxMessage.getTypeUri ( ):
This method is from 'AxMessage' class.
AxMessage.providesIdentifier ( ):
This method is from 'AxMessage' class.
AxMessage.setParameters ( org.openid4java.message.ParameterList params ):
This method is from 'AxMessage' class.
[+] FetchResponse (1)
|
Superclass has been changed from AxMessage to AxPayload. | 1) Access of a client program to the fields or methods of the old super-class may be interrupted by NoSuchFieldError or NoSuchMethodError exceptions. 2) A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class and cause IncompatibleClassChangeError exception. |
[+] affected methods (7)
FetchResponse.createFetchResponse ( ):
Return value of this method has type 'FetchResponse'.
FetchResponse.createFetchResponse ( FetchRequest req, java.util.Map userData ):
Return value of this method has type 'FetchResponse'.
FetchResponse.createFetchResponse ( org.openid4java.message.ParameterList params ):
Return value of this method has type 'FetchResponse'.
FetchResponse.FetchResponse ( ):
This constructor is from 'FetchResponse' class.
FetchResponse.FetchResponse ( org.openid4java.message.ParameterList params ):
This constructor is from 'FetchResponse' class.
FetchResponse.getUpdateUrl ( ):
This method is from 'FetchResponse' class.
FetchResponse.setUpdateUrl ( String updateUrl ):
This method is from 'FetchResponse' class.
[+] StoreRequest (1)
|
Superclass has been changed from AxMessage to AxPayload. | 1) Access of a client program to the fields or methods of the old super-class may be interrupted by NoSuchFieldError or NoSuchMethodError exceptions. 2) A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class and cause IncompatibleClassChangeError exception. |
[+] affected methods (5)
StoreRequest.createStoreRequest ( ):
Return value of this method has type 'StoreRequest'.
StoreRequest.createStoreRequest ( org.openid4java.message.ParameterList params ):
Return value of this method has type 'StoreRequest'.
StoreRequest.isValid ( ):
This method is from 'StoreRequest' class.
StoreRequest.StoreRequest ( ):
This constructor is from 'StoreRequest' class.
StoreRequest.StoreRequest ( org.openid4java.message.ParameterList params ):
This constructor is from 'StoreRequest' class.
to the top
Problems with Data Types, Low risk (30)
openid4java-0.9.4.jar
package org.openid4java
[+] OpenIDException (6)
|
Field AX_ERROR has been added to this class. | A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
Field EXTENSION_ERROR has been added to this class. | A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
Field PAPE_ERROR has been added to this class. | A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
Field SREG_ERROR has been added to this class. | A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
Field YADIS_XRDS_DOWNLOAD_ERROR (int) with the compile-time constant value 1804 has been renamed to XRDS_DOWNLOAD_ERROR. | A client program may change behavior. |
Field YADIS_XRDS_PARSING_ERROR (int) with the compile-time constant value 1805 has been renamed to XRDS_PARSING_ERROR. | A client program may change behavior. |
[+] affected methods (22)
message.DirectError.createDirectError ( OpenIDException e ):
1st parameter 'e' of this method has type 'OpenIDException'.
message.DirectError.createDirectError ( OpenIDException e, boolean compatibility ):
1st parameter 'e' of this method has type 'OpenIDException'.
message.DirectError.createDirectError ( OpenIDException e, String msg, boolean compatibility ):
1st parameter 'e' of this method has type 'OpenIDException'.
message.DirectError.DirectError ( OpenIDException e, boolean compatibility ):
1st parameter 'e' of this method has type 'OpenIDException'.
message.DirectError.DirectError ( OpenIDException e, String msg, boolean compatibility ):
1st parameter 'e' of this method has type 'OpenIDException'.
message.DirectError.getException ( ):
Return value of this method has type 'OpenIDException'.
message.DirectError.setException ( OpenIDException e ):
1st parameter 'e' of this method has type 'OpenIDException'.
message.IndirectError.createIndirectError ( OpenIDException e, String msg, String returnTo, boolean compatibility ):
1st parameter 'e' of this method has type 'OpenIDException'.
message.IndirectError.createIndirectError ( OpenIDException e, String returnTo ):
1st parameter 'e' of this method has type 'OpenIDException'.
message.IndirectError.createIndirectError ( OpenIDException e, String returnTo, boolean compatibility ):
1st parameter 'e' of this method has type 'OpenIDException'.
message.IndirectError.getException ( ):
Return value of this method has type 'OpenIDException'.
message.IndirectError.IndirectError ( OpenIDException e, String msg, String returnTo, boolean compatibility ):
1st parameter 'e' of this method has type 'OpenIDException'.
message.IndirectError.setException ( OpenIDException e ):
1st parameter 'e' of this method has type 'OpenIDException'.
OpenIDException.getErrorCode ( ):
This method is from 'OpenIDException' class.
OpenIDException.getMessage ( ):
This method is from 'OpenIDException' class.
OpenIDException.OpenIDException ( int code, Throwable cause ):
This constructor is from 'OpenIDException' class.
OpenIDException.OpenIDException ( String message ):
This constructor is from 'OpenIDException' class.
OpenIDException.OpenIDException ( String message, int code ):
This constructor is from 'OpenIDException' class.
OpenIDException.OpenIDException ( String message, int code, Throwable cause ):
This constructor is from 'OpenIDException' class.
OpenIDException.OpenIDException ( String message, Throwable cause ):
This constructor is from 'OpenIDException' class.
OpenIDException.OpenIDException ( Throwable cause ):
This constructor is from 'OpenIDException' class.
OpenIDException.setErrorCode ( int errorCode ):
This method is from 'OpenIDException' class.
package org.openid4java.discovery
[+] DiscoveryInformation (4)
|
Field OPENID1_SIGNON_TYPES has been added to this class. | A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
Field OPENID_OP_TYPES has been added to this class. | A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
Field OPENID_SIGNON_TYPES has been added to this class. | A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
Field OPENID_TYPES has been added to this class. | A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (18)
org.openid4java.consumer.ConsumerManager.associate ( java.util.List discoveries ):
Return value of this method has type 'DiscoveryInformation'.
org.openid4java.consumer.ConsumerManager.authenticate ( DiscoveryInformation discovered, String returnToUrl ):
1st parameter 'discovered' of this method has type 'DiscoveryInformation'.
org.openid4java.consumer.ConsumerManager.authenticate ( DiscoveryInformation discovered, String returnToUrl, String realm ):
1st parameter 'discovered' of this method has type 'DiscoveryInformation'.
org.openid4java.consumer.ConsumerManager.verify ( String receivingUrl, org.openid4java.message.ParameterList response, DiscoveryInformation discovered ):
3rd parameter 'discovered' of this method has type 'DiscoveryInformation'.
org.openid4java.consumer.ConsumerManager.verifyNonce ( org.openid4java.message.AuthSuccess authResp, DiscoveryInformation discovered ):
2nd parameter 'discovered' of this method has type 'DiscoveryInformation'.
DiscoveryInformation.DiscoveryInformation ( java.net.URL opEndpoint ):
This constructor is from 'DiscoveryInformation' class.
DiscoveryInformation.DiscoveryInformation ( java.net.URL opEndpoint, Identifier claimedIdentifier ):
This constructor is from 'DiscoveryInformation' class.
DiscoveryInformation.DiscoveryInformation ( java.net.URL opEndpoint, Identifier claimedIdentifier, String delegate, String version ):
This constructor is from 'DiscoveryInformation' class.
DiscoveryInformation.DiscoveryInformation ( java.net.URL opEndpoint, Identifier claimedIdentifier, String version ):
This constructor is from 'DiscoveryInformation' class.
DiscoveryInformation.getClaimedIdentifier ( ):
This method is from 'DiscoveryInformation' class.
DiscoveryInformation.getDelegateIdentifier ( ):
This method is from 'DiscoveryInformation' class.
DiscoveryInformation.getOPEndpoint ( ):
This method is from 'DiscoveryInformation' class.
DiscoveryInformation.getVersion ( ):
This method is from 'DiscoveryInformation' class.
DiscoveryInformation.hasClaimedIdentifier ( ):
This method is from 'DiscoveryInformation' class.
DiscoveryInformation.hasDelegateIdentifier ( ):
This method is from 'DiscoveryInformation' class.
DiscoveryInformation.isVersion2 ( ):
This method is from 'DiscoveryInformation' class.
DiscoveryInformation.setVersion ( String version ):
This method is from 'DiscoveryInformation' class.
DiscoveryInformation.toString ( ):
This method is from 'DiscoveryInformation' class.
package org.openid4java.message.ax
[+] FetchResponse (9)
|
Method FetchResponse.addAttribute ( String typeUri, String value ) has been moved up type hierarchy to AxPayload.addAttribute ( String typeUri, String value ) | Method AxPayload.addAttribute ( String typeUri, String value ) will be called instead of FetchResponse.addAttribute ( String typeUri, String value ) in a client program. |
Method FetchResponse.addAttribute ( String alias, String typeUri, String value ) has been moved up type hierarchy to AxPayload.addAttribute ( String alias, String typeUri, String value ) | Method AxPayload.addAttribute ( String alias, String typeUri, String value ) will be called instead of FetchResponse.addAttribute ( String alias, String typeUri, String value ) in a client program. |
Method FetchResponse.addAttributes ( java.util.Map attributes ) has been moved up type hierarchy to AxPayload.addAttributes ( java.util.Map attributes ) | Method AxPayload.addAttributes ( java.util.Map attributes ) will be called instead of FetchResponse.addAttributes ( java.util.Map attributes ) in a client program. |
Method FetchResponse.getAttributeAliases ( ) has been moved up type hierarchy to AxPayload.getAttributeAliases ( ) | Method AxPayload.getAttributeAliases ( ) will be called instead of FetchResponse.getAttributeAliases ( ) in a client program. |
Method FetchResponse.getAttributeTypes ( ) has been moved up type hierarchy to AxPayload.getAttributeTypes ( ) | Method AxPayload.getAttributeTypes ( ) will be called instead of FetchResponse.getAttributeTypes ( ) in a client program. |
Method FetchResponse.getAttributeValue ( String alias ) has been moved up type hierarchy to AxPayload.getAttributeValue ( String alias ) | Method AxPayload.getAttributeValue ( String alias ) will be called instead of FetchResponse.getAttributeValue ( String alias ) in a client program. |
Method FetchResponse.getAttributeValues ( String alias ) has been moved up type hierarchy to AxPayload.getAttributeValues ( String alias ) | Method AxPayload.getAttributeValues ( String alias ) will be called instead of FetchResponse.getAttributeValues ( String alias ) in a client program. |
Method FetchResponse.getAttributes ( ) has been moved up type hierarchy to AxPayload.getAttributes ( ) | Method AxPayload.getAttributes ( ) will be called instead of FetchResponse.getAttributes ( ) in a client program. |
Method FetchResponse.getCount ( String alias ) has been moved up type hierarchy to AxPayload.getCount ( String alias ) | Method AxPayload.getCount ( String alias ) will be called instead of FetchResponse.getCount ( String alias ) in a client program. |
[+] affected methods (9)
FetchResponse.addAttribute ( String alias, String typeUri, String value ):
Method 'AxPayload.addAttribute ( String alias, String typeUri, String value )' will be called instead of this method in a client program.
FetchResponse.addAttribute ( String typeUri, String value ):
Method 'AxPayload.addAttribute ( String typeUri, String value )' will be called instead of this method in a client program.
FetchResponse.addAttributes ( java.util.Map attributes ):
Method 'AxPayload.addAttributes ( java.util.Map attributes )' will be called instead of this method in a client program.
FetchResponse.getAttributeAliases ( ):
Method 'AxPayload.getAttributeAliases ( )' will be called instead of this method in a client program.
FetchResponse.getAttributes ( ):
Method 'AxPayload.getAttributes ( )' will be called instead of this method in a client program.
FetchResponse.getAttributeTypes ( ):
Method 'AxPayload.getAttributeTypes ( )' will be called instead of this method in a client program.
FetchResponse.getAttributeValue ( String alias ):
Method 'AxPayload.getAttributeValue ( String alias )' will be called instead of this method in a client program.
FetchResponse.getAttributeValues ( String alias ):
Method 'AxPayload.getAttributeValues ( String alias )' will be called instead of this method in a client program.
FetchResponse.getCount ( String alias ):
Method 'AxPayload.getCount ( String alias )' will be called instead of this method in a client program.
[+] StoreRequest (6)
|
Method StoreRequest.addAttribute ( String alias, String typeUri, String value ) has been moved up type hierarchy to AxPayload.addAttribute ( String alias, String typeUri, String value ) | Method AxPayload.addAttribute ( String alias, String typeUri, String value ) will be called instead of StoreRequest.addAttribute ( String alias, String typeUri, String value ) in a client program. |
Method StoreRequest.getAttributeAliases ( ) has been moved up type hierarchy to AxPayload.getAttributeAliases ( ) | Method AxPayload.getAttributeAliases ( ) will be called instead of StoreRequest.getAttributeAliases ( ) in a client program. |
Method StoreRequest.getAttributeValue ( String alias ) has been moved up type hierarchy to AxPayload.getAttributeValue ( String alias ) | Method AxPayload.getAttributeValue ( String alias ) will be called instead of StoreRequest.getAttributeValue ( String alias ) in a client program. |
Method StoreRequest.getAttributeValues ( String alias ) has been moved up type hierarchy to AxPayload.getAttributeValues ( String alias ) | Method AxPayload.getAttributeValues ( String alias ) will be called instead of StoreRequest.getAttributeValues ( String alias ) in a client program. |
Method StoreRequest.getAttributes ( ) has been moved up type hierarchy to AxPayload.getAttributes ( ) | Method AxPayload.getAttributes ( ) will be called instead of StoreRequest.getAttributes ( ) in a client program. |
Method StoreRequest.getCount ( String alias ) has been moved up type hierarchy to AxPayload.getCount ( String alias ) | Method AxPayload.getCount ( String alias ) will be called instead of StoreRequest.getCount ( String alias ) in a client program. |
[+] affected methods (6)
StoreRequest.addAttribute ( String alias, String typeUri, String value ):
Method 'AxPayload.addAttribute ( String alias, String typeUri, String value )' will be called instead of this method in a client program.
StoreRequest.getAttributeAliases ( ):
Method 'AxPayload.getAttributeAliases ( )' will be called instead of this method in a client program.
StoreRequest.getAttributes ( ):
Method 'AxPayload.getAttributes ( )' will be called instead of this method in a client program.
StoreRequest.getAttributeValue ( String alias ):
Method 'AxPayload.getAttributeValue ( String alias )' will be called instead of this method in a client program.
StoreRequest.getAttributeValues ( String alias ):
Method 'AxPayload.getAttributeValues ( String alias )' will be called instead of this method in a client program.
StoreRequest.getCount ( String alias ):
Method 'AxPayload.getCount ( String alias )' will be called instead of this method in a client program.
package org.openid4java.message.pape
[+] PapeMessage (3)
|
Field AUTH_LEVEL_NS_PREFIX has been added to this class. | A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
Field AUTH_LEVEL_PREFIX has been added to this class. | A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
Field authLevelAliases has been added to this class. | A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (11)
PapeMessage.getExtension ( org.openid4java.message.ParameterList parameterList, boolean isRequest ):
This method is from 'PapeMessage' class.
PapeMessage.getParameter ( String name ):
This method is from 'PapeMessage' class.
PapeMessage.getParameters ( ):
This method is from 'PapeMessage' class.
PapeMessage.getParameterValue ( String name ):
This method is from 'PapeMessage' class.
PapeMessage.getTypeUri ( ):
This method is from 'PapeMessage' class.
PapeMessage.hasParameter ( String name ):
This method is from 'PapeMessage' class.
PapeMessage.PapeMessage ( ):
This constructor is from 'PapeMessage' class.
PapeMessage.PapeMessage ( org.openid4java.message.ParameterList params ):
This constructor is from 'PapeMessage' class.
PapeMessage.providesIdentifier ( ):
This method is from 'PapeMessage' class.
PapeMessage.set ( String name, String value ):
This method is from 'PapeMessage' class.
PapeMessage.setParameters ( org.openid4java.message.ParameterList params ):
This method is from 'PapeMessage' class.
[+] PapeResponse (1)
|
Field AUTH_AGE_UNKNOWN (java.lang.String) with the compile-time constant value "none" has been removed from this class. | A client program may change behavior. |
[+] affected methods (8)
PapeResponse.addAuthPolicy ( String policyUri ):
This method is from 'PapeResponse' class.
PapeResponse.createPapeResponse ( ):
This method is from 'PapeResponse' class.
PapeResponse.createPapeResponse ( org.openid4java.message.ParameterList params ):
This method is from 'PapeResponse' class.
PapeResponse.getAuthPolicies ( ):
This method is from 'PapeResponse' class.
PapeResponse.getAuthPoliciesList ( ):
This method is from 'PapeResponse' class.
PapeResponse.PapeResponse ( ):
This constructor is from 'PapeResponse' class.
PapeResponse.PapeResponse ( org.openid4java.message.ParameterList params ):
This constructor is from 'PapeResponse' class.
PapeResponse.setAuthPolicies ( String policyUris ):
This method is from 'PapeResponse' class.
package org.openid4java.message.sreg
[+] SRegMessage (1)
|
Field OPENID_NS_SREG11 has been added to this class. | A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (10)
SRegMessage.getExtension ( org.openid4java.message.ParameterList parameterList, boolean isRequest ):
This method is from 'SRegMessage' class.
SRegMessage.getParameters ( ):
This method is from 'SRegMessage' class.
SRegMessage.getParameterValue ( String name ):
This method is from 'SRegMessage' class.
SRegMessage.getTypeUri ( ):
This method is from 'SRegMessage' class.
SRegMessage.multivalDecode ( String value ):
This method is from 'SRegMessage' class.
SRegMessage.multivalEncode ( String value ):
This method is from 'SRegMessage' class.
SRegMessage.providesIdentifier ( ):
This method is from 'SRegMessage' class.
SRegMessage.setParameters ( org.openid4java.message.ParameterList params ):
This method is from 'SRegMessage' class.
SRegMessage.SRegMessage ( ):
This constructor is from 'SRegMessage' class.
SRegMessage.SRegMessage ( org.openid4java.message.ParameterList params ):
This constructor is from 'SRegMessage' class.
to the top
Problems with Methods, Low risk (1)
openid4java-0.9.4.jar, AbstractNonceVerifier
package org.openid4java.consumer
[+] AbstractNonceVerifier.seen ( String opUrl, String nonce ):int (1)
[ run-time name: org/openid4java/consumer/AbstractNonceVerifier.seen:(Ljava/lang/String;Ljava/lang/String;)I ]
|
Method become synchronized.
| A multi-threaded client program may change behavior. |
to the top
Java ARchives (1)
openid4java-0.9.4.jar
to the top
Classes (73)
AbstractNonceVerifier.class
Association.class
AssociationError.class
AssociationException.class
AssociationRequest.class
AssociationResponse.class
AssociationSessionType.class
AuthFailure.class
AuthImmediateFailure.class
AuthRequest.class
AuthSuccess.class
AxMessage.class
ConsumerAssociationStore.class
ConsumerException.class
ConsumerManager.class
DiffieHellmanSession.class
DirectError.class
Discovery.class
DiscoveryException.class
DiscoveryInformation.class
EhcacheNonceVerifier.class
FetchRequest.class
FetchResponse.class
HtmlResolver.class
HtmlResult.class
HttpClientFactory.class
Identifier.class
IncrementalNonceGenerator.class
IndirectError.class
InfocardException.class
InfocardInvocation.class
InMemoryConsumerAssociationStore.class
InMemoryNonceVerifier.class
InMemoryServerAssociationStore.class
InternetDateFormat.class
JdbcServerAssociationStore.class
Message.class
MessageException.class
MessageExtension.class
MessageExtensionFactory.class
NonceGenerator.class
NonceVerifier.class
OpenIDException.class
OpenIDToken.class
OpenIDTokenGeneratorHandler.class
OpenIDTokenGeneratorHandlerFactory.class
OpenIDTokenType.class
PapeMessage.class
PapeRequest.class
PapeResponse.class
Parameter.class
ParameterList.class
ProxyProperties.class
RealmVerifier.class
SampleConsumer.class
SampleServer.class
ServerAssociationStore.class
ServerException.class
ServerManager.class
SRegMessage.class
SRegRequest.class
SRegResponse.class
StoreRequest.class
StoreResponse.class
UrlIdentifier.class
VerificationResult.class
VerifyRequest.class
VerifyResponse.class
XriIdentifier.class
YadisException.class
YadisResolver.class
YadisResult.class
YadisUrl.class
to the top
Generated on Thu Dec 30 18:21:54 2010 for openid4java by Java API Compliance Checker 1.0
The cross-platform tool for verifying backward compatibility of a Java Library API