Interface Authenticator

All Superinterfaces:
ElementExtensibleXMLObject, WSTrustObject, XMLObject
All Known Implementing Classes:
AuthenticatorImpl

public interface Authenticator extends ElementExtensibleXMLObject, WSTrustObject
The wst:Authenticator element.
See Also:
  • "WS-Trust 1.3, Chapter 8.9 Authenticating Exchanges."
  • Field Details

    • ELEMENT_LOCAL_NAME

      static final String ELEMENT_LOCAL_NAME
      Element local name.
      See Also:
    • ELEMENT_NAME

      static final QName ELEMENT_NAME
      Default element name.
    • TYPE_LOCAL_NAME

      static final String TYPE_LOCAL_NAME
      Local name of the XSI type.
      See Also:
    • TYPE_NAME

      static final QName TYPE_NAME
      QName of the XSI type.
  • Method Details

    • getCombinedHash

      CombinedHash getCombinedHash()
      Returns the wst:CombinedHash child element.
      Returns:
      the CombinedHash element.
    • setCombinedHash

      void setCombinedHash(CombinedHash combinedHash)
      Sets the wst:CombinedHash child element.
      Parameters:
      combinedHash - the CombinedHash to set.