Interface Token<TokenType>

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

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

      • 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