public interface StructuralObjectClassVirtualAttributeCfgClient extends VirtualAttributeCfgClient
The Structural Object Class Virtual Attribute generates a virtual attribute that specifies the structural object class with the schema definitions in effect for the entry. This attribute is defined in RFC 4512.
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends StructuralObjectClassVirtualAttributeCfgClient,? extends StructuralObjectClassVirtualAttributeCfg> |
definition()
Get the configuration definition associated with this Structural Object Class 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 |
setAttributeType(AttributeType value)
Sets the "attribute-type" property.
|
void |
setConflictBehavior(VirtualAttributeCfgDefn.ConflictBehavior value)
Sets the "conflict-behavior" property.
|
void |
setJavaClass(String value)
Sets the "java-class" property.
|
getBaseDN, getFilter, getGroupDN, getScope, isEnabled, setBaseDN, setEnabled, setFilter, setGroupDN, setScope
commit, properties
ManagedObjectDefinition<? extends StructuralObjectClassVirtualAttributeCfgClient,? extends StructuralObjectClassVirtualAttributeCfg> definition()
definition
in interface ConfigurationClient
definition
in interface VirtualAttributeCfgClient
AttributeType getAttributeType()
Specifies the attribute type for the attribute whose values are to be dynamically assigned by the virtual attribute.
getAttributeType
in interface VirtualAttributeCfgClient
void setAttributeType(AttributeType value) throws PropertyException
Specifies the attribute type for the attribute whose values are to be dynamically assigned by the virtual attribute.
setAttributeType
in interface VirtualAttributeCfgClient
value
- The value of the "attribute-type" property.PropertyException
- If the new value is invalid.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 VirtualAttributeCfgClient
void setConflictBehavior(VirtualAttributeCfgDefn.ConflictBehavior value) throws PropertyException
Specifies the behavior that the server is to exhibit for entries that already contain one or more real values for the associated attribute.
setConflictBehavior
in interface VirtualAttributeCfgClient
value
- The value of the "conflict-behavior" property.PropertyException
- If the new value is invalid.String getJavaClass()
Specifies the fully-qualified name of the virtual attribute provider class that generates the attribute values.
getJavaClass
in interface VirtualAttributeCfgClient
void setJavaClass(String value) throws PropertyException
Specifies the fully-qualified name of the virtual attribute provider class that generates the attribute values.
setJavaClass
in interface VirtualAttributeCfgClient
value
- The value of the "java-class" property.PropertyException
- If the new value is invalid.Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.