org.opends.server.admin.std.client
Interface SubschemaSubentryVirtualAttributeCfgClient

All Superinterfaces:
ConfigurationClient, VirtualAttributeCfgClient

public interface SubschemaSubentryVirtualAttributeCfgClient
extends VirtualAttributeCfgClient

A client-side interface for reading and modifying 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
 ManagedObjectDefinition<? extends SubschemaSubentryVirtualAttributeCfgClient,? extends SubschemaSubentryVirtualAttributeCfg> definition()
          Get the configuration definition 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 setAttributeType(AttributeType value)
          Sets the "attribute-type" property.
 void setConflictBehavior(VirtualAttributeCfgDefn.ConflictBehavior value)
          Sets the "conflict-behavior" property.
 void setJavaClass(java.lang.String value)
          Sets the "java-class" property.
 
Methods inherited from interface org.opends.server.admin.std.client.VirtualAttributeCfgClient
getBaseDN, getFilter, getGroupDN, isEnabled, setBaseDN, setEnabled, setFilter, setGroupDN
 
Methods inherited from interface org.opends.server.admin.ConfigurationClient
commit, properties
 

Method Detail

definition

ManagedObjectDefinition<? extends SubschemaSubentryVirtualAttributeCfgClient,? extends SubschemaSubentryVirtualAttributeCfg> definition()
Get the configuration definition associated with this Subschema Subentry Virtual Attribute.

Specified by:
definition in interface ConfigurationClient
Specified by:
definition in interface VirtualAttributeCfgClient
Returns:
Returns the configuration definition associated with this Subschema Subentry Virtual Attribute.

getAttributeType

AttributeType getAttributeType()
Gets the "attribute-type" property.

Specifies the attribute type for the attribute whose values are to be dynamically assigned by the virtual attribute.

Specified by:
getAttributeType in interface VirtualAttributeCfgClient
Returns:
Returns the value of the "attribute-type" property.

setAttributeType

void setAttributeType(AttributeType value)
                      throws IllegalPropertyValueException
Sets the "attribute-type" property.

Specifies the attribute type for the attribute whose values are to be dynamically assigned by the virtual attribute.

Specified by:
setAttributeType in interface VirtualAttributeCfgClient
Parameters:
value - The value of the "attribute-type" property.
Throws:
IllegalPropertyValueException - If the new value is invalid.

getConflictBehavior

VirtualAttributeCfgDefn.ConflictBehavior getConflictBehavior()
Gets the "conflict-behavior" property.

Specifies the behavior that the server is to exhibit for entries that already contain one or more real values for the associated attribute.

Specified by:
getConflictBehavior in interface VirtualAttributeCfgClient
Returns:
Returns the value of the "conflict-behavior" property.

setConflictBehavior

void setConflictBehavior(VirtualAttributeCfgDefn.ConflictBehavior value)
                         throws IllegalPropertyValueException
Sets the "conflict-behavior" property.

Specifies the behavior that the server is to exhibit for entries that already contain one or more real values for the associated attribute.

Specified by:
setConflictBehavior in interface VirtualAttributeCfgClient
Parameters:
value - The value of the "conflict-behavior" property.
Throws:
IllegalPropertyValueException - If the new value is invalid.

getJavaClass

java.lang.String getJavaClass()
Gets the "java-class" property.

Specifies the fully-qualified name of the virtual attribute provider class that generates the attribute values.

Specified by:
getJavaClass in interface VirtualAttributeCfgClient
Returns:
Returns the value of the "java-class" property.

setJavaClass

void setJavaClass(java.lang.String value)
                  throws IllegalPropertyValueException
Sets the "java-class" property.

Specifies the fully-qualified name of the virtual attribute provider class that generates the attribute values.

Specified by:
setJavaClass in interface VirtualAttributeCfgClient
Parameters:
value - The value of the "java-class" property.
Throws:
IllegalPropertyValueException - If the new value is invalid.