public class OpenIDTokenRegistryStore
extends org.picketlink.identity.federation.core.sts.registry.DefaultTokenRegistry
implements org.openid4java.server.ServerAssociationStore, org.picketlink.identity.federation.core.sts.registry.SecurityTokenRegistry
SecurityTokenRegistry for OpenID that uses in memory registry| Modifier and Type | Field and Description |
|---|---|
protected org.openid4java.server.InMemoryServerAssociationStore |
store |
| 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, 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 © 2013 JBoss Inc.. All Rights Reserved.