|
PicketLink Federation Core 2.1.6.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SecurityTokenRegistry
A registry of Security Tokens that may be issued by instances of SecurityTokenProvider
Method Summary | |
---|---|
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 |
Method Detail |
---|
void addToken(String tokenID, Object token) throws IOException
tokenID
- token
-
{@code
- IOException}
IOException
void removeToken(String tokenID) throws IOException
tokenID
- token
-
{@code
- IOException}
IOException
Object getToken(String tokenID)
tokenID
-
|
PicketLink Federation Core 2.1.6.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |