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 Details

    • getValueType

      String getValueType()
    • getEncodingType

      String getEncodingType()
    • getTokenValue

      byte[] getTokenValue()