Class UserDefinedVirtualAttributeProvider

java.lang.Object
org.opends.server.api.VirtualAttributeProvider<UserDefinedVirtualAttributeCfg>
org.opends.server.extensions.UserDefinedVirtualAttributeProvider
All Implemented Interfaces:
ConfigurationChangeListener<UserDefinedVirtualAttributeCfg>

public final class UserDefinedVirtualAttributeProvider extends VirtualAttributeProvider<UserDefinedVirtualAttributeCfg> implements ConfigurationChangeListener<UserDefinedVirtualAttributeCfg>
This class implements a virtual attribute provider that allows administrators to define their own values that will be inserted into any entry that matches the criteria defined in the virtual attribute rule. This can be used to provide functionality like Class of Service (CoS) in the Sun Java System Directory Server.

Note: We will not allow searches based only on user-defined virtual attributes.