|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServerAssociationStore | |
---|---|
org.openid4java.server | Offers support for implementing an OpenID Provider server. |
Uses of ServerAssociationStore in org.openid4java.server |
---|
Classes in org.openid4java.server that implement ServerAssociationStore | |
---|---|
class |
InMemoryServerAssociationStore
|
class |
JdbcServerAssociationStore
JDBC implementation for the ServerAssociationStore interface. |
Methods in org.openid4java.server that return ServerAssociationStore | |
---|---|
ServerAssociationStore |
ServerManager.getPrivateAssociations()
Gets the store implementation used for keeping track of the generated private associations (used for signing responses to stateless consumer sites). |
ServerAssociationStore |
ServerManager.getSharedAssociations()
Gets the store implementation used for keeping track of the generated associations established with consumer sites. |
Methods in org.openid4java.server with parameters of type ServerAssociationStore | |
---|---|
void |
ServerManager.setPrivateAssociations(ServerAssociationStore privateAssociations)
Sets the store implementation that will be used for keeping track of the generated private associations (used for signing responses to stateless consumer sites). |
void |
ServerManager.setSharedAssociations(ServerAssociationStore sharedAssociations)
Sets the store implementation that will be used for keeping track of the generated associations established with consumer sites. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |