Interface Token

All Known Subinterfaces:
Assertion, DerivedKeyToken, EncryptedKey, SecurityContextToken, SecurityTokenReference, SecurityTokenReference
All Known Implementing Classes:
Assertion, Assertion, DerivedKeyTokenHeaderBlock, DerivedKeyTokenImpl, EncryptedKeyToken, GenericToken, SecurityContextToken, SecurityContextToken, SecurityContextToken13, SecurityContextTokenImpl, SecurityContextTokenImpl, SecurityContextTokenImpl, SecurityTokenReference, SecurityTokenReference, SecurityTokenReferenceImpl, UsernameToken, X509SecurityToken

public interface Token
Base Interface for all Tokens Question: Can we adapt all tokens to implement this interface
  • Method Summary

    Modifier and Type
    Method
    Description
    The token Value
    The type of the Token
  • Method Details

    • getType

      String getType()
      The type of the Token
    • getTokenValue

      Object getTokenValue()
      The token Value