Interface NameIDPolicy

    • Field Detail

      • DEFAULT_ELEMENT_NAME

        static final QName DEFAULT_ELEMENT_NAME
        Default element name.
      • TYPE_NAME

        static final QName TYPE_NAME
        QName of the XSI type.
      • SP_NAME_QUALIFIER_ATTRIB_NAME

        static final String SP_NAME_QUALIFIER_ATTRIB_NAME
        SPNameQualifier attribute name.
        See Also:
        Constant Field Values
    • Method Detail

      • getFormat

        String getFormat()
        Gets the format of the NameIDPolicy.
        Returns:
        the format of the NameIDPolicy
      • setFormat

        void setFormat​(String newFormat)
        Sets the format of the NameIDPolicy.
        Parameters:
        newFormat - the format of the NameIDPolicy
      • getSPNameQualifier

        String getSPNameQualifier()
        Gets the SPNameQualifier value.
        Returns:
        the SPNameQualifier value
      • setSPNameQualifier

        void setSPNameQualifier​(String newSPNameQualifier)
        Sets the SPNameQualifier value.
        Parameters:
        newSPNameQualifier - the SPNameQualifier value
      • getAllowCreate

        Boolean getAllowCreate()
        Gets the AllowCreate value.
        Returns:
        the AllowCreate value
      • getAllowCreateXSBoolean

        XSBooleanValue getAllowCreateXSBoolean()
        Gets the AllowCreate value.
        Returns:
        the AllowCreate value
      • setAllowCreate

        void setAllowCreate​(Boolean newAllowCreate)
        Sets the AllowCreate value. Boolean values will be marshalled to either "true" or "false".
        Parameters:
        newAllowCreate - the AllowCreate value
      • setAllowCreate

        void setAllowCreate​(XSBooleanValue newAllowCreate)
        Sets the AllowCreate value.
        Parameters:
        newAllowCreate - the AllowCreate value