Package | Description |
---|---|
org.openid4java.consumer |
Provides functionality for OpenID-enabling Consumer (Relying Party) sites.
|
Modifier and Type | Class and Description |
---|---|
class |
InMemoryConsumerAssociationStore |
class |
JdbcConsumerAssociationStore
The specified table must have the following structure:
opurl : string
handle : string : primary key
type : string
mackey : string
expdate : date
|
Modifier and Type | Method and Description |
---|---|
ConsumerAssociationStore |
ConsumerManager.getAssociations()
Gets the association store that holds established associations with
OpenID providers.
|
ConsumerAssociationStore |
ConsumerManager.getPrivateAssociationStore()
Gets the private association store used for signing consumer nonces.
|
Modifier and Type | Method and Description |
---|---|
void |
ConsumerManager.setAssociations(ConsumerAssociationStore associations)
Configures the ConsumerAssociationStore that will be used to store the
associations established with OpenID providers.
|
void |
ConsumerManager.setPrivateAssociationStore(ConsumerAssociationStore associations)
Configures a private association store for signing consumer nonces.
|
Copyright © 2013 Sxip. All Rights Reserved.