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.
  • Field Details

  • Method Details

    • 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