Package | Description |
---|---|
org.openid4java.association | |
org.openid4java.consumer |
Provides functionality for OpenID-enabling Consumer (Relying Party) sites.
|
org.openid4java.discovery | |
org.openid4java.discovery.yadis | |
org.openid4java.infocard |
Provides support for
OpenID-InforCards.
|
org.openid4java.message | |
org.openid4java.server |
Offers support for implementing an OpenID Provider server.
|
Modifier and Type | Class and Description |
---|---|
class |
AssociationException |
Modifier and Type | Class and Description |
---|---|
class |
ConsumerException |
Modifier and Type | Class and Description |
---|---|
class |
DiscoveryException |
Modifier and Type | Class and Description |
---|---|
class |
YadisException |
Modifier and Type | Class and Description |
---|---|
class |
InfocardException |
Modifier and Type | Class and Description |
---|---|
class |
MessageException |
Modifier and Type | Field and Description |
---|---|
private OpenIDException |
DirectError._exception |
private OpenIDException |
IndirectError._exception |
Modifier and Type | Method and Description |
---|---|
OpenIDException |
DirectError.getException() |
OpenIDException |
IndirectError.getException() |
Modifier and Type | Method and Description |
---|---|
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) |
Constructor and Description |
---|
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) |
Modifier and Type | Class and Description |
---|---|
class |
ServerException |
Copyright 2006-2008 Sxip Identity Corporation