Interface StaticGroupImplementationCfg

  • All Superinterfaces:
    Configuration, GroupImplementationCfg

    public interface StaticGroupImplementationCfg
    extends GroupImplementationCfg
    A server-side interface for querying Static Group Implementation settings.

    The Static Group Implementation provides a grouping mechanism in which the group membership is based on an explicit list of the DNs of the users that are members of the group.

    • Method Detail

      • addStaticChangeListener

        void addStaticChangeListener​(ConfigurationChangeListener<StaticGroupImplementationCfg> listener)
        Register to be notified when this Static Group Implementation is changed.
        Parameters:
        listener - The Static Group Implementation configuration change listener.
      • removeStaticChangeListener

        void removeStaticChangeListener​(ConfigurationChangeListener<StaticGroupImplementationCfg> listener)
        Deregister an existing Static Group Implementation configuration change listener.
        Parameters:
        listener - The Static Group Implementation configuration change listener.
      • getJavaClass

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

        Specifies the fully-qualified name of the Java class that provides the Static Group Implementation implementation.

        Default value: org.opends.server.extensions.StaticGroup

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