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 | Field and Description |
---|---|
private ConsumerAssociationStore |
ConsumerManager._associations
Store for keeping track of the established associations.
|
private ConsumerAssociationStore |
ConsumerManager._privateAssociations
Private association store used for signing consumer nonces when operating
in compatibility (v1.x) mode.
|
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 2006-2008 Sxip Identity Corporation