org.openid4java.consumer
Class InMemoryConsumerAssociationStore
java.lang.Object
org.openid4java.consumer.InMemoryConsumerAssociationStore
- All Implemented Interfaces:
- ConsumerAssociationStore
public class InMemoryConsumerAssociationStore
- extends java.lang.Object
- implements ConsumerAssociationStore
- Author:
- Marius Scurtescu, Johnny Bufu
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InMemoryConsumerAssociationStore
public InMemoryConsumerAssociationStore()
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 © 2012 Sxip. All Rights Reserved.