Interface AuthenticatorDocument

  • All Superinterfaces:
    XmlObject, XmlTokenSource

    public interface AuthenticatorDocument
    extends XmlObject
    A document containing one Authenticator(@http://docs.oasis-open.org/ws-sx/ws-trust/200512/) 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