|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openid4java.server.InMemoryServerAssociationStore
public class InMemoryServerAssociationStore
Constructor Summary | |
---|---|
InMemoryServerAssociationStore()
|
Method Summary | |
---|---|
Association |
generate(java.lang.String type,
int expiryIn)
|
Association |
load(java.lang.String handle)
|
void |
remove(java.lang.String handle)
|
protected int |
size()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InMemoryServerAssociationStore()
Method Detail |
---|
public Association generate(java.lang.String type, int expiryIn) throws AssociationException
generate
in interface ServerAssociationStore
AssociationException
public Association load(java.lang.String handle)
load
in interface ServerAssociationStore
public void remove(java.lang.String handle)
remove
in interface ServerAssociationStore
protected int size()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |