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,
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.
|
AuthRequest |
ConsumerManager.authenticate(java.util.List discoveries,
java.lang.String returnToUrl)
Builds a authentication request message for the user specified in the
discovery information provided as a parameter.
|
AuthRequest |
ConsumerManager.authenticate(java.util.List discoveries,
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.
|
void |
ConsumerManager.setPrivateAssociationStore(ConsumerAssociationStore associations)
Configures a private association store for signing consumer nonces.
|
Constructor and Description |
---|
SampleConsumer() |
SampleConsumer(java.lang.String returnToUrl) |
Copyright 2006-2008 Sxip Identity Corporation