|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConsumerAssociationStore | |
---|---|
org.openid4java.consumer | Provides functionality for OpenID-enabling Consumer (Relying Party) sites. |
Uses of ConsumerAssociationStore in org.openid4java.consumer |
---|
Classes in org.openid4java.consumer that implement ConsumerAssociationStore | |
---|---|
class |
InMemoryConsumerAssociationStore
|
class |
JdbcConsumerAssociationStore
The specified table must have the following structure: opurl : string handle : string : primary key type : string mackey : string expdate : date |
Methods in org.openid4java.consumer that return ConsumerAssociationStore | |
---|---|
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. |
Methods in org.openid4java.consumer with parameters of type ConsumerAssociationStore | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |