public interface PasswordPolicySubentryVirtualAttributeCfg extends VirtualAttributeCfg
The Password Policy Subentry Virtual Attribute generates a virtual attribute that points to the Password Policy subentry in effect for the entry.
Modifier and Type | Method and Description |
---|---|
void |
addPasswordPolicySubentryChangeListener(ConfigurationChangeListener<PasswordPolicySubentryVirtualAttributeCfg> listener)
Register to be notified when this Password Policy Subentry Virtual Attribute is changed.
|
Class<? extends PasswordPolicySubentryVirtualAttributeCfg> |
configurationClass()
Gets the configuration class associated with this Password Policy Subentry 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 |
removePasswordPolicySubentryChangeListener(ConfigurationChangeListener<PasswordPolicySubentryVirtualAttributeCfg> listener)
Deregister an existing Password Policy Subentry Virtual Attribute configuration change listener.
|
addChangeListener, getBaseDN, getFilter, getGroupDN, getScope, isEnabled, removeChangeListener
dn
Class<? extends PasswordPolicySubentryVirtualAttributeCfg> configurationClass()
configurationClass
in interface Configuration
configurationClass
in interface VirtualAttributeCfg
void addPasswordPolicySubentryChangeListener(ConfigurationChangeListener<PasswordPolicySubentryVirtualAttributeCfg> listener)
listener
- The Password Policy Subentry Virtual Attribute configuration change listener.void removePasswordPolicySubentryChangeListener(ConfigurationChangeListener<PasswordPolicySubentryVirtualAttributeCfg> listener)
listener
- The Password Policy Subentry 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-2017 ForgeRock AS.