Uses of Interface
org.openid4java.server.ServerAssociationStore

Packages that use ServerAssociationStore
org.openid4java.infocard.sts   
org.openid4java.server Offers support for implementing an OpenID Provider server. 
 

Uses of ServerAssociationStore in org.openid4java.infocard.sts
 

Fields in org.openid4java.infocard.sts declared as ServerAssociationStore
private  ServerAssociationStore OpenIDTokenGeneratorHandler._privateAssociations
           
 

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.
 

Fields in org.openid4java.server declared as ServerAssociationStore
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.
 

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.
 



Copyright 2006-2008 Sxip Identity Corporation