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.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enum
Enumeration of the possible states of token validation. -
Method Summary
Modifier and TypeMethodDescriptionGet the token validation status.Get the underlying data structure of this token.
-
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
-