public interface UserDefinedVirtualAttributeCfg extends VirtualAttributeCfg
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.
Modifier and Type | Method and Description |
---|---|
void |
addUserDefinedChangeListener(ConfigurationChangeListener<UserDefinedVirtualAttributeCfg> listener)
Register to be notified when this User Defined Virtual Attribute is changed.
|
Class<? extends UserDefinedVirtualAttributeCfg> |
configurationClass()
Gets the configuration class associated with this User Defined Virtual Attribute.
|
String |
getJavaClass()
Gets the "java-class" property.
|
SortedSet<String> |
getValue()
Gets the "value" property.
|
void |
removeUserDefinedChangeListener(ConfigurationChangeListener<UserDefinedVirtualAttributeCfg> listener)
Deregister an existing User Defined Virtual Attribute configuration change listener.
|
addChangeListener, getAttributeType, getBaseDn, getConflictBehavior, getFilter, getGroupDn, getScope, isEnabled, removeChangeListener
dn, name
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.String getJavaClass()
Specifies the fully-qualified name of the virtual attribute provider class that generates the attribute values.
getJavaClass
in interface VirtualAttributeCfg
Copyright 2010-2018 ForgeRock AS.