|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AssociationException | |
|---|---|
| org.openid4java.association | |
| org.openid4java.consumer | Provides functionality for OpenID-enabling Consumer (Relying Party) sites. |
| org.openid4java.message | |
| org.openid4java.server | Offers support for implementing an OpenID Provider server. |
| Uses of AssociationException in org.openid4java.association |
|---|
| Methods in org.openid4java.association that throw AssociationException | |
|---|---|
static DiffieHellmanSession |
DiffieHellmanSession.create(AssociationSessionType type,
DHParameterSpec dhParameterSpec)
|
static DiffieHellmanSession |
DiffieHellmanSession.create(AssociationSessionType type,
String modulusBase64,
String generatorBase64)
|
static AssociationSessionType |
AssociationSessionType.create(String sessType)
Creates a OpenID 2 AssociationSessionType with the specified session type and HMAC-SHA1 association type. |
static AssociationSessionType |
AssociationSessionType.create(String sessType,
String assocType)
Creates a OpenID 2 AssociationSessionType with the specified session and association types. |
static AssociationSessionType |
AssociationSessionType.create(String sessType,
String assocType,
boolean compatibility)
Creates a AssociationSessionType with the specified session and association types. |
byte[] |
DiffieHellmanSession.decryptMacKey(String encMacKeyBase64,
String serverPublicKeyBase64)
Decrypts the association AMC key. |
String |
DiffieHellmanSession.encryptMacKey(byte[] macKey,
String consumerPublicKeyBase64)
Encrypts the association MAC key. |
static Association |
Association.generate(String type,
String handle,
int expiryIn)
|
protected byte[] |
Association.sign(byte[] data)
|
String |
Association.sign(String text)
|
boolean |
Association.verifySignature(String text,
String signature)
|
| Uses of AssociationException in org.openid4java.consumer |
|---|
| Methods in org.openid4java.consumer that throw AssociationException | |
|---|---|
VerificationResult |
ConsumerManager.verify(String receivingUrl,
ParameterList response,
DiscoveryInformation discovered)
Performs verification on the Authentication Response (assertion) received from the OpenID Provider. |
| Uses of AssociationException in org.openid4java.message |
|---|
| Methods in org.openid4java.message that throw AssociationException | |
|---|---|
static AssociationResponse |
AssociationResponse.createAssociationResponse(AssociationRequest assocReq,
Association assoc)
|
static AuthSuccess |
AuthSuccess.createAuthSuccess(String opEndpoint,
String claimedId,
String delegate,
boolean compatibility,
String returnTo,
String nonce,
String invalidateHandle,
Association assoc,
boolean signNow)
|
Association |
AssociationResponse.getAssociation(DiffieHellmanSession dhSess)
Generates an Association object from an Association Response. |
AssociationSessionType |
AssociationResponse.getType()
Gets the association / session type of the association response. |
AssociationSessionType |
AssociationRequest.getType()
Gets the association / session type of the association request. |
| Constructors in org.openid4java.message that throw AssociationException | |
|---|---|
AssociationResponse(AssociationRequest assocReq,
Association assoc)
Constructs an AssociationResponse for a given association request. |
|
AuthSuccess(String opEndpoint,
String claimedId,
String delegate,
boolean compatibility,
String returnTo,
String nonce,
String invalidateHandle,
Association assoc,
boolean signNow)
|
|
| Uses of AssociationException in org.openid4java.server |
|---|
| Methods in org.openid4java.server that throw AssociationException | |
|---|---|
Association |
InMemoryServerAssociationStore.generate(String type,
int expiryIn)
|
Association |
JdbcServerAssociationStore.generate(String type,
int expiryIn)
|
Association |
ServerAssociationStore.generate(String type,
int expiryIn)
|
void |
ServerManager.sign(AuthSuccess authSuccess)
Signs an AuthSuccess message, using the association identified by the handle specified within the message. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||