Package | Description |
---|---|
org.openid4java.server |
Offers support for implementing an OpenID Provider server.
|
Modifier and Type | Class and Description |
---|---|
class |
InMemoryServerAssociationStore |
class |
JdbcServerAssociationStore
JDBC implementation for the ServerAssociationStore interface.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2017 Sxip. All rights reserved.