Source compatibility report for the library openid4java from version 0.9.3 to 0.9.4
Summary
Problem Summary
Added Methods (166)
openid4java-0.9.4.jar, AssociationError.class
package org.openid4java.message
AssociationError.validate ( ):void
[ run-time name: org/openid4java/message/AssociationError.validate:()V ]
openid4java-0.9.4.jar, AssociationException.class
package org.openid4java.association
AssociationException.AssociationException ( int code, Throwable cause )
[ run-time name: org/openid4java/association/AssociationException."<init>":(ILjava/lang/Throwable;)V ]
AssociationException.AssociationException ( String message, int code )
[ run-time name: org/openid4java/association/AssociationException."<init>":(Ljava/lang/String;I)V ]
AssociationException.AssociationException ( String message, int code, Throwable cause )
[ run-time name: org/openid4java/association/AssociationException."<init>":(Ljava/lang/String;ILjava/lang/Throwable;)V ]
openid4java-0.9.4.jar, AssociationRequest.class
package org.openid4java.message
AssociationRequest.validate ( ):void
[ run-time name: org/openid4java/message/AssociationRequest.validate:()V ]
openid4java-0.9.4.jar, AssociationResponse.class
package org.openid4java.message
AssociationResponse.validate ( ):void
[ run-time name: org/openid4java/message/AssociationResponse.validate:()V ]
openid4java-0.9.4.jar, AuthFailure.class
package org.openid4java.message
AuthFailure.validate ( ):void
[ run-time name: org/openid4java/message/AuthFailure.validate:()V ]
openid4java-0.9.4.jar, AuthImmediateFailure.class
package org.openid4java.message
AuthImmediateFailure.validate ( ):void
[ run-time name: org/openid4java/message/AuthImmediateFailure.validate:()V ]
openid4java-0.9.4.jar, AuthRequest.class
package org.openid4java.message
AuthRequest.validate ( ):void
[ run-time name: org/openid4java/message/AuthRequest.validate:()V ]
openid4java-0.9.4.jar, AuthSuccess.class
package org.openid4java.message
AuthSuccess.validate ( ):void
[ run-time name: org/openid4java/message/AuthSuccess.validate:()V ]
openid4java-0.9.4.jar, ConsumerException.class
package org.openid4java.consumer
ConsumerException.ConsumerException ( int code, Throwable cause )
[ run-time name: org/openid4java/consumer/ConsumerException."<init>":(ILjava/lang/Throwable;)V ]
ConsumerException.ConsumerException ( String message, int code )
[ run-time name: org/openid4java/consumer/ConsumerException."<init>":(Ljava/lang/String;I)V ]
ConsumerException.ConsumerException ( String message, int code, Throwable cause )
[ run-time name: org/openid4java/consumer/ConsumerException."<init>":(Ljava/lang/String;ILjava/lang/Throwable;)V ]
openid4java-0.9.4.jar, DirectError.class
package org.openid4java.message
DirectError.createDirectError ( org.openid4java.OpenIDException e ) [static]:DirectError
[ run-time name: org/openid4java/message/DirectError.createDirectError:(Lorg/openid4java/OpenIDException;)Lorg/openid4java/message/DirectError; ]
DirectError.createDirectError ( org.openid4java.OpenIDException e, boolean compatibility ) [static]:DirectError
[ run-time name: org/openid4java/message/DirectError.createDirectError:(Lorg/openid4java/OpenIDException;Z)Lorg/openid4java/message/DirectError; ]
DirectError.createDirectError ( org.openid4java.OpenIDException e, String msg, boolean compatibility ) [static]:DirectError
[ run-time name: org/openid4java/message/DirectError.createDirectError:(Lorg/openid4java/OpenIDException;Ljava/lang/String;Z)Lorg/openid4java/message/DirectError; ]
DirectError.DirectError ( org.openid4java.OpenIDException e, boolean compatibility )
[ run-time name: org/openid4java/message/DirectError."<init>":(Lorg/openid4java/OpenIDException;Z)V ]
DirectError.DirectError ( org.openid4java.OpenIDException e, String msg, boolean compatibility )
[ run-time name: org/openid4java/message/DirectError."<init>":(Lorg/openid4java/OpenIDException;Ljava/lang/String;Z)V ]
DirectError.getException ( ):org.openid4java.OpenIDException
[ run-time name: org/openid4java/message/DirectError.getException:()Lorg/openid4java/OpenIDException; ]
DirectError.setException ( org.openid4java.OpenIDException e ):void
[ run-time name: org/openid4java/message/DirectError.setException:(Lorg/openid4java/OpenIDException;)V ]
openid4java-0.9.4.jar, Discovery.class
package org.openid4java.discovery
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.parseIdentifier ( String identifier, boolean removeFragment ) [static]:Identifier
[ run-time name: org/openid4java/discovery/Discovery.parseIdentifier:(Ljava/lang/String;Z)Lorg/openid4java/discovery/Identifier; ]
Discovery.rpDiscovery ( String realm, yadis.YadisResolver yadisResolver ) [static]:java.util.List
[ run-time name: org/openid4java/discovery/Discovery.rpDiscovery:(Ljava/lang/String;Lorg/openid4java/discovery/yadis/YadisResolver;)Ljava/util/List; ]
Discovery.setHtmlResolver ( html.HtmlResolver htmlResolver ):void
[ run-time name: org/openid4java/discovery/Discovery.setHtmlResolver:(Lorg/openid4java/discovery/html/HtmlResolver;)V ]
Discovery.setYadisResolver ( yadis.YadisResolver yadisResolver ):void
[ run-time name: org/openid4java/discovery/Discovery.setYadisResolver:(Lorg/openid4java/discovery/yadis/YadisResolver;)V ]
openid4java-0.9.4.jar, DiscoveryException.class
package org.openid4java.discovery
DiscoveryException.DiscoveryException ( int code, Throwable cause )
[ run-time name: org/openid4java/discovery/DiscoveryException."<init>":(ILjava/lang/Throwable;)V ]
DiscoveryException.DiscoveryException ( String message, int code )
[ run-time name: org/openid4java/discovery/DiscoveryException."<init>":(Ljava/lang/String;I)V ]
DiscoveryException.DiscoveryException ( String message, int code, Throwable cause )
[ run-time name: org/openid4java/discovery/DiscoveryException."<init>":(Ljava/lang/String;ILjava/lang/Throwable;)V ]
openid4java-0.9.4.jar, DiscoveryInformation.class
package org.openid4java.discovery
DiscoveryInformation.getOPEndpoint ( ):java.net.URL
[ run-time name: org/openid4java/discovery/DiscoveryInformation.getOPEndpoint:()Ljava/net/URL; ]
openid4java-0.9.4.jar, FetchResponse.class
package org.openid4java.message.ax
FetchResponse.addAttribute ( String typeUri, String value ):String
[ run-time name: org/openid4java/message/ax/FetchResponse.addAttribute:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String; ]
FetchResponse.addAttributes ( java.util.Map attributes ):void
[ run-time name: org/openid4java/message/ax/FetchResponse.addAttributes:(Ljava/util/Map;)V ]
FetchResponse.getAttributeTypes ( ):java.util.Map
[ run-time name: org/openid4java/message/ax/FetchResponse.getAttributeTypes:()Ljava/util/Map; ]
FetchResponse.getAttributeValue ( String alias ):String
[ run-time name: org/openid4java/message/ax/FetchResponse.getAttributeValue:(Ljava/lang/String;)Ljava/lang/String; ]
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.getMaxRedirects ( ):int
[ run-time name: org/openid4java/discovery/html/HtmlResolver.getMaxRedirects:()I ]
HtmlResolver.getSocketTimeout ( ):int
[ run-time name: org/openid4java/discovery/html/HtmlResolver.getSocketTimeout:()I ]
HtmlResolver.HtmlResolver ( )
[ run-time name: org/openid4java/discovery/html/HtmlResolver."<init>":()V ]
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.setMaxRedirects ( int maxRedirects ):void
[ run-time name: org/openid4java/discovery/html/HtmlResolver.setMaxRedirects:(I)V ]
HtmlResolver.setSocketTimeout ( int socketTimeout ):void
[ run-time name: org/openid4java/discovery/html/HtmlResolver.setSocketTimeout:(I)V ]
openid4java-0.9.4.jar, HtmlResult.class
package org.openid4java.discovery.html
HtmlResult.getClaimedId ( ):org.openid4java.discovery.UrlIdentifier
[ run-time name: org/openid4java/discovery/html/HtmlResult.getClaimedId:()Lorg/openid4java/discovery/UrlIdentifier; ]
HtmlResult.getDelegate1 ( ):String
[ run-time name: org/openid4java/discovery/html/HtmlResult.getDelegate1:()Ljava/lang/String; ]
HtmlResult.getDelegate2 ( ):String
[ run-time name: org/openid4java/discovery/html/HtmlResult.getDelegate2:()Ljava/lang/String; ]
HtmlResult.getOP1Endpoint ( ):java.net.URL
[ run-time name: org/openid4java/discovery/html/HtmlResult.getOP1Endpoint:()Ljava/net/URL; ]
HtmlResult.getOP2Endpoint ( ):java.net.URL
[ run-time name: org/openid4java/discovery/html/HtmlResult.getOP2Endpoint:()Ljava/net/URL; ]
HtmlResult.HtmlResult ( )
[ run-time name: org/openid4java/discovery/html/HtmlResult."<init>":()V ]
HtmlResult.setClaimed ( org.openid4java.discovery.UrlIdentifier claimed ):void
[ run-time name: org/openid4java/discovery/html/HtmlResult.setClaimed:(Lorg/openid4java/discovery/UrlIdentifier;)V ]
HtmlResult.setDelegate1 ( String delegate1 ):void
[ run-time name: org/openid4java/discovery/html/HtmlResult.setDelegate1:(Ljava/lang/String;)V ]
HtmlResult.setDelegate2 ( String delegate2 ):void
[ run-time name: org/openid4java/discovery/html/HtmlResult.setDelegate2:(Ljava/lang/String;)V ]
HtmlResult.setEndpoint1 ( String op1Endpoint ):void
[ run-time name: org/openid4java/discovery/html/HtmlResult.setEndpoint1:(Ljava/lang/String;)V ]
HtmlResult.setEndpoint2 ( String op2Endpoint ):void
[ run-time name: org/openid4java/discovery/html/HtmlResult.setEndpoint2:(Ljava/lang/String;)V ]
HtmlResult.toString ( ):String
[ run-time name: org/openid4java/discovery/html/HtmlResult.toString:()Ljava/lang/String; ]
openid4java-0.9.4.jar, IndirectError.class
package org.openid4java.message
IndirectError.createIndirectError ( org.openid4java.OpenIDException e, String msg, String returnTo, boolean compatibility ) [static]:IndirectError
[ run-time name: org/openid4java/message/IndirectError.createIndirectError:(Lorg/openid4java/OpenIDException;Ljava/lang/String;Ljava/lang/String;Z)Lorg/openid4java/message/IndirectError; ]
IndirectError.createIndirectError ( org.openid4java.OpenIDException e, String returnTo ) [static]:IndirectError
[ run-time name: org/openid4java/message/IndirectError.createIndirectError:(Lorg/openid4java/OpenIDException;Ljava/lang/String;)Lorg/openid4java/message/IndirectError; ]
IndirectError.createIndirectError ( org.openid4java.OpenIDException e, String returnTo, boolean compatibility ) [static]:IndirectError
[ run-time name: org/openid4java/message/IndirectError.createIndirectError:(Lorg/openid4java/OpenIDException;Ljava/lang/String;Z)Lorg/openid4java/message/IndirectError; ]
IndirectError.getException ( ):org.openid4java.OpenIDException
[ run-time name: org/openid4java/message/IndirectError.getException:()Lorg/openid4java/OpenIDException; ]
IndirectError.IndirectError ( org.openid4java.OpenIDException e, String msg, String returnTo, boolean compatibility )
[ run-time name: org/openid4java/message/IndirectError."<init>":(Lorg/openid4java/OpenIDException;Ljava/lang/String;Ljava/lang/String;Z)V ]
IndirectError.setException ( org.openid4java.OpenIDException e ):void
[ run-time name: org/openid4java/message/IndirectError.setException:(Lorg/openid4java/OpenIDException;)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, Message.class
package org.openid4java.message
Message.validate ( ):void
[ run-time name: org/openid4java/message/Message.validate:()V ]
openid4java-0.9.4.jar, MessageException.class
package org.openid4java.message
MessageException.MessageException ( int code, Throwable cause )
[ run-time name: org/openid4java/message/MessageException."<init>":(ILjava/lang/Throwable;)V ]
MessageException.MessageException ( String message, int code )
[ run-time name: org/openid4java/message/MessageException."<init>":(Ljava/lang/String;I)V ]
MessageException.MessageException ( String message, int code, Throwable cause )
[ run-time name: org/openid4java/message/MessageException."<init>":(Ljava/lang/String;ILjava/lang/Throwable;)V ]
openid4java-0.9.4.jar, OpenIDException.class
package org.openid4java
OpenIDException.getErrorCode ( ):int
[ run-time name: org/openid4java/OpenIDException.getErrorCode:()I ]
OpenIDException.getMessage ( ):String
[ run-time name: org/openid4java/OpenIDException.getMessage:()Ljava/lang/String; ]
OpenIDException.OpenIDException ( int code, Throwable cause )
[ run-time name: org/openid4java/OpenIDException."<init>":(ILjava/lang/Throwable;)V ]
OpenIDException.OpenIDException ( String message, int code )
[ run-time name: org/openid4java/OpenIDException."<init>":(Ljava/lang/String;I)V ]
OpenIDException.OpenIDException ( String message, int code, Throwable cause )
[ run-time name: org/openid4java/OpenIDException."<init>":(Ljava/lang/String;ILjava/lang/Throwable;)V ]
OpenIDException.setErrorCode ( int errorCode ):void
[ run-time name: org/openid4java/OpenIDException.setErrorCode:(I)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, RealmVerifier.class
package org.openid4java.server
RealmVerifier.getEnforceRpId ( ):boolean
[ run-time name: org/openid4java/server/RealmVerifier.getEnforceRpId:()Z ]
RealmVerifier.setEnforceRpId ( boolean enforceRpId ):void
[ run-time name: org/openid4java/server/RealmVerifier.setEnforceRpId:(Z)V ]
RealmVerifier.validate ( String realm, String returnTo ):int
[ run-time name: org/openid4java/server/RealmVerifier.validate:(Ljava/lang/String;Ljava/lang/String;)I ]
RealmVerifier.validate ( String realm, String returnTo, boolean enforceRpId ):int
[ run-time name: org/openid4java/server/RealmVerifier.validate:(Ljava/lang/String;Ljava/lang/String;Z)I ]
openid4java-0.9.4.jar, ServerException.class
package org.openid4java.server
ServerException.ServerException ( int code, Throwable cause )
[ run-time name: org/openid4java/server/ServerException."<init>":(ILjava/lang/Throwable;)V ]
ServerException.ServerException ( String message, int code )
[ run-time name: org/openid4java/server/ServerException."<init>":(Ljava/lang/String;I)V ]
ServerException.ServerException ( String message, int code, Throwable cause )
[ run-time name: org/openid4java/server/ServerException."<init>":(Ljava/lang/String;ILjava/lang/Throwable;)V ]
openid4java-0.9.4.jar, ServerManager.class
package org.openid4java.server
ServerManager.getEnforceRpId ( ):boolean
[ run-time name: org/openid4java/server/ServerManager.getEnforceRpId:()Z ]
ServerManager.setEnforceRpId ( boolean enforceRpId ):void
[ run-time name: org/openid4java/server/ServerManager.setEnforceRpId:(Z)V ]
ServerManager.sign ( org.openid4java.message.AuthSuccess authSuccess ):void
[ run-time name: org/openid4java/server/ServerManager.sign:(Lorg/openid4java/message/AuthSuccess;)V ]
openid4java-0.9.4.jar, StoreRequest.class
package org.openid4java.message.ax
StoreRequest.getAttributeValue ( String alias ):String
[ run-time name: org/openid4java/message/ax/StoreRequest.getAttributeValue:(Ljava/lang/String;)Ljava/lang/String; ]
openid4java-0.9.4.jar, StoreResponse.class
package org.openid4java.message.ax
StoreResponse.getErrorDescription ( ):String
[ run-time name: org/openid4java/message/ax/StoreResponse.getErrorDescription:()Ljava/lang/String; ]
openid4java-0.9.4.jar, UrlIdentifier.class
package org.openid4java.discovery
UrlIdentifier.normalize ( String text, boolean removeFragment ) [static]:java.net.URL
[ run-time name: org/openid4java/discovery/UrlIdentifier.normalize:(Ljava/lang/String;Z)Ljava/net/URL; ]
UrlIdentifier.UrlIdentifier ( String identifier, boolean removeFragment )
[ run-time name: org/openid4java/discovery/UrlIdentifier."<init>":(Ljava/lang/String;Z)V ]
openid4java-0.9.4.jar, VerificationResult.class
package org.openid4java.consumer
VerificationResult.getOPSetupUrl ( ):String
[ run-time name: org/openid4java/consumer/VerificationResult.getOPSetupUrl:()Ljava/lang/String; ]
VerificationResult.setOPSetupUrl ( String opSetupUrl ):void
[ run-time name: org/openid4java/consumer/VerificationResult.setOPSetupUrl:(Ljava/lang/String;)V ]
openid4java-0.9.4.jar, VerifyRequest.class
package org.openid4java.message
VerifyRequest.validate ( ):void
[ run-time name: org/openid4java/message/VerifyRequest.validate:()V ]
openid4java-0.9.4.jar, VerifyResponse.class
package org.openid4java.message
VerifyResponse.validate ( ):void
[ run-time name: org/openid4java/message/VerifyResponse.validate:()V ]
openid4java-0.9.4.jar, YadisException.class
package org.openid4java.discovery.yadis
YadisException.YadisException ( int code, Throwable cause )
[ run-time name: org/openid4java/discovery/yadis/YadisException."<init>":(ILjava/lang/Throwable;)V ]
YadisException.YadisException ( String message )
[ run-time name: org/openid4java/discovery/yadis/YadisException."<init>":(Ljava/lang/String;)V ]
YadisException.YadisException ( String message, int code )
[ run-time name: org/openid4java/discovery/yadis/YadisException."<init>":(Ljava/lang/String;I)V ]
YadisException.YadisException ( String message, int code, Throwable cause )
[ run-time name: org/openid4java/discovery/yadis/YadisException."<init>":(Ljava/lang/String;ILjava/lang/Throwable;)V ]
YadisException.YadisException ( String message, Throwable cause )
[ run-time name: org/openid4java/discovery/yadis/YadisException."<init>":(Ljava/lang/String;Ljava/lang/Throwable;)V ]
YadisException.YadisException ( Throwable cause )
[ run-time name: org/openid4java/discovery/yadis/YadisException."<init>":(Ljava/lang/Throwable;)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.getMaxRedirects ( ):int
[ run-time name: org/openid4java/discovery/yadis/YadisResolver.getMaxRedirects:()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.setMaxRedirects ( int maxRedirects ):void
[ run-time name: org/openid4java/discovery/yadis/YadisResolver.setMaxRedirects:(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 ]
YadisResolver.YadisResolver ( )
[ run-time name: org/openid4java/discovery/yadis/YadisResolver."<init>":()V ]
openid4java-0.9.4.jar, YadisResult.class
package org.openid4java.discovery.yadis
YadisResult.dump ( ):String
[ run-time name: org/openid4java/discovery/yadis/YadisResult.dump:()Ljava/lang/String; ]
YadisResult.getContentType ( ):String
[ run-time name: org/openid4java/discovery/yadis/YadisResult.getContentType:()Ljava/lang/String; ]
YadisResult.getFailureCause ( ):Throwable
[ run-time name: org/openid4java/discovery/yadis/YadisResult.getFailureCause:()Ljava/lang/Throwable; ]
YadisResult.getNormalizedUrl ( ):String
[ run-time name: org/openid4java/discovery/yadis/YadisResult.getNormalizedUrl:()Ljava/lang/String; ]
YadisResult.getXrds ( ):org.openxri.xml.XRDS
[ run-time name: org/openid4java/discovery/yadis/YadisResult.getXrds:()Lorg/openxri/xml/XRDS; ]
YadisResult.getXrdsLocation ( ):java.net.URL
[ run-time name: org/openid4java/discovery/yadis/YadisResult.getXrdsLocation:()Ljava/net/URL; ]
YadisResult.getYadisUrl ( ):YadisUrl
[ run-time name: org/openid4java/discovery/yadis/YadisResult.getYadisUrl:()Lorg/openid4java/discovery/yadis/YadisUrl; ]
YadisResult.isSuccess ( ):boolean
[ run-time name: org/openid4java/discovery/yadis/YadisResult.isSuccess:()Z ]
YadisResult.setContentType ( String type ):void
[ run-time name: org/openid4java/discovery/yadis/YadisResult.setContentType:(Ljava/lang/String;)V ]
YadisResult.setFailureCause ( Throwable e ):void
[ run-time name: org/openid4java/discovery/yadis/YadisResult.setFailureCause:(Ljava/lang/Throwable;)V ]
YadisResult.setNormalizedUrl ( String _normalizedUrl ):void
[ run-time name: org/openid4java/discovery/yadis/YadisResult.setNormalizedUrl:(Ljava/lang/String;)V ]
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 ]
YadisResult.setXrdsLocation ( String xrdsLocation, int onFailError ):void
[ run-time name: org/openid4java/discovery/yadis/YadisResult.setXrdsLocation:(Ljava/lang/String;I)V ]
YadisResult.setYadisUrl ( YadisUrl url ):void
[ run-time name: org/openid4java/discovery/yadis/YadisResult.setYadisUrl:(Lorg/openid4java/discovery/yadis/YadisUrl;)V ]
YadisResult.YadisResult ( )
[ run-time name: org/openid4java/discovery/yadis/YadisResult."<init>":()V ]
openid4java-0.9.4.jar, YadisUrl.class
package org.openid4java.discovery.yadis
YadisUrl.getUrl ( ):java.net.URL
[ run-time name: org/openid4java/discovery/yadis/YadisUrl.getUrl:()Ljava/net/URL; ]
YadisUrl.toString ( ):String
[ run-time name: org/openid4java/discovery/yadis/YadisUrl.toString:()Ljava/lang/String; ]
YadisUrl.YadisUrl ( java.net.URL urlId )
[ run-time name: org/openid4java/discovery/yadis/YadisUrl."<init>":(Ljava/net/URL;)V ]
YadisUrl.YadisUrl ( org.openxri.XRI xriId )
[ run-time name: org/openid4java/discovery/yadis/YadisUrl."<init>":(Lorg/openxri/XRI;)V ]
YadisUrl.YadisUrl ( String urlString )
[ run-time name: org/openid4java/discovery/yadis/YadisUrl."<init>":(Ljava/lang/String;)V ]
to the top
Removed Methods (86)
openid4java-0.9.3.jar, AssociationError.class
package org.openid4java.message
AssociationError.isValid ( ):boolean
[ run-time name: org/openid4java/message/AssociationError.isValid:()Z ]
openid4java-0.9.3.jar, AssociationRequest.class
package org.openid4java.message
AssociationRequest.isValid ( ):boolean
[ run-time name: org/openid4java/message/AssociationRequest.isValid:()Z ]
openid4java-0.9.3.jar, AssociationResponse.class
package org.openid4java.message
AssociationResponse.isValid ( ):boolean
[ run-time name: org/openid4java/message/AssociationResponse.isValid:()Z ]
openid4java-0.9.3.jar, AuthFailure.class
package org.openid4java.message
AuthFailure.isValid ( ):boolean
[ run-time name: org/openid4java/message/AuthFailure.isValid:()Z ]
openid4java-0.9.3.jar, AuthImmediateFailure.class
package org.openid4java.message
AuthImmediateFailure.isValid ( ):boolean
[ run-time name: org/openid4java/message/AuthImmediateFailure.isValid:()Z ]
openid4java-0.9.3.jar, AuthRequest.class
package org.openid4java.message
AuthRequest.isValid ( ):boolean
[ run-time name: org/openid4java/message/AuthRequest.isValid:()Z ]
openid4java-0.9.3.jar, AuthSuccess.class
package org.openid4java.message
AuthSuccess.isValid ( ):boolean
[ run-time name: org/openid4java/message/AuthSuccess.isValid:()Z ]
openid4java-0.9.3.jar, AxMessage.class
package org.openid4java.message.ax
AxMessage.multivalDecode ( String value ):String
[ run-time name: org/openid4java/message/ax/AxMessage.multivalDecode:(Ljava/lang/String;)Ljava/lang/String; ]
AxMessage.multivalEncode ( String value ):String
[ run-time name: org/openid4java/message/ax/AxMessage.multivalEncode:(Ljava/lang/String;)Ljava/lang/String; ]
openid4java-0.9.3.jar, ConsumerManager.class
package org.openid4java.consumer
ConsumerManager.getAllowNoEncHttp ( ):boolean
[ run-time name: org/openid4java/consumer/ConsumerManager.getAllowNoEncHttp:()Z ]
ConsumerManager.setAllowNoEncHttp ( boolean allowNoEncHttp ):void
[ run-time name: org/openid4java/consumer/ConsumerManager.setAllowNoEncHttp:(Z)V ]
openid4java-0.9.3.jar, Discovery.class
package org.openid4java.discovery
Discovery.setHtmlResolver ( HtmlResolver htmlResolver ):void
[ run-time name: org/openid4java/discovery/Discovery.setHtmlResolver:(Lorg/openid4java/discovery/HtmlResolver;)V ]
Discovery.setYadisResolver ( org.openid4java.yadis.YadisResolver yadisResolver ):void
[ run-time name: org/openid4java/discovery/Discovery.setYadisResolver:(Lorg/openid4java/yadis/YadisResolver;)V ]
openid4java-0.9.3.jar, DiscoveryInformation.class
package org.openid4java.discovery
DiscoveryInformation.getIdpEndpoint ( ):java.net.URL
[ run-time name: org/openid4java/discovery/DiscoveryInformation.getIdpEndpoint:()Ljava/net/URL; ]
openid4java-0.9.3.jar, HtmlResolver.class
package org.openid4java.discovery
HtmlResolver.discover ( UrlIdentifier identifier ):HtmlResult
[ run-time name: org/openid4java/discovery/HtmlResolver.discover:(Lorg/openid4java/discovery/UrlIdentifier;)Lorg/openid4java/discovery/HtmlResult; ]
HtmlResolver.getConnTimeout ( ):int
[ run-time name: org/openid4java/discovery/HtmlResolver.getConnTimeout:()I ]
HtmlResolver.getMaxHtmlSize ( ):int
[ run-time name: org/openid4java/discovery/HtmlResolver.getMaxHtmlSize:()I ]
HtmlResolver.getMaxRedirects ( ):int
[ run-time name: org/openid4java/discovery/HtmlResolver.getMaxRedirects:()I ]
HtmlResolver.getSocketTimeout ( ):int
[ run-time name: org/openid4java/discovery/HtmlResolver.getSocketTimeout:()I ]
HtmlResolver.HtmlResolver ( )
[ run-time name: org/openid4java/discovery/HtmlResolver."<init>":()V ]
HtmlResolver.setConnTimeout ( int connTimeout ):void
[ run-time name: org/openid4java/discovery/HtmlResolver.setConnTimeout:(I)V ]
HtmlResolver.setMaxHtmlSize ( int maxHtmlSize ):void
[ run-time name: org/openid4java/discovery/HtmlResolver.setMaxHtmlSize:(I)V ]
HtmlResolver.setMaxRedirects ( int maxRedirects ):void
[ run-time name: org/openid4java/discovery/HtmlResolver.setMaxRedirects:(I)V ]
HtmlResolver.setSocketTimeout ( int socketTimeout ):void
[ run-time name: org/openid4java/discovery/HtmlResolver.setSocketTimeout:(I)V ]
openid4java-0.9.3.jar, HtmlResult.class
package org.openid4java.discovery
HtmlResult.getClaimedId ( ):UrlIdentifier
[ run-time name: org/openid4java/discovery/HtmlResult.getClaimedId:()Lorg/openid4java/discovery/UrlIdentifier; ]
HtmlResult.getDelegate1 ( ):String
[ run-time name: org/openid4java/discovery/HtmlResult.getDelegate1:()Ljava/lang/String; ]
HtmlResult.getDelegate2 ( ):String
[ run-time name: org/openid4java/discovery/HtmlResult.getDelegate2:()Ljava/lang/String; ]
HtmlResult.getIdp1Endpoint ( ):java.net.URL
[ run-time name: org/openid4java/discovery/HtmlResult.getIdp1Endpoint:()Ljava/net/URL; ]
HtmlResult.getIdp2Endpoint ( ):java.net.URL
[ run-time name: org/openid4java/discovery/HtmlResult.getIdp2Endpoint:()Ljava/net/URL; ]
HtmlResult.HtmlResult ( )
[ run-time name: org/openid4java/discovery/HtmlResult."<init>":()V ]
HtmlResult.setClaimed ( UrlIdentifier claimed ):void
[ run-time name: org/openid4java/discovery/HtmlResult.setClaimed:(Lorg/openid4java/discovery/UrlIdentifier;)V ]
HtmlResult.setDelegate1 ( String delegate1 ):void
[ run-time name: org/openid4java/discovery/HtmlResult.setDelegate1:(Ljava/lang/String;)V ]
HtmlResult.setDelegate2 ( String delegate2 ):void
[ run-time name: org/openid4java/discovery/HtmlResult.setDelegate2:(Ljava/lang/String;)V ]
HtmlResult.setEndpoint1 ( String idp1Endpoint ):void
[ run-time name: org/openid4java/discovery/HtmlResult.setEndpoint1:(Ljava/lang/String;)V ]
HtmlResult.setEndpoint2 ( String idp2Endpoint ):void
[ run-time name: org/openid4java/discovery/HtmlResult.setEndpoint2:(Ljava/lang/String;)V ]
HtmlResult.toString ( ):String
[ run-time name: org/openid4java/discovery/HtmlResult.toString:()Ljava/lang/String; ]
openid4java-0.9.3.jar, Message.class
package org.openid4java.message
Message.isValid ( ):boolean
[ run-time name: org/openid4java/message/Message.isValid:()Z ]
openid4java-0.9.3.jar, ServerManager.class
package org.openid4java.server
ServerManager.sign ( org.openid4java.message.Message msg ):void
[ run-time name: org/openid4java/server/ServerManager.sign:(Lorg/openid4java/message/Message;)V ]
openid4java-0.9.3.jar, StoreResponse.class
package org.openid4java.message.ax
StoreResponse.getStatus ( ):String
[ run-time name: org/openid4java/message/ax/StoreResponse.getStatus:()Ljava/lang/String; ]
StoreResponse.getStatusDescription ( ):String
[ run-time name: org/openid4java/message/ax/StoreResponse.getStatusDescription:()Ljava/lang/String; ]
openid4java-0.9.3.jar, VerificationResult.class
package org.openid4java.consumer
VerificationResult.getIdpSetupUrl ( ):String
[ run-time name: org/openid4java/consumer/VerificationResult.getIdpSetupUrl:()Ljava/lang/String; ]
VerificationResult.setIdpSetupUrl ( String idpSetupUrl ):void
[ run-time name: org/openid4java/consumer/VerificationResult.setIdpSetupUrl:(Ljava/lang/String;)V ]
openid4java-0.9.3.jar, VerifyRequest.class
package org.openid4java.message
VerifyRequest.isValid ( ):boolean
[ run-time name: org/openid4java/message/VerifyRequest.isValid:()Z ]
openid4java-0.9.3.jar, VerifyResponse.class
package org.openid4java.message
VerifyResponse.isValid ( ):boolean
[ run-time name: org/openid4java/message/VerifyResponse.isValid:()Z ]
openid4java-0.9.3.jar, YadisException.class
package org.openid4java.yadis
YadisException.getStatusCode ( ):int
[ run-time name: org/openid4java/yadis/YadisException.getStatusCode:()I ]
YadisException.YadisException ( String message )
[ run-time name: org/openid4java/yadis/YadisException."<init>":(Ljava/lang/String;)V ]
YadisException.YadisException ( String message, int status )
[ run-time name: org/openid4java/yadis/YadisException."<init>":(Ljava/lang/String;I)V ]
YadisException.YadisException ( String message, int status, Throwable cause )
[ run-time name: org/openid4java/yadis/YadisException."<init>":(Ljava/lang/String;ILjava/lang/Throwable;)V ]
YadisException.YadisException ( String message, Throwable cause )
[ run-time name: org/openid4java/yadis/YadisException."<init>":(Ljava/lang/String;Ljava/lang/Throwable;)V ]
YadisException.YadisException ( Throwable cause )
[ run-time name: org/openid4java/yadis/YadisException."<init>":(Ljava/lang/Throwable;)V ]
YadisException.YadisException ( Throwable cause, int status )
[ run-time name: org/openid4java/yadis/YadisException."<init>":(Ljava/lang/Throwable;I)V ]
openid4java-0.9.3.jar, YadisResolver.class
package org.openid4java.yadis
YadisResolver.discover ( String url ):YadisResult
[ run-time name: org/openid4java/yadis/YadisResolver.discover:(Ljava/lang/String;)Lorg/openid4java/yadis/YadisResult; ]
YadisResolver.getConnTimeout ( ):int
[ run-time name: org/openid4java/yadis/YadisResolver.getConnTimeout:()I ]
YadisResolver.getMaxHtmlSize ( ):int
[ run-time name: org/openid4java/yadis/YadisResolver.getMaxHtmlSize:()I ]
YadisResolver.getMaxRedirects ( ):int
[ run-time name: org/openid4java/yadis/YadisResolver.getMaxRedirects:()I ]
YadisResolver.getMaxXmlSize ( ):int
[ run-time name: org/openid4java/yadis/YadisResolver.getMaxXmlSize:()I ]
YadisResolver.getSocketTimeout ( ):int
[ run-time name: org/openid4java/yadis/YadisResolver.getSocketTimeout:()I ]
YadisResolver.setConnTimeout ( int connTimeout ):void
[ run-time name: org/openid4java/yadis/YadisResolver.setConnTimeout:(I)V ]
YadisResolver.setMaxHtmlSize ( int maxHtmlSize ):void
[ run-time name: org/openid4java/yadis/YadisResolver.setMaxHtmlSize:(I)V ]
YadisResolver.setMaxRedirects ( int maxRedirects ):void
[ run-time name: org/openid4java/yadis/YadisResolver.setMaxRedirects:(I)V ]
YadisResolver.setMaxXmlSize ( int maxXmlSize ):void
[ run-time name: org/openid4java/yadis/YadisResolver.setMaxXmlSize:(I)V ]
YadisResolver.setSocketTimeout ( int socketTimeout ):void
[ run-time name: org/openid4java/yadis/YadisResolver.setSocketTimeout:(I)V ]
YadisResolver.YadisResolver ( )
[ run-time name: org/openid4java/yadis/YadisResolver."<init>":()V ]
openid4java-0.9.3.jar, YadisResult.class
package org.openid4java.yadis
YadisResult.dump ( ):String
[ run-time name: org/openid4java/yadis/YadisResult.dump:()Ljava/lang/String; ]
YadisResult.getContentType ( ):String
[ run-time name: org/openid4java/yadis/YadisResult.getContentType:()Ljava/lang/String; ]
YadisResult.getFailureCause ( ):Throwable
[ run-time name: org/openid4java/yadis/YadisResult.getFailureCause:()Ljava/lang/Throwable; ]
YadisResult.getNormalizedUrl ( ):String
[ run-time name: org/openid4java/yadis/YadisResult.getNormalizedUrl:()Ljava/lang/String; ]
YadisResult.getStatus ( ):int
[ run-time name: org/openid4java/yadis/YadisResult.getStatus:()I ]
YadisResult.getStatusMessage ( ):String
[ run-time name: org/openid4java/yadis/YadisResult.getStatusMessage:()Ljava/lang/String; ]
YadisResult.getXrds ( ):org.openxri.xml.XRDS
[ run-time name: org/openid4java/yadis/YadisResult.getXrds:()Lorg/openxri/xml/XRDS; ]
YadisResult.getXrdsLocation ( ):java.net.URL
[ run-time name: org/openid4java/yadis/YadisResult.getXrdsLocation:()Ljava/net/URL; ]
YadisResult.getYadisUrl ( ):YadisUrl
[ run-time name: org/openid4java/yadis/YadisResult.getYadisUrl:()Lorg/openid4java/yadis/YadisUrl; ]
YadisResult.setContentType ( String type ):void
[ run-time name: org/openid4java/yadis/YadisResult.setContentType:(Ljava/lang/String;)V ]
YadisResult.setFailureCause ( Throwable e ):void
[ run-time name: org/openid4java/yadis/YadisResult.setFailureCause:(Ljava/lang/Throwable;)V ]
YadisResult.setNormalizedUrl ( String _normalizedUrl ):void
[ run-time name: org/openid4java/yadis/YadisResult.setNormalizedUrl:(Ljava/lang/String;)V ]
YadisResult.setStatus ( int status ):void
[ run-time name: org/openid4java/yadis/YadisResult.setStatus:(I)V ]
YadisResult.setStatusMessage ( String statusMessage ):void
[ run-time name: org/openid4java/yadis/YadisResult.setStatusMessage:(Ljava/lang/String;)V ]
YadisResult.setXrds ( org.openxri.xml.XRDS xrds ):void
[ run-time name: org/openid4java/yadis/YadisResult.setXrds:(Lorg/openxri/xml/XRDS;)V ]
YadisResult.setXrdsLocation ( String xrdsLocation, int onFailError ):void
[ run-time name: org/openid4java/yadis/YadisResult.setXrdsLocation:(Ljava/lang/String;I)V ]
YadisResult.setYadisUrl ( YadisUrl url ):void
[ run-time name: org/openid4java/yadis/YadisResult.setYadisUrl:(Lorg/openid4java/yadis/YadisUrl;)V ]
YadisResult.YadisResult ( )
[ run-time name: org/openid4java/yadis/YadisResult."<init>":()V ]
openid4java-0.9.3.jar, YadisUrl.class
package org.openid4java.yadis
YadisUrl.getUrl ( ):java.net.URL
[ run-time name: org/openid4java/yadis/YadisUrl.getUrl:()Ljava/net/URL; ]
YadisUrl.toString ( ):String
[ run-time name: org/openid4java/yadis/YadisUrl.toString:()Ljava/lang/String; ]
YadisUrl.YadisUrl ( java.net.URL urlId )
[ run-time name: org/openid4java/yadis/YadisUrl."<init>":(Ljava/net/URL;)V ]
YadisUrl.YadisUrl ( org.openxri.XRI xriId )
[ run-time name: org/openid4java/yadis/YadisUrl."<init>":(Lorg/openxri/XRI;)V ]
YadisUrl.YadisUrl ( String urlString )
[ run-time name: org/openid4java/yadis/YadisUrl."<init>":(Ljava/lang/String;)V ]
to the top
Problems with Data Types, High risk (6)
openid4java-0.9.3.jar
package org.openid4java.discovery
[+] HtmlResolver (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class HtmlResolver. |
[+] affected methods (10)
HtmlResolver.discover ( UrlIdentifier identifier ):
This method is from 'HtmlResolver' class.
HtmlResolver.getConnTimeout ( ):
This method is from 'HtmlResolver' class.
HtmlResolver.getMaxHtmlSize ( ):
This method is from 'HtmlResolver' class.
HtmlResolver.getMaxRedirects ( ):
This method is from 'HtmlResolver' class.
HtmlResolver.getSocketTimeout ( ):
This method is from 'HtmlResolver' class.
HtmlResolver.HtmlResolver ( ):
This constructor is from 'HtmlResolver' class.
HtmlResolver.setConnTimeout ( int connTimeout ):
This method is from 'HtmlResolver' class.
HtmlResolver.setMaxHtmlSize ( int maxHtmlSize ):
This method is from 'HtmlResolver' class.
HtmlResolver.setMaxRedirects ( int maxRedirects ):
This method is from 'HtmlResolver' class.
HtmlResolver.setSocketTimeout ( int socketTimeout ):
This method is from 'HtmlResolver' class.
[+] HtmlResult (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class HtmlResult. |
[+] affected methods (12)
HtmlResult.getClaimedId ( ):
This method is from 'HtmlResult' class.
HtmlResult.getDelegate1 ( ):
This method is from 'HtmlResult' class.
HtmlResult.getDelegate2 ( ):
This method is from 'HtmlResult' class.
HtmlResult.getIdp1Endpoint ( ):
This method is from 'HtmlResult' class.
HtmlResult.getIdp2Endpoint ( ):
This method is from 'HtmlResult' class.
HtmlResult.HtmlResult ( ):
This constructor is from 'HtmlResult' class.
HtmlResult.setClaimed ( UrlIdentifier claimed ):
This method is from 'HtmlResult' class.
HtmlResult.setDelegate1 ( String delegate1 ):
This method is from 'HtmlResult' class.
HtmlResult.setDelegate2 ( String delegate2 ):
This method is from 'HtmlResult' class.
HtmlResult.setEndpoint1 ( String idp1Endpoint ):
This method is from 'HtmlResult' class.
HtmlResult.setEndpoint2 ( String idp2Endpoint ):
This method is from 'HtmlResult' class.
HtmlResult.toString ( ):
This method is from 'HtmlResult' class.
package org.openid4java.yadis
[+] YadisException (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class YadisException. |
[+] affected methods (7)
YadisException.getStatusCode ( ):
This method is from 'YadisException' class.
YadisException.YadisException ( String message ):
This constructor is from 'YadisException' class.
YadisException.YadisException ( String message, int status ):
This constructor is from 'YadisException' class.
YadisException.YadisException ( String message, int status, Throwable cause ):
This constructor is from 'YadisException' class.
YadisException.YadisException ( String message, Throwable cause ):
This constructor is from 'YadisException' class.
YadisException.YadisException ( Throwable cause ):
This constructor is from 'YadisException' class.
YadisException.YadisException ( Throwable cause, int status ):
This constructor is from 'YadisException' class.
[+] YadisResolver (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class YadisResolver. |
[+] affected methods (12)
YadisResolver.discover ( String url ):
This method is from 'YadisResolver' class.
YadisResolver.getConnTimeout ( ):
This method is from 'YadisResolver' class.
YadisResolver.getMaxHtmlSize ( ):
This method is from 'YadisResolver' class.
YadisResolver.getMaxRedirects ( ):
This method is from 'YadisResolver' class.
YadisResolver.getMaxXmlSize ( ):
This method is from 'YadisResolver' class.
YadisResolver.getSocketTimeout ( ):
This method is from 'YadisResolver' class.
YadisResolver.setConnTimeout ( int connTimeout ):
This method is from 'YadisResolver' class.
YadisResolver.setMaxHtmlSize ( int maxHtmlSize ):
This method is from 'YadisResolver' class.
YadisResolver.setMaxRedirects ( int maxRedirects ):
This method is from 'YadisResolver' class.
YadisResolver.setMaxXmlSize ( int maxXmlSize ):
This method is from 'YadisResolver' class.
YadisResolver.setSocketTimeout ( int socketTimeout ):
This method is from 'YadisResolver' class.
YadisResolver.YadisResolver ( ):
This constructor is from 'YadisResolver' class.
[+] YadisResult (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class YadisResult. |
[+] affected methods (18)
YadisResult.dump ( ):
This method is from 'YadisResult' class.
YadisResult.getContentType ( ):
This method is from 'YadisResult' class.
YadisResult.getFailureCause ( ):
This method is from 'YadisResult' class.
YadisResult.getNormalizedUrl ( ):
This method is from 'YadisResult' class.
YadisResult.getStatus ( ):
This method is from 'YadisResult' class.
YadisResult.getStatusMessage ( ):
This method is from 'YadisResult' class.
YadisResult.getXrds ( ):
This method is from 'YadisResult' class.
YadisResult.getXrdsLocation ( ):
This method is from 'YadisResult' class.
YadisResult.getYadisUrl ( ):
This method is from 'YadisResult' class.
YadisResult.setContentType ( String type ):
This method is from 'YadisResult' class.
YadisResult.setFailureCause ( Throwable e ):
This method is from 'YadisResult' class.
YadisResult.setNormalizedUrl ( String _normalizedUrl ):
This method is from 'YadisResult' class.
YadisResult.setStatus ( int status ):
This method is from 'YadisResult' class.
YadisResult.setStatusMessage ( String statusMessage ):
This method is from 'YadisResult' class.
YadisResult.setXrds ( org.openxri.xml.XRDS xrds ):
This method is from 'YadisResult' class.
YadisResult.setXrdsLocation ( String xrdsLocation, int onFailError ):
This method is from 'YadisResult' class.
YadisResult.setYadisUrl ( YadisUrl url ):
This method is from 'YadisResult' class.
YadisResult.YadisResult ( ):
This constructor is from 'YadisResult' class.
[+] YadisUrl (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class YadisUrl. |
[+] affected methods (5)
YadisUrl.getUrl ( ):
This method is from 'YadisUrl' class.
YadisUrl.toString ( ):
This method is from 'YadisUrl' class.
YadisUrl.YadisUrl ( java.net.URL urlId ):
This constructor is from 'YadisUrl' class.
YadisUrl.YadisUrl ( org.openxri.XRI xriId ):
This constructor is from 'YadisUrl' class.
YadisUrl.YadisUrl ( String urlString ):
This constructor is from 'YadisUrl' class.
to the top
Problems with Methods, Medium risk (5)
openid4java-0.9.3.jar, FetchRequest
package org.openid4java.message.ax
[+] FetchRequest.addAttribute ( String alias, String typeUri, boolean required ):void (1)
[ run-time name: org/openid4java/message/ax/FetchRequest.addAttribute:(Ljava/lang/String;Ljava/lang/String;Z)V ]
|
Added org.openid4java.message.MessageException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception org.openid4java.message.MessageException must be caught or declared to be thrown. |
[+] FetchRequest.addAttribute ( String alias, String typeUri, boolean required, int count ):void (1)
[ run-time name: org/openid4java/message/ax/FetchRequest.addAttribute:(Ljava/lang/String;Ljava/lang/String;ZI)V ]
|
Added org.openid4java.message.MessageException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception org.openid4java.message.MessageException must be caught or declared to be thrown. |
openid4java-0.9.3.jar, FetchResponse
package org.openid4java.message.ax
[+] FetchResponse.addAttribute ( String alias, String typeUri, String value ):void (1)
[ run-time name: org/openid4java/message/ax/FetchResponse.addAttribute:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V ]
|
Added org.openid4java.message.MessageException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception org.openid4java.message.MessageException must be caught or declared to be thrown. |
[+] FetchResponse.createFetchResponse ( FetchRequest req, java.util.Map userData ) [static]:FetchResponse (1)
[ run-time name: org/openid4java/message/ax/FetchResponse.createFetchResponse:(Lorg/openid4java/message/ax/FetchRequest;Ljava/util/Map;)Lorg/openid4java/message/ax/FetchResponse; ]
|
Added org.openid4java.message.MessageException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception org.openid4java.message.MessageException must be caught or declared to be thrown. |
openid4java-0.9.3.jar, StoreRequest
package org.openid4java.message.ax
[+] StoreRequest.addAttribute ( String alias, String typeUri, String value ):void (1)
[ run-time name: org/openid4java/message/ax/StoreRequest.addAttribute:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V ]
|
Added org.openid4java.message.MessageException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception org.openid4java.message.MessageException must be caught or declared to be thrown. |
to the top
Problems with Data Types, Low risk (32)
openid4java-0.9.3.jar
package org.openid4java
[+] OpenIDException (29)
|
Field ASSOC_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. Recompilation of a client class may be terminated with the message: reference to ASSOC_ERROR is ambiguous. |
Field AUTH_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. Recompilation of a client class may be terminated with the message: reference to AUTH_ERROR is ambiguous. |
Field AUTH_REALM_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. Recompilation of a client class may be terminated with the message: reference to AUTH_REALM_ERROR is ambiguous. |
Field CONSUMER_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. Recompilation of a client class may be terminated with the message: reference to CONSUMER_ERROR is ambiguous. |
Field DISCOVERY_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. Recompilation of a client class may be terminated with the message: reference to DISCOVERY_ERROR is ambiguous. |
Field DISCOVERY_HTML_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. Recompilation of a client class may be terminated with the message: reference to DISCOVERY_HTML_ERROR is ambiguous. |
Field DISCOVERY_HTML_GET_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. Recompilation of a client class may be terminated with the message: reference to DISCOVERY_HTML_GET_ERROR is ambiguous. |
Field DISCOVERY_HTML_NODATA_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. Recompilation of a client class may be terminated with the message: reference to DISCOVERY_HTML_NODATA_ERROR is ambiguous. |
Field DISCOVERY_HTML_PARSE_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. Recompilation of a client class may be terminated with the message: reference to DISCOVERY_HTML_PARSE_ERROR is ambiguous. |
Field INFOCARD_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. Recompilation of a client class may be terminated with the message: reference to INFOCARD_ERROR is ambiguous. |
Field MESSAGE_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. Recompilation of a client class may be terminated with the message: reference to MESSAGE_ERROR is ambiguous. |
Field OPENID_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. Recompilation of a client class may be terminated with the message: reference to OPENID_ERROR is ambiguous. |
Field SERVER_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. Recompilation of a client class may be terminated with the message: reference to SERVER_ERROR is ambiguous. |
Field VERIFY_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. Recompilation of a client class may be terminated with the message: reference to VERIFY_ERROR is ambiguous. |
Field XRI_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. Recompilation of a client class may be terminated with the message: reference to XRI_ERROR is ambiguous. |
Field YADIS_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. Recompilation of a client class may be terminated with the message: reference to YADIS_ERROR is ambiguous. |
Field YADIS_GET_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. Recompilation of a client class may be terminated with the message: reference to YADIS_GET_ERROR is ambiguous. |
Field YADIS_GET_INVALID_RESPONSE 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. Recompilation of a client class may be terminated with the message: reference to YADIS_GET_INVALID_RESPONSE is ambiguous. |
Field YADIS_GET_NO_XRDS 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. Recompilation of a client class may be terminated with the message: reference to YADIS_GET_NO_XRDS is ambiguous. |
Field YADIS_GET_TRANSPORT_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. Recompilation of a client class may be terminated with the message: reference to YADIS_GET_TRANSPORT_ERROR is ambiguous. |
Field YADIS_HEAD_INVALID_RESPONSE 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. Recompilation of a client class may be terminated with the message: reference to YADIS_HEAD_INVALID_RESPONSE is ambiguous. |
Field YADIS_HEAD_TRANSPORT_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. Recompilation of a client class may be terminated with the message: reference to YADIS_HEAD_TRANSPORT_ERROR is ambiguous. |
Field YADIS_HTMLMETA_DOWNLOAD_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. Recompilation of a client class may be terminated with the message: reference to YADIS_HTMLMETA_DOWNLOAD_ERROR is ambiguous. |
Field YADIS_HTMLMETA_INVALID_RESPONSE 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. Recompilation of a client class may be terminated with the message: reference to YADIS_HTMLMETA_INVALID_RESPONSE is ambiguous. |
Field YADIS_INVALID_SCHEME 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. Recompilation of a client class may be terminated with the message: reference to YADIS_INVALID_SCHEME is ambiguous. |
Field YADIS_INVALID_URL 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. Recompilation of a client class may be terminated with the message: reference to YADIS_INVALID_URL is ambiguous. |
Field YADIS_XRDS_DOWNLOAD_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. Recompilation of a client class may be terminated with the message: reference to YADIS_XRDS_DOWNLOAD_ERROR is ambiguous. |
Field YADIS_XRDS_PARSING_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. Recompilation of a client class may be terminated with the message: reference to YADIS_XRDS_PARSING_ERROR is ambiguous. |
Field YADIS_XRDS_SIZE_EXCEEDED 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. Recompilation of a client class may be terminated with the message: reference to YADIS_XRDS_SIZE_EXCEEDED is ambiguous. |
[+] affected methods (3)
OpenIDException.OpenIDException ( String message ):
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.
package org.openid4java.discovery
[+] DiscoveryInformation (1)
|
Field OPENID2_RP 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. Recompilation of a client class may be terminated with the message: reference to OPENID2_RP is ambiguous. |
[+] affected methods (17)
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 idpEndpoint ):
This constructor is from 'DiscoveryInformation' class.
DiscoveryInformation.DiscoveryInformation ( java.net.URL idpEndpoint, Identifier claimedIdentifier ):
This constructor is from 'DiscoveryInformation' class.
DiscoveryInformation.DiscoveryInformation ( java.net.URL idpEndpoint, Identifier claimedIdentifier, String delegate, String version ):
This constructor is from 'DiscoveryInformation' class.
DiscoveryInformation.DiscoveryInformation ( java.net.URL idpEndpoint, 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.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.server
[+] RealmVerifier (2)
|
Field RP_DISCOVERY_FAILED 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. Recompilation of a client class may be terminated with the message: reference to RP_DISCOVERY_FAILED is ambiguous. |
Field RP_INVALID_ENDPOINT 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. Recompilation of a client class may be terminated with the message: reference to RP_INVALID_ENDPOINT is ambiguous. |
[+] affected methods (16)
org.openid4java.consumer.ConsumerManager.getRealmVerifier ( ):
Return value of this method has type 'RealmVerifier'.
org.openid4java.consumer.ConsumerManager.setRealmVerifier ( RealmVerifier realmVerifier ):
1st parameter 'realmVerifier' of this method has type 'RealmVerifier'.
org.openid4java.message.AuthRequest.AuthRequest ( String claimedId, String delegate, boolean compatibility, String returnToUrl, String handle, RealmVerifier verifier ):
6th parameter 'verifier' of this method has type 'RealmVerifier'.
org.openid4java.message.AuthRequest.AuthRequest ( String claimedId, String delegate, boolean compatibility, String returnToUrl, String handle, String realm, RealmVerifier verifier ):
7th parameter 'verifier' of this method has type 'RealmVerifier'.
org.openid4java.message.AuthRequest.createAuthRequest ( org.openid4java.message.ParameterList params, RealmVerifier realmVerifier ):
2nd parameter 'realmVerifier' of this method has type 'RealmVerifier'.
org.openid4java.message.AuthRequest.createAuthRequest ( String claimedId, String delegate, boolean compatibility, String returnToUrl, String handle, RealmVerifier verifier ):
6th parameter 'verifier' of this method has type 'RealmVerifier'.
org.openid4java.message.AuthRequest.createAuthRequest ( String claimedId, String delegate, boolean compatibility, String returnToUrl, String handle, String realm, RealmVerifier verifier ):
7th parameter 'verifier' of this method has type 'RealmVerifier'.
org.openid4java.message.AuthRequest.getRealmVerifier ( ):
Return value of this method has type 'RealmVerifier'.
org.openid4java.message.AuthRequest.setRealmVerifier ( RealmVerifier realmVerifier ):
1st parameter 'realmVerifier' of this method has type 'RealmVerifier'.
RealmVerifier.addDeniedRealmDomain ( String deniedRealmDomain ):
This method is from 'RealmVerifier' class.
RealmVerifier.getDeniedRealmDomains ( ):
This method is from 'RealmVerifier' class.
RealmVerifier.match ( String realm, String returnTo ):
This method is from 'RealmVerifier' class.
RealmVerifier.RealmVerifier ( ):
This constructor is from 'RealmVerifier' class.
RealmVerifier.setDeniedRealmDomains ( java.util.List deniedRealmDomains ):
This method is from 'RealmVerifier' class.
ServerManager.getRealmVerifier ( ):
Return value of this method has type 'RealmVerifier'.
ServerManager.setRealmVerifier ( RealmVerifier realmVerifier ):
1st parameter 'realmVerifier' of this method has type 'RealmVerifier'.
to the top
Java ARchives (1)
openid4java-0.9.3.jar
to the top
Classes (67)
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
InMemoryConsumerAssociationStore.class
InMemoryNonceVerifier.class
InMemoryServerAssociationStore.class
InternetDateFormat.class
JdbcServerAssociationStore.class
Message.class
MessageException.class
MessageExtension.class
MessageExtensionFactory.class
NonceGenerator.class
NonceVerifier.class
OpenIDException.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:22:00 2010 for openid4java by Java API Compliance Checker 1.0
The cross-platform tool for verifying backward compatibility of a Java Library API