Interface NameIDPolicy

    • Method Detail

      • getFormat

        String getFormat()
        Returns the value of Format attribute.
        Returns:
        the value of Format attribute.
        See Also:
        setFormat(String)
      • setFormat

        void setFormat​(String uri)
                throws SAML2Exception
        Sets the value of the Format attribute.
        Parameters:
        uri - the new value of Format attribute.
        Throws:
        SAML2Exception - if the object is immutable.
        See Also:
        getFormat()
      • getSPNameQualifier

        String getSPNameQualifier()
        Returns the value of the SPNameQualifier attribute.
        Returns:
        the value of SPNameQualifier attribute.
        See Also:
        setSPNameQualifier(String)
      • setSPNameQualifier

        void setSPNameQualifier​(String spNameQualifier)
                         throws SAML2Exception
        Sets the value of SPNameQualifier attribute.
        Parameters:
        spNameQualifier - new value of SPNameQualifier attribute.
        Throws:
        SAML2Exception - if the object is immutable.
        See Also:
        getSPNameQualifier()
      • setAllowCreate

        void setAllowCreate​(boolean allowCreate)
                     throws SAML2Exception
        Sets the value of AllowCreate attribute.
        Parameters:
        allowCreate - the new value of AllowCreate attribute.
        Throws:
        SAML2Exception - if the object is immutable.
      • isAllowCreate

        boolean isAllowCreate()
        Returns true if the identity provider is allowed to create a new identifier to represent the principal.
        Returns:
        value of AllowCreate attribute.
      • makeImmutable

        void makeImmutable()
        Makes this object immutable.
      • isMutable

        boolean isMutable()
        Returns true if object is mutable.
        Returns:
        true if object is mutable.