public interface CollectiveAttributeSubentriesVirtualAttributeCfg extends VirtualAttributeCfg
The Collective Attribute Subentries Virtual Attribute generates a virtual attribute that specifies all collective attribute subentries that affect the entry.
Modifier and Type | Method and Description |
---|---|
void |
addCollectiveAttributeSubentriesChangeListener(ConfigurationChangeListener<CollectiveAttributeSubentriesVirtualAttributeCfg> listener)
Register to be notified when this Collective Attribute Subentries Virtual Attribute is changed.
|
Class<? extends CollectiveAttributeSubentriesVirtualAttributeCfg> |
configurationClass()
Gets the configuration class associated with this Collective Attribute Subentries Virtual Attribute.
|
AttributeType |
getAttributeType()
Gets the "attribute-type" property.
|
VirtualAttributeCfgDefn.ConflictBehavior |
getConflictBehavior()
Gets the "conflict-behavior" property.
|
String |
getJavaClass()
Gets the "java-class" property.
|
void |
removeCollectiveAttributeSubentriesChangeListener(ConfigurationChangeListener<CollectiveAttributeSubentriesVirtualAttributeCfg> listener)
Deregister an existing Collective Attribute Subentries Virtual Attribute configuration change listener.
|
addChangeListener, getBaseDn, getFilter, getGroupDn, getScope, isEnabled, removeChangeListener
dn, name
Class<? extends CollectiveAttributeSubentriesVirtualAttributeCfg> configurationClass()
configurationClass
in interface Configuration
configurationClass
in interface VirtualAttributeCfg
void addCollectiveAttributeSubentriesChangeListener(ConfigurationChangeListener<CollectiveAttributeSubentriesVirtualAttributeCfg> listener)
listener
- The Collective Attribute Subentries Virtual Attribute configuration change listener.void removeCollectiveAttributeSubentriesChangeListener(ConfigurationChangeListener<CollectiveAttributeSubentriesVirtualAttributeCfg> listener)
listener
- The Collective Attribute Subentries Virtual Attribute configuration change listener.AttributeType getAttributeType()
Specifies the attribute type for the attribute whose values are to be dynamically assigned by the virtual attribute.
getAttributeType
in interface VirtualAttributeCfg
VirtualAttributeCfgDefn.ConflictBehavior getConflictBehavior()
Specifies the behavior that the server is to exhibit for entries that already contain one or more real values for the associated attribute.
getConflictBehavior
in interface VirtualAttributeCfg
String getJavaClass()
Specifies the fully-qualified name of the virtual attribute provider class that generates the attribute values.
getJavaClass
in interface VirtualAttributeCfg
Copyright 2010-2020 ForgeRock AS.