Interface AuthenticationPolicyCfg

    • Method Detail

      • configurationClass

        Class<? extends AuthenticationPolicyCfg> configurationClass()
        Gets the configuration class associated with this Authentication Policy.
        Specified by:
        configurationClass in interface Configuration
        Returns:
        Returns the configuration class associated with this Authentication Policy.
      • addChangeListener

        void addChangeListener​(ConfigurationChangeListener<AuthenticationPolicyCfg> listener)
        Register to be notified when this Authentication Policy is changed.
        Parameters:
        listener - The Authentication Policy configuration change listener.
      • removeChangeListener

        void removeChangeListener​(ConfigurationChangeListener<AuthenticationPolicyCfg> listener)
        Deregister an existing Authentication Policy configuration change listener.
        Parameters:
        listener - The Authentication Policy configuration change listener.
      • getJavaClass

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

        Specifies the fully-qualified name of the Java class which provides the Authentication Policy implementation.

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