Package | Description |
---|---|
org.openid4java.consumer |
Provides functionality for OpenID-enabling Consumer (Relying Party) sites.
|
Modifier and Type | Method and Description |
---|---|
DiscoveryInformation |
ConsumerManager.associate(List discoveries)
Tries to establish an association with on of the service endpoints in
the list of DiscoveryInformation.
|
Modifier and Type | Method and Description |
---|---|
AuthRequest |
ConsumerManager.authenticate(DiscoveryInformation discovered,
String returnToUrl)
Builds a authentication request message for the user specified in the
discovery information provided as a parameter.
|
AuthRequest |
ConsumerManager.authenticate(DiscoveryInformation discovered,
String returnToUrl,
String realm)
Builds a authentication request message for the user specified in the
discovery information provided as a parameter.
|
VerificationResult |
ConsumerManager.verify(String receivingUrl,
ParameterList response,
DiscoveryInformation discovered)
Performs verification on the Authentication Response (assertion)
received from the OpenID Provider.
|
boolean |
ConsumerManager.verifyNonce(AuthSuccess authResp,
DiscoveryInformation discovered)
Verifies the nonce in an authentication response.
|
Copyright © 2014 Sxip. All rights reserved.