Interface EntryUuidVirtualAttributeCfg

  • All Superinterfaces:
    Configuration, VirtualAttributeCfg

    public interface EntryUuidVirtualAttributeCfg
    extends VirtualAttributeCfg
    A server-side interface for querying entryUUID Virtual Attribute settings.

    The entryUUID Virtual Attribute ensures that all entries contained in private backends have values for the entryUUID operational attribute.

    • Method Detail

      • addEntryUuidChangeListener

        void addEntryUuidChangeListener​(ConfigurationChangeListener<EntryUuidVirtualAttributeCfg> listener)
        Register to be notified when this entryUUID Virtual Attribute is changed.
        Parameters:
        listener - The entryUUID Virtual Attribute configuration change listener.
      • removeEntryUuidChangeListener

        void removeEntryUuidChangeListener​(ConfigurationChangeListener<EntryUuidVirtualAttributeCfg> listener)
        Deregister an existing entryUUID Virtual Attribute configuration change listener.
        Parameters:
        listener - The entryUUID 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: entryUUID

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

        VirtualAttributeCfgDefn.ConflictBehavior 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: real-overrides-virtual

        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.EntryUUIDVirtualAttributeProvider

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