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

All Superinterfaces:
ConfigurationClient, VirtualAttributeCfgClient

public interface IsMemberOfVirtualAttributeCfgClient
extends VirtualAttributeCfgClient

A client-side interface for reading and modifying Is Member Of Virtual Attribute settings.

The Is Member Of Virtual Attribute generates the isMemberOf operational attribute, which contains the DNs of the groups in which the user is a member.


Method Summary
 ManagedObjectDefinition<? extends IsMemberOfVirtualAttributeCfgClient,? extends IsMemberOfVirtualAttributeCfg> definition()
          Get the configuration definition associated with this Is Member Of 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 IsMemberOfVirtualAttributeCfgClient,? extends IsMemberOfVirtualAttributeCfg> definition()
Get the configuration definition associated with this Is Member Of Virtual Attribute.

Specified by:
definition in interface ConfigurationClient
Specified by:
definition in interface VirtualAttributeCfgClient
Returns:
Returns the configuration definition associated with this Is Member Of 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.