|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SubschemaSubentryVirtualAttributeCfg
A server-side interface for querying Subschema Subentry Virtual Attribute settings.
The Subschema Subentry Virtual Attribute generates a virtual attribute that specifies the location of the subschemaSubentry with the schema definitions in effect for the entry. This attribute is defined in RFC 4512.
Method Summary | |
---|---|
void |
addSubschemaSubentryChangeListener(ConfigurationChangeListener<SubschemaSubentryVirtualAttributeCfg> listener)
Register to be notified when this Subschema Subentry Virtual Attribute is changed. |
java.lang.Class<? extends SubschemaSubentryVirtualAttributeCfg> |
configurationClass()
Gets the configuration class associated with this Subschema Subentry Virtual Attribute. |
AttributeType |
getAttributeType()
Gets the "attribute-type" property. |
VirtualAttributeCfgDefn.ConflictBehavior |
getConflictBehavior()
Gets the "conflict-behavior" property. |
java.lang.String |
getJavaClass()
Gets the "java-class" property. |
void |
removeSubschemaSubentryChangeListener(ConfigurationChangeListener<SubschemaSubentryVirtualAttributeCfg> listener)
Deregister an existing Subschema Subentry Virtual Attribute configuration change listener. |
Methods inherited from interface org.opends.server.admin.std.server.VirtualAttributeCfg |
---|
addChangeListener, getBaseDN, getFilter, getGroupDN, isEnabled, removeChangeListener |
Methods inherited from interface org.opends.server.admin.Configuration |
---|
dn |
Method Detail |
---|
java.lang.Class<? extends SubschemaSubentryVirtualAttributeCfg> configurationClass()
configurationClass
in interface Configuration
configurationClass
in interface VirtualAttributeCfg
void addSubschemaSubentryChangeListener(ConfigurationChangeListener<SubschemaSubentryVirtualAttributeCfg> listener)
listener
- The Subschema Subentry Virtual Attribute configuration change listener.void removeSubschemaSubentryChangeListener(ConfigurationChangeListener<SubschemaSubentryVirtualAttributeCfg> listener)
listener
- The Subschema 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
java.lang.String getJavaClass()
Specifies the fully-qualified name of the virtual attribute provider class that generates the attribute values.
getJavaClass
in interface VirtualAttributeCfg
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |