Class AuthenticatorImpl

All Implemented Interfaces:
ElementExtensibleXMLObject, XMLObject, Authenticator, WSTrustObject

public class AuthenticatorImpl extends AbstractWSTrustObject implements Authenticator
AuthenticatorImpl.
  • Field Details

  • Constructor Details

    • AuthenticatorImpl

      public AuthenticatorImpl(@Nullable String namespaceURI, @Nonnull String elementLocalName, @Nullable String namespacePrefix)
      Constructor.
      Parameters:
      namespaceURI - namespace of the element
      elementLocalName - name of the element
      namespacePrefix - namespace prefix of the element
  • Method Details

    • getCombinedHash

      @Nullable public CombinedHash getCombinedHash()
      Returns the wst:CombinedHash child element.
      Specified by:
      getCombinedHash in interface Authenticator
      Returns:
      the CombinedHash element.
    • setCombinedHash

      public void setCombinedHash(@Nullable CombinedHash newCombinedHash)
      Sets the wst:CombinedHash child element.
      Specified by:
      setCombinedHash in interface Authenticator
      Parameters:
      newCombinedHash - the CombinedHash to set.
    • getUnknownXMLObjects

      @Nonnull public List<XMLObject> getUnknownXMLObjects()
      Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
      Specified by:
      getUnknownXMLObjects in interface ElementExtensibleXMLObject
      Returns:
      list of XMLObjects added to this XMLObject as part of the "any" content model
    • getUnknownXMLObjects

      @Nonnull public List<XMLObject> getUnknownXMLObjects(@Nonnull QName typeOrName)
      Gets the list of XMLObjects added to this XMLObject as part of the "any" content model, and which match the specified QName.
      Specified by:
      getUnknownXMLObjects in interface ElementExtensibleXMLObject
      Parameters:
      typeOrName - the QName of the statements to return
      Returns:
      list of XMLObjects added to this XMLObject as part of the "any" content model TODO: think this should be typed List<? extends XMLObject>
    • getOrderedChildren

      @Nullable public List<XMLObject> getOrderedChildren()
      Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
      Specified by:
      getOrderedChildren in interface XMLObject
      Returns:
      ordered list of child elements