public class DefaultTokenRegistry extends Object implements SecurityTokenRegistry
Constructor and Description |
---|
DefaultTokenRegistry() |
public void addToken(String tokenID, Object token) throws IOException
SecurityTokenRegistry
addToken
in interface SecurityTokenRegistry
IOException
SecurityTokenRegistry.addToken(java.lang.String,
java.lang.Object)
public Object getToken(String tokenID)
SecurityTokenRegistry
getToken
in interface SecurityTokenRegistry
SecurityTokenRegistry.getToken(java.lang.String)
public void removeToken(String tokenID) throws IOException
SecurityTokenRegistry
removeToken
in interface SecurityTokenRegistry
IOException
SecurityTokenRegistry.removeToken(java.lang.String)
Copyright © 2018 JBoss by Red Hat. All rights reserved.