Interface HttpBasicAuthorizationMechanismCfgClient

    • Method Detail

      • isAltAuthenticationEnabled

        @MandatoryProperty
        ValueOrExpression<Boolean> isAltAuthenticationEnabled()
        Gets the "alt-authentication-enabled" property.

        Specifies whether user credentials may be provided using alternative headers to the standard 'Authorize' header.

        Default value: false

        Returns:
        Returns the value of the "alt-authentication-enabled" property.
      • setAltAuthenticationEnabled

        @MandatoryProperty
        void setAltAuthenticationEnabled​(ValueOrExpression<Boolean> value)
                                  throws PropertyException
        Sets the "alt-authentication-enabled" property.

        Specifies whether user credentials may be provided using alternative headers to the standard 'Authorize' header.

        Parameters:
        value - The value of the "alt-authentication-enabled" property.
        Throws:
        PropertyException - If the new value is invalid.
      • getAltPasswordHeader

        ValueOrExpression<String> getAltPasswordHeader()
        Gets the "alt-password-header" property.

        Alternate HTTP headers to get the user's password from.

        Default value is undefined

        Returns:
        Returns the value of the "alt-password-header" property.
      • setAltPasswordHeader

        void setAltPasswordHeader​(ValueOrExpression<String> value)
                           throws PropertyException
        Sets the "alt-password-header" property.

        Alternate HTTP headers to get the user's password from.

        Parameters:
        value - The value of the "alt-password-header" property.
        Throws:
        PropertyException - If the new value is invalid.
      • getAltUsernameHeader

        ValueOrExpression<String> getAltUsernameHeader()
        Gets the "alt-username-header" property.

        Alternate HTTP headers to get the user's name from.

        Default value is undefined

        Returns:
        Returns the value of the "alt-username-header" property.
      • setAltUsernameHeader

        void setAltUsernameHeader​(ValueOrExpression<String> value)
                           throws PropertyException
        Sets the "alt-username-header" property.

        Alternate HTTP headers to get the user's name from.

        Parameters:
        value - The value of the "alt-username-header" property.
        Throws:
        PropertyException - If the new value is invalid.
      • getIdentityMapper

        @MandatoryProperty
        SortedSet<ValueOrExpression<String>> getIdentityMapper()
        Gets the "identity-mapper" property.

        Specifies the name of the identity mapper(s) used to get the user's entry corresponding to the user-id provided in the HTTP authentication header.

        Returns:
        Returns the values of the "identity-mapper" property.
      • setIdentityMapper

        @MandatoryProperty
        void setIdentityMapper​(Collection<ValueOrExpression<String>> values)
                        throws PropertyException
        Sets the "identity-mapper" property.

        Specifies the name of the identity mapper(s) used to get the user's entry corresponding to the user-id provided in the HTTP authentication header.

        Parameters:
        values - The values of the "identity-mapper" property.
        Throws:
        PropertyException - If one or more of the new values are invalid.
      • getJavaClass

        @MandatoryProperty
        ValueOrExpression<String> getJavaClass()
        Gets the "java-class" property.

        Specifies the fully-qualified name of the Java class that provides the HTTP Basic Authorization Mechanism implementation.

        Default value: org.opends.server.protocols.http.authz.HttpBasicAuthorizationMechanism

        Specified by:
        getJavaClass in interface HttpAuthorizationMechanismCfgClient
        Returns:
        Returns the value of the "java-class" property.