Interface AuthenticatorDocument

  • All Superinterfaces:
    XmlObject, XmlTokenSource

    public interface AuthenticatorDocument
    extends XmlObject
    A document containing one Authenticator(@http://schemas.xmlsoap.org/ws/2005/02/trust) element. This is a complex type.
    • Method Detail

      • getAuthenticator

        AuthenticatorType getAuthenticator()
        Gets the "Authenticator" element
      • setAuthenticator

        void setAuthenticator​(AuthenticatorType authenticator)
        Sets the "Authenticator" element
      • addNewAuthenticator

        AuthenticatorType addNewAuthenticator()
        Appends and returns a new empty "Authenticator" element