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 |
---|---|
boolean |
ConsumerManager.verifyNonce(AuthSuccess authResp,
DiscoveryInformation discovered)
Verifies the nonce in an authentication response.
|
boolean |
ConsumerManager.verifyReturnTo(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.
|
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(String opEndpoint,
String claimedId,
String delegate,
boolean compatibility,
String returnTo,
String nonce,
String invalidateHandle,
Association assoc,
boolean signNow) |
Modifier and Type | Method and Description |
---|---|
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 © 2015 Sxip. All rights reserved.