Interface HttpAuthorizationMechanismCfg

    • Method Detail

      • removeChangeListener

        void removeChangeListener​(ConfigurationChangeListener<HttpAuthorizationMechanismCfg> listener)
        Deregister an existing HTTP Authorization Mechanism configuration change listener.
        Parameters:
        listener - The HTTP Authorization Mechanism configuration change listener.
      • isEnabled

        boolean isEnabled()
        Gets the "enabled" property.

        Indicates whether the HTTP Authorization Mechanism is enabled.

        Returns:
        Returns the value of the "enabled" property.
      • getJavaClass

        String getJavaClass()
        Gets the "java-class" property.

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

        Returns:
        Returns the value of the "java-class" property.