Interface BinarySecurityToken
-
- All Superinterfaces:
Token
- All Known Subinterfaces:
KerberosBinarySecurityToken
,X509BinarySecurityToken
- All Known Implementing Classes:
BinarySecurityToken
,KerberosBinarySecurityToken
,X509BinarySecurityToken
public interface BinarySecurityToken extends Token
Represents binary-formatted security tokens- Author:
- [email protected]
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getEncodingType()
byte[]
getTokenValue()
String
getValueType()
-