Interface CollectiveAttributeSubentriesVirtualAttributeCfg

All Superinterfaces:
Configuration, VirtualAttributeCfg

public interface CollectiveAttributeSubentriesVirtualAttributeCfg extends VirtualAttributeCfg
A server-side interface for querying Collective Attribute Subentries Virtual Attribute settings.

The Collective Attribute Subentries Virtual Attribute generates a virtual attribute that specifies all collective attribute subentries that affect the entry.

  • Method Details

    • configurationClass

      Gets the configuration class associated with this Collective Attribute Subentries Virtual Attribute.
      Specified by:
      configurationClass in interface Configuration
      Specified by:
      configurationClass in interface VirtualAttributeCfg
      Returns:
      Returns the configuration class associated with this Collective Attribute Subentries Virtual Attribute.
    • addCollectiveAttributeSubentriesChangeListener

      void addCollectiveAttributeSubentriesChangeListener(ConfigurationChangeListener<CollectiveAttributeSubentriesVirtualAttributeCfg> listener)
      Register to be notified when this Collective Attribute Subentries Virtual Attribute is changed.
      Parameters:
      listener - The Collective Attribute Subentries Virtual Attribute configuration change listener.
    • removeCollectiveAttributeSubentriesChangeListener

      void removeCollectiveAttributeSubentriesChangeListener(ConfigurationChangeListener<CollectiveAttributeSubentriesVirtualAttributeCfg> listener)
      Deregister an existing Collective Attribute Subentries Virtual Attribute configuration change listener.
      Parameters:
      listener - The Collective Attribute Subentries Virtual Attribute configuration change listener.
    • getAttributeType

      AttributeType getAttributeType()
      Gets the "attribute-type" property.

      Specifies the attribute type for the attribute whose values are to be dynamically assigned by the virtual attribute.

      Default value: collectiveAttributeSubentries

      Specified by:
      getAttributeType in interface VirtualAttributeCfg
      Returns:
      Returns the value of the "attribute-type" property.
    • getConflictBehavior

      Gets the "conflict-behavior" property.

      Specifies the behavior that the server is to exhibit for entries that already contain one or more real values for the associated attribute.

      Default value: virtual-overrides-real

      Specified by:
      getConflictBehavior in interface VirtualAttributeCfg
      Returns:
      Returns the value of the "conflict-behavior" property.
    • getJavaClass

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

      Specifies the fully-qualified name of the virtual attribute provider class that generates the attribute values.

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

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