|
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 SecurityToken
Interface that represents a security token.
Method Summary | |
---|---|
String |
getTokenID()
Obtains the security token unique identifier. |
String |
getTokenType()
Obtains the type of the security token. |
Object |
getTokenValue()
Obtains the value of the security token. |
Method Detail |
---|
String getTokenID()
Obtains the security token unique identifier.
String
representing the token id.String getTokenType()
Obtains the type of the security token.
String
representing the security token type.Object getTokenValue()
Obtains the value of the security token.
Object
representing the security token value.
|
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 |