| 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.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 |
MessageException |
| Modifier and Type | Method and Description |
|---|---|
OpenIDException |
IndirectError.getException() |
OpenIDException |
DirectError.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,
String msg,
boolean compatibility) |
static IndirectError |
IndirectError.createIndirectError(OpenIDException e,
String returnTo) |
static IndirectError |
IndirectError.createIndirectError(OpenIDException e,
String returnTo,
boolean compatibility) |
static IndirectError |
IndirectError.createIndirectError(OpenIDException e,
String msg,
String returnTo,
boolean compatibility) |
void |
IndirectError.setException(OpenIDException e) |
void |
DirectError.setException(OpenIDException e) |
| Constructor and Description |
|---|
DirectError(OpenIDException e,
boolean compatibility) |
DirectError(OpenIDException e,
String msg,
boolean compatibility) |
IndirectError(OpenIDException e,
String msg,
String returnTo,
boolean compatibility) |
| Modifier and Type | Class and Description |
|---|---|
class |
ServerException |
Copyright © 2013 Sxip. All Rights Reserved.