Uses of Interface
org.openid4java.consumer.ConsumerAssociationStore

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
 

Fields in org.openid4java.consumer declared as ConsumerAssociationStore
private  ConsumerAssociationStore ConsumerManager._associations
          Store for keeping track of the established associations.
private  ConsumerAssociationStore ConsumerManager._privateAssociations
          Private association store used for signing consumer nonces when operating in compatibility (v1.x) mode.
 

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.
 



Copyright 2006-2008 Sxip Identity Corporation