|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DiscoveryInformation | |
---|---|
org.openid4java.consumer | Provides functionality for OpenID-enabling Consumer (Relying Party) sites. |
Uses of DiscoveryInformation in org.openid4java.consumer |
---|
Methods in org.openid4java.consumer that return DiscoveryInformation | |
---|---|
DiscoveryInformation |
ConsumerManager.associate(java.util.List discoveries)
Tries to establish an association with on of the service endpoints in the list of DiscoveryInformation. |
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. |
Methods in org.openid4java.consumer with parameters of type DiscoveryInformation | |
---|---|
private int |
ConsumerManager.associate(DiscoveryInformation discovered,
int maxAttempts)
Tries to establish an association with the OpenID Provider. |
AuthRequest |
ConsumerManager.authenticate(DiscoveryInformation discovered,
java.lang.String returnToUrl)
Builds a authentication request message for the user specified in the discovery information provided as a parameter. |
AuthRequest |
ConsumerManager.authenticate(DiscoveryInformation discovered,
java.lang.String returnToUrl,
java.lang.String realm)
Builds a authentication request message for the user specified in the discovery information provided as a parameter. |
VerificationResult |
ConsumerManager.verify(java.lang.String receivingUrl,
ParameterList response,
DiscoveryInformation discovered)
Performs verification on the Authentication Response (assertion) received from the OpenID Provider. |
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. |
private VerificationResult |
ConsumerManager.verifySignature(AuthSuccess authResp,
DiscoveryInformation discovered,
VerificationResult result)
Verifies the signature in a authentication response message. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |