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}IOException
void removeToken(String tokenID) throws IOException
tokenID
- token
- {@code
- IOException}IOException
Copyright © 2016 JBoss by Red Hat. All rights reserved.