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
Field Summary |
private static org.apache.commons.logging.Log |
_log
|
private java.util.Map |
_opMap
|
private static boolean |
DEBUG
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_log
private static org.apache.commons.logging.Log _log
DEBUG
private static final boolean DEBUG
_opMap
private java.util.Map _opMap
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
removeExpired
private void removeExpired()
size
protected int size()
Copyright 2006-2008 Sxip Identity Corporation