org.openid4java.server
Class InMemoryServerAssociationStore
java.lang.Object
org.openid4java.server.InMemoryServerAssociationStore
- All Implemented Interfaces:
- ServerAssociationStore
public class InMemoryServerAssociationStore
- extends Object
- implements ServerAssociationStore
- Author:
- Marius Scurtescu, Johnny Bufu
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InMemoryServerAssociationStore
public InMemoryServerAssociationStore()
generate
public Association generate(String type,
int expiryIn)
throws AssociationException
- Specified by:
generate in interface ServerAssociationStore
- Throws:
AssociationException
load
public Association load(String handle)
- Specified by:
load in interface ServerAssociationStore
remove
public void remove(String handle)
- Specified by:
remove in interface ServerAssociationStore
size
protected int size()
Copyright © 2013 Sxip. All Rights Reserved.