Package | Description |
---|---|
org.openid4java.infocard.sts | |
org.openid4java.server |
Offers support for implementing an OpenID Provider server.
|
Modifier and Type | Field and Description |
---|---|
private ServerAssociationStore |
OpenIDTokenGeneratorHandler._privateAssociations |
Modifier and Type | Class and Description |
---|---|
class |
InMemoryServerAssociationStore |
class |
JdbcServerAssociationStore
JDBC implementation for the ServerAssociationStore interface.
|
Modifier and Type | Field and Description |
---|---|
private ServerAssociationStore |
ServerManager._privateAssociations
Keeps track of private (internal) associations created for signing
authentication responses for stateless consumer sites.
|
private ServerAssociationStore |
ServerManager._sharedAssociations
Keeps track of the associations established with consumer sites.
|
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 2006-2008 Sxip Identity Corporation