Interface Token<TokenType>

Type Parameters:
TokenType - the type of token represented
All Known Implementing Classes:
AbstractToken, SAML20AssertionToken

public interface Token<TokenType>
An interface for WS-Security tokens.
  • Method Details

    • getWrappedToken

      TokenType getWrappedToken()
      Get the underlying data structure of this token.
      Returns:
      the underlying token object
    • getValidationStatus

      Token.ValidationStatus getValidationStatus()
      Get the token validation status.
      Returns:
      the token validation status