public class DefaultTokenRegistry extends Object implements SecurityTokenRegistry
| Constructor and Description |
|---|
DefaultTokenRegistry() |
public void addToken(String tokenID, Object token) throws IOException
SecurityTokenRegistryaddToken in interface SecurityTokenRegistryIOExceptionSecurityTokenRegistry.addToken(java.lang.String,
java.lang.Object)public Object getToken(String tokenID)
SecurityTokenRegistrygetToken in interface SecurityTokenRegistrySecurityTokenRegistry.getToken(java.lang.String)public void removeToken(String tokenID) throws IOException
SecurityTokenRegistryremoveToken in interface SecurityTokenRegistryIOExceptionSecurityTokenRegistry.removeToken(java.lang.String)Copyright © 2012 JBoss by Red Hat. All Rights Reserved.