Uses of Class
org.openid4java.OpenIDException

Packages that use OpenIDException
org.openid4java.association   
org.openid4java.consumer Provides functionality for OpenID-enabling Consumer (Relying Party) sites. 
org.openid4java.discovery   
org.openid4java.discovery.yadis   
org.openid4java.message   
org.openid4java.server Offers support for implementing an OpenID Provider server. 
 

Uses of OpenIDException in org.openid4java.association
 

Subclasses of OpenIDException in org.openid4java.association
 class AssociationException
           
 

Uses of OpenIDException in org.openid4java.consumer
 

Subclasses of OpenIDException in org.openid4java.consumer
 class ConsumerException
           
 

Uses of OpenIDException in org.openid4java.discovery
 

Subclasses of OpenIDException in org.openid4java.discovery
 class DiscoveryException
           
 

Uses of OpenIDException in org.openid4java.discovery.yadis
 

Subclasses of OpenIDException in org.openid4java.discovery.yadis
 class YadisException
           
 

Uses of OpenIDException in org.openid4java.message
 

Subclasses of OpenIDException in org.openid4java.message
 class MessageException
           
 

Methods in org.openid4java.message that return OpenIDException
 OpenIDException DirectError.getException()
           
 OpenIDException IndirectError.getException()
           
 

Methods in org.openid4java.message with parameters of type OpenIDException
static DirectError DirectError.createDirectError(OpenIDException e)
           
static DirectError DirectError.createDirectError(OpenIDException e, boolean compatibility)
           
static DirectError DirectError.createDirectError(OpenIDException e, java.lang.String msg, boolean compatibility)
           
static IndirectError IndirectError.createIndirectError(OpenIDException e, java.lang.String returnTo)
           
static IndirectError IndirectError.createIndirectError(OpenIDException e, java.lang.String returnTo, boolean compatibility)
           
static IndirectError IndirectError.createIndirectError(OpenIDException e, java.lang.String msg, java.lang.String returnTo, boolean compatibility)
           
 void DirectError.setException(OpenIDException e)
           
 void IndirectError.setException(OpenIDException e)
           
 

Constructors in org.openid4java.message with parameters of type OpenIDException
DirectError(OpenIDException e, boolean compatibility)
           
DirectError(OpenIDException e, java.lang.String msg, boolean compatibility)
           
IndirectError(OpenIDException e, java.lang.String msg, java.lang.String returnTo, boolean compatibility)
           
 

Uses of OpenIDException in org.openid4java.server
 

Subclasses of OpenIDException in org.openid4java.server
 class ServerException
           
 



Copyright © 2011 Sxip. All Rights Reserved.