Interface TokenTypeBearing


  • public interface TokenTypeBearing
    Interface for element having a @wsse11:TokenType; attribute.
    See Also:
    "WS-Security 2004, Chapter 7.1 SecurityTokenReference Element."
    • Field Detail

      • WSSE11_TOKEN_TYPE_ATTR_LOCAL_NAME

        static final String WSSE11_TOKEN_TYPE_ATTR_LOCAL_NAME
        The @wsse11:TokenType attribute local name.
        See Also:
        Constant Field Values
      • WSSE11_TOKEN_TYPE_ATTR_NAME

        static final QName WSSE11_TOKEN_TYPE_ATTR_NAME
        The @wsse11:TokenType qualified attribute name.
    • Method Detail

      • getWSSE11TokenType

        String getWSSE11TokenType()
        Returns the @wsse11:TokenType attribute value.
        Returns:
        the @wsse11:TokenType attribute value or null.
      • setWSSE11TokenType

        void setWSSE11TokenType​(String tokenType)
        Sets the @wsse11:TokenType attribute value.
        Parameters:
        tokenType - the @wsse11:TokenType attribute value to set.