Interface VirtualStaticGroupImplementationCfg

  • All Superinterfaces:
    Configuration, GroupImplementationCfg

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

    The Virtual Static Group Implementation provides a grouping mechanism in which the membership for the virtual static group is based on the membership for another group defined within the server.

    • Method Detail

      • addVirtualStaticChangeListener

        void addVirtualStaticChangeListener​(ConfigurationChangeListener<VirtualStaticGroupImplementationCfg> listener)
        Register to be notified when this Virtual Static Group Implementation is changed.
        Parameters:
        listener - The Virtual Static Group Implementation configuration change listener.
      • removeVirtualStaticChangeListener

        void removeVirtualStaticChangeListener​(ConfigurationChangeListener<VirtualStaticGroupImplementationCfg> listener)
        Deregister an existing Virtual Static Group Implementation configuration change listener.
        Parameters:
        listener - The Virtual 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 Virtual Static Group Implementation implementation.

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

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