public interface SecurityTokenRegistry
SecurityTokenProvider| Modifier and Type | Method and Description |
|---|---|
void |
addToken(String tokenID,
Object token)
Add a token to the registry with the given id
|
Object |
getToken(String tokenID)
Given the id, return a token
|
void |
removeToken(String tokenID)
Remove a token given the ID
|
void addToken(String tokenID, Object token) throws IOException
tokenID - token - {@code - IOException}IOExceptionvoid removeToken(String tokenID) throws IOException
tokenID - token - {@code - IOException}IOExceptionCopyright © 2018 JBoss by Red Hat. All rights reserved.