Interface NameIDPolicyType

  • All Superinterfaces:
    XmlObject, XmlTokenSource

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

      • getFormat

        String getFormat()
        Gets the "Format" attribute
      • xgetFormat

        XmlAnyURI xgetFormat()
        Gets (as xml) the "Format" attribute
      • isSetFormat

        boolean isSetFormat()
        True if has "Format" attribute
      • setFormat

        void setFormat​(String format)
        Sets the "Format" attribute
      • xsetFormat

        void xsetFormat​(XmlAnyURI format)
        Sets (as xml) the "Format" attribute
      • unsetFormat

        void unsetFormat()
        Unsets the "Format" attribute
      • getSPNameQualifier

        String getSPNameQualifier()
        Gets the "SPNameQualifier" attribute
      • xgetSPNameQualifier

        XmlString xgetSPNameQualifier()
        Gets (as xml) the "SPNameQualifier" attribute
      • isSetSPNameQualifier

        boolean isSetSPNameQualifier()
        True if has "SPNameQualifier" attribute
      • setSPNameQualifier

        void setSPNameQualifier​(String spNameQualifier)
        Sets the "SPNameQualifier" attribute
      • xsetSPNameQualifier

        void xsetSPNameQualifier​(XmlString spNameQualifier)
        Sets (as xml) the "SPNameQualifier" attribute
      • unsetSPNameQualifier

        void unsetSPNameQualifier()
        Unsets the "SPNameQualifier" attribute
      • getAllowCreate

        boolean getAllowCreate()
        Gets the "AllowCreate" attribute
      • xgetAllowCreate

        XmlBoolean xgetAllowCreate()
        Gets (as xml) the "AllowCreate" attribute
      • isSetAllowCreate

        boolean isSetAllowCreate()
        True if has "AllowCreate" attribute
      • setAllowCreate

        void setAllowCreate​(boolean allowCreate)
        Sets the "AllowCreate" attribute
      • xsetAllowCreate

        void xsetAllowCreate​(XmlBoolean allowCreate)
        Sets (as xml) the "AllowCreate" attribute
      • unsetAllowCreate

        void unsetAllowCreate()
        Unsets the "AllowCreate" attribute