Package | Description |
---|---|
org.openid4java.consumer |
Provides functionality for OpenID-enabling Consumer (Relying Party) sites.
|
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.
|
AuthRequest |
ConsumerManager.authenticate(List discoveries,
String returnToUrl)
Builds a authentication request message for the user specified in the
discovery information provided as a parameter.
|
AuthRequest |
ConsumerManager.authenticate(List discoveries,
String returnToUrl,
String realm)
Builds a authentication request message for the user specified in the
discovery information provided as a parameter.
|
void |
ConsumerManager.setPrivateAssociationStore(ConsumerAssociationStore associations)
Configures a private association store for signing consumer nonces.
|
Constructor and Description |
---|
SampleConsumer() |
SampleConsumer(String returnToUrl) |
Copyright © 2014 Sxip. All rights reserved.