Interface AuthnContextType

  • All Superinterfaces:
    XmlObject, XmlTokenSource

    public interface AuthnContextType
    extends XmlObject
    An XML AuthnContextType(@urn:oasis:names:tc:SAML:2.0:assertion). This is a complex type.
    • Method Detail

      • getAuthnContextClassRef

        String getAuthnContextClassRef()
        Gets the "AuthnContextClassRef" element
      • xgetAuthnContextClassRef

        XmlAnyURI xgetAuthnContextClassRef()
        Gets (as xml) the "AuthnContextClassRef" element
      • isSetAuthnContextClassRef

        boolean isSetAuthnContextClassRef()
        True if has "AuthnContextClassRef" element
      • setAuthnContextClassRef

        void setAuthnContextClassRef​(String authnContextClassRef)
        Sets the "AuthnContextClassRef" element
      • xsetAuthnContextClassRef

        void xsetAuthnContextClassRef​(XmlAnyURI authnContextClassRef)
        Sets (as xml) the "AuthnContextClassRef" element
      • unsetAuthnContextClassRef

        void unsetAuthnContextClassRef()
        Unsets the "AuthnContextClassRef" element
      • getAuthnContextDecl

        XmlObject getAuthnContextDecl()
        Gets the "AuthnContextDecl" element
      • isSetAuthnContextDecl

        boolean isSetAuthnContextDecl()
        True if has "AuthnContextDecl" element
      • setAuthnContextDecl

        void setAuthnContextDecl​(XmlObject authnContextDecl)
        Sets the "AuthnContextDecl" element
      • addNewAuthnContextDecl

        XmlObject addNewAuthnContextDecl()
        Appends and returns a new empty "AuthnContextDecl" element
      • unsetAuthnContextDecl

        void unsetAuthnContextDecl()
        Unsets the "AuthnContextDecl" element
      • getAuthnContextDeclRef

        String getAuthnContextDeclRef()
        Gets the "AuthnContextDeclRef" element
      • xgetAuthnContextDeclRef

        XmlAnyURI xgetAuthnContextDeclRef()
        Gets (as xml) the "AuthnContextDeclRef" element
      • isSetAuthnContextDeclRef

        boolean isSetAuthnContextDeclRef()
        True if has "AuthnContextDeclRef" element
      • setAuthnContextDeclRef

        void setAuthnContextDeclRef​(String authnContextDeclRef)
        Sets the "AuthnContextDeclRef" element
      • xsetAuthnContextDeclRef

        void xsetAuthnContextDeclRef​(XmlAnyURI authnContextDeclRef)
        Sets (as xml) the "AuthnContextDeclRef" element
      • unsetAuthnContextDeclRef

        void unsetAuthnContextDeclRef()
        Unsets the "AuthnContextDeclRef" element
      • getAuthenticatingAuthorityArray

        String[] getAuthenticatingAuthorityArray()
        Gets array of all "AuthenticatingAuthority" elements
      • getAuthenticatingAuthorityArray

        String getAuthenticatingAuthorityArray​(int i)
        Gets ith "AuthenticatingAuthority" element
      • xgetAuthenticatingAuthorityArray

        XmlAnyURI[] xgetAuthenticatingAuthorityArray()
        Gets (as xml) array of all "AuthenticatingAuthority" elements
      • xgetAuthenticatingAuthorityArray

        XmlAnyURI xgetAuthenticatingAuthorityArray​(int i)
        Gets (as xml) ith "AuthenticatingAuthority" element
      • sizeOfAuthenticatingAuthorityArray

        int sizeOfAuthenticatingAuthorityArray()
        Returns number of "AuthenticatingAuthority" element
      • setAuthenticatingAuthorityArray

        void setAuthenticatingAuthorityArray​(String[] authenticatingAuthorityArray)
        Sets array of all "AuthenticatingAuthority" element
      • setAuthenticatingAuthorityArray

        void setAuthenticatingAuthorityArray​(int i,
                                             String authenticatingAuthority)
        Sets ith "AuthenticatingAuthority" element
      • xsetAuthenticatingAuthorityArray

        void xsetAuthenticatingAuthorityArray​(XmlAnyURI[] authenticatingAuthorityArray)
        Sets (as xml) array of all "AuthenticatingAuthority" element
      • xsetAuthenticatingAuthorityArray

        void xsetAuthenticatingAuthorityArray​(int i,
                                              XmlAnyURI authenticatingAuthority)
        Sets (as xml) ith "AuthenticatingAuthority" element
      • insertAuthenticatingAuthority

        void insertAuthenticatingAuthority​(int i,
                                           String authenticatingAuthority)
        Inserts the value as the ith "AuthenticatingAuthority" element
      • addAuthenticatingAuthority

        void addAuthenticatingAuthority​(String authenticatingAuthority)
        Appends the value as the last "AuthenticatingAuthority" element
      • insertNewAuthenticatingAuthority

        XmlAnyURI insertNewAuthenticatingAuthority​(int i)
        Inserts and returns a new empty value (as xml) as the ith "AuthenticatingAuthority" element
      • addNewAuthenticatingAuthority

        XmlAnyURI addNewAuthenticatingAuthority()
        Appends and returns a new empty value (as xml) as the last "AuthenticatingAuthority" element
      • removeAuthenticatingAuthority

        void removeAuthenticatingAuthority​(int i)
        Removes the ith "AuthenticatingAuthority" element