Interface SecurityTokenReference

All Superinterfaces:
Token
All Known Implementing Classes:
SecurityTokenReference

public interface SecurityTokenReference extends Token
Author:
Ashutosh.Shahi@sun.com
  • Field Details

  • Method Details

    • setReference

      void setReference(Reference ref)
      Sets the appropriate reference type for STR - like EkyIndentifier, Direct reference etc
      Parameters:
      ref - The reference type used in STR
    • getReference

      Reference getReference()
      Returns:
      The Reference used inside STR
    • setTokenType

      void setTokenType(String tokenType)
      set the WSS 1.1 Token type for SecurityTokenRerference
      Parameters:
      tokenType - the value of TokenType attribute used in WSS 1.1
    • getTokenType

      String getTokenType()
      get the WSS 1.1 Token type for SecurityTokenRerference
      Returns:
      the value of TokenType attribute used in WSS 1.1