public class OpenIDTokenRegistryStore extends DefaultTokenRegistry implements org.openid4java.server.ServerAssociationStore, SecurityTokenRegistry
SecurityTokenRegistry for OpenID that uses in memory registry| Modifier and Type | Field and Description |
|---|---|
protected org.openid4java.server.InMemoryServerAssociationStore |
store |
tokens| Constructor and Description |
|---|
OpenIDTokenRegistryStore() |
| Modifier and Type | Method and Description |
|---|---|
org.openid4java.association.Association |
generate(String type,
int expiryIn) |
org.openid4java.association.Association |
load(String handle) |
void |
remove(String handle) |
addToken, getToken, removeTokenclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddToken, getToken, removeTokenpublic org.openid4java.association.Association generate(String type, int expiryIn) throws org.openid4java.association.AssociationException
generate in interface org.openid4java.server.ServerAssociationStoreorg.openid4java.association.AssociationExceptionServerAssociationStore.generate(java.lang.String, int)public org.openid4java.association.Association load(String handle)
load in interface org.openid4java.server.ServerAssociationStoreServerAssociationStore.load(java.lang.String)public void remove(String handle)
remove in interface org.openid4java.server.ServerAssociationStoreServerAssociationStore.remove(java.lang.String)Copyright © 2014 JBoss Inc.. All Rights Reserved.