Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
private DiscoveryInformation |
ConsumerManager.verifyDiscovered(AuthSuccess authResp,
DiscoveryInformation discovered)
Verifies the dicovery information matches the data received in a
authentication response from an OpenID Provider.
|
private DiscoveryInformation |
ConsumerManager.verifyDiscovered1(AuthSuccess authResp,
DiscoveryInformation discovered)
Verifies the discovered information associated with a OpenID 1.x
response.
|
private DiscoveryInformation |
ConsumerManager.verifyDiscovered2(AuthSuccess authResp,
DiscoveryInformation discovered)
Verifies the discovered information associated with a OpenID 2.0
response.
|
boolean |
ConsumerManager.verifyNonce(AuthSuccess authResp,
DiscoveryInformation discovered)
Verifies the nonce in an authentication response.
|
boolean |
ConsumerManager.verifyReturnTo(java.lang.String receivingUrl,
AuthSuccess response)
Verifies that the URL where the Consumer (Relying Party) received the
authentication response matches the value of the "openid.return_to"
parameter in the authentication response.
|
private VerificationResult |
ConsumerManager.verifySignature(AuthSuccess authResp,
DiscoveryInformation discovered,
VerificationResult result)
Verifies the signature in a authentication response message.
|
Modifier and Type | Class and Description |
---|---|
class |
VerifyRequest
VerifyRequest is a AuthSuccess with the openid.mode
switched to check_authentication.
|
Modifier and Type | Method and Description |
---|---|
static AuthSuccess |
AuthSuccess.createAuthSuccess(ParameterList params) |
static AuthSuccess |
AuthSuccess.createAuthSuccess(java.lang.String opEndpoint,
java.lang.String claimedId,
java.lang.String delegate,
boolean compatibility,
java.lang.String returnTo,
java.lang.String nonce,
java.lang.String invalidateHandle,
Association assoc,
boolean signNow) |
Modifier and Type | Method and Description |
---|---|
private static ParameterList |
VerifyRequest.convertAuthSuccessParams(AuthSuccess authResp) |
static VerifyRequest |
VerifyRequest.createVerifyRequest(AuthSuccess authResp) |
Constructor and Description |
---|
VerifyRequest(AuthSuccess authResp) |
Modifier and Type | Method and Description |
---|---|
void |
ServerManager.sign(AuthSuccess authSuccess)
Signs an AuthSuccess message, using the association identified by the
handle specified within the message.
|
Copyright 2006-2008 Sxip Identity Corporation