Interface AuthnContextDocument

  • All Superinterfaces:
    XmlObject, XmlTokenSource

    public interface AuthnContextDocument
    extends XmlObject
    A document containing one AuthnContext(@urn:oasis:names:tc:SAML:2.0:assertion) element. This is a complex type.
    • Method Detail

      • getAuthnContext

        AuthnContextType getAuthnContext()
        Gets the "AuthnContext" element
      • setAuthnContext

        void setAuthnContext​(AuthnContextType authnContext)
        Sets the "AuthnContext" element
      • addNewAuthnContext

        AuthnContextType addNewAuthnContext()
        Appends and returns a new empty "AuthnContext" element