Class HttpAuthorizationMechanismCfgDefn

    • Method Detail

      • getInstance

        public static HttpAuthorizationMechanismCfgDefn getInstance()
        Get the HTTP Authorization Mechanism configuration definition singleton.
        Returns:
        Returns the HTTP Authorization Mechanism configuration definition singleton.
      • getEnabledPropertyDefinition

        public BooleanPropertyDefinition getEnabledPropertyDefinition()
        Get the "enabled" property definition.

        Indicates whether the HTTP Authorization Mechanism is enabled.

        Returns:
        Returns the "enabled" property definition.
      • getJavaClassPropertyDefinition

        public ClassPropertyDefinition getJavaClassPropertyDefinition()
        Get the "java-class" property definition.

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

        Returns:
        Returns the "java-class" property definition.