|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UserDefinedVirtualAttributeCfg
A server-side interface for querying User Defined Virtual Attribute settings.
The User Defined Virtual Attribute creates virtual attributes with user-defined values in entries that match the criteria defined in the plug-in's configuration.
Method Summary | |
---|---|
void |
addUserDefinedChangeListener(ConfigurationChangeListener<UserDefinedVirtualAttributeCfg> listener)
Register to be notified when this User Defined Virtual Attribute is changed. |
java.lang.Class<? extends UserDefinedVirtualAttributeCfg> |
configurationClass()
Gets the configuration class associated with this User Defined Virtual Attribute. |
java.lang.String |
getJavaClass()
Gets the "java-class" property. |
java.util.SortedSet<java.lang.String> |
getValue()
Gets the "value" property. |
void |
removeUserDefinedChangeListener(ConfigurationChangeListener<UserDefinedVirtualAttributeCfg> listener)
Deregister an existing User Defined Virtual Attribute configuration change listener. |
Methods inherited from interface org.opends.server.admin.std.server.VirtualAttributeCfg |
---|
addChangeListener, getAttributeType, getBaseDN, getConflictBehavior, getFilter, getGroupDN, isEnabled, removeChangeListener |
Methods inherited from interface org.opends.server.admin.Configuration |
---|
dn |
Method Detail |
---|
java.lang.Class<? extends UserDefinedVirtualAttributeCfg> configurationClass()
configurationClass
in interface Configuration
configurationClass
in interface VirtualAttributeCfg
void addUserDefinedChangeListener(ConfigurationChangeListener<UserDefinedVirtualAttributeCfg> listener)
listener
- The User Defined Virtual Attribute configuration change listener.void removeUserDefinedChangeListener(ConfigurationChangeListener<UserDefinedVirtualAttributeCfg> listener)
listener
- The User Defined Virtual Attribute configuration change listener.java.lang.String getJavaClass()
Specifies the fully-qualified name of the virtual attribute provider class that generates the attribute values.
getJavaClass
in interface VirtualAttributeCfg
java.util.SortedSet<java.lang.String> getValue()
Specifies the values to be included in the virtual attribute.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |