Interface PasswordStorageSchemeCfg

    • Method Detail

      • configurationClass

        Class<? extends PasswordStorageSchemeCfg> configurationClass()
        Gets the configuration class associated with this Password Storage Scheme.
        Specified by:
        configurationClass in interface Configuration
        Returns:
        Returns the configuration class associated with this Password Storage Scheme.
      • addChangeListener

        void addChangeListener​(ConfigurationChangeListener<PasswordStorageSchemeCfg> listener)
        Register to be notified when this Password Storage Scheme is changed.
        Parameters:
        listener - The Password Storage Scheme configuration change listener.
      • removeChangeListener

        void removeChangeListener​(ConfigurationChangeListener<PasswordStorageSchemeCfg> listener)
        Deregister an existing Password Storage Scheme configuration change listener.
        Parameters:
        listener - The Password Storage Scheme configuration change listener.
      • isEnabled

        boolean isEnabled()
        Gets the "enabled" property.

        Indicates whether the Password Storage Scheme is enabled for use.

        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 Password Storage Scheme implementation.

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