org.openid4java.consumer
Class InMemoryConsumerAssociationStore

java.lang.Object
  extended by org.openid4java.consumer.InMemoryConsumerAssociationStore
All Implemented Interfaces:
ConsumerAssociationStore

public class InMemoryConsumerAssociationStore
extends java.lang.Object
implements ConsumerAssociationStore

Author:
Marius Scurtescu, Johnny Bufu

Constructor Summary
InMemoryConsumerAssociationStore()
           
 
Method Summary
 Association load(java.lang.String opUrl)
           
 Association load(java.lang.String opUrl, java.lang.String handle)
           
 void remove(java.lang.String opUrl, java.lang.String handle)
           
 void save(java.lang.String opUrl, Association association)
           
protected  int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InMemoryConsumerAssociationStore

public InMemoryConsumerAssociationStore()
Method Detail

save

public void save(java.lang.String opUrl,
                 Association association)
Specified by:
save in interface ConsumerAssociationStore

load

public Association load(java.lang.String opUrl,
                        java.lang.String handle)
Specified by:
load in interface ConsumerAssociationStore

load

public Association load(java.lang.String opUrl)
Specified by:
load in interface ConsumerAssociationStore

remove

public void remove(java.lang.String opUrl,
                   java.lang.String handle)
Specified by:
remove in interface ConsumerAssociationStore

size

protected int size()


Copyright © 2011 Sxip. All Rights Reserved.