public class AssignmentAttributeEditValue extends AttributeValue
| Constructor and Description |
|---|
AssignmentAttributeEditValue()
Default constructor.
|
AssignmentAttributeEditValue(DistinguishedName definedRole,
java.lang.String definedRoleName)
Constructor with role on which attribute is defined.
|
AssignmentAttributeEditValue(java.lang.String definedRoleName)
Constructor with role on which attribute is defined.
|
| Modifier and Type | Method and Description |
|---|---|
DistinguishedName |
getAssignedRole()
Returns the DN of the role for which the attribute is assigned.
|
DistinguishedName |
getDefinedRole()
Returns the DN of the role on which the attribute is defined.
|
java.lang.String |
getdefinedRoleName()
Returns the role name on which the attribute is defined.
|
java.util.Collection |
getPrevValues()
Returns the values of the attribute in a collection.
|
java.lang.Object |
getSinglePrevValue()
Returns the single value of an attribute as an Object.
|
void |
setAssignedRole(DistinguishedName assignedRole)
Set the role DN for which the attribute is assigned.
|
void |
setDefinedRole(DistinguishedName definedRole)
Set the role DN on which the attribute is defined.
|
void |
setdefinedRoleName(java.lang.String definedRoleName)
Set the role name on which the attribute is defined.
|
void |
setPrevValue(java.util.Collection previousValues)
Replaces the current values with a new collection of Objects.
|
addValue, addValues, clone, equals, equals, getBinaryString, getBoolean, getBytes, getDate, getInt, getLong, getMapValue, getName, getSingleValue, getString, getSyntaxId, getValues, getValueString, hashCode, isAttributeBlacklisted, isValueEmpty, isValueExist, removeValue, removeValues, replaceSingleValue, setAttributeBlacklisted, setBoolean, setBytes, setInt, setLong, setMapValue, setName, setSingleValue, setStringValue, setValue, setValues, toString, toXMLpublic AssignmentAttributeEditValue()
public AssignmentAttributeEditValue(DistinguishedName definedRole, java.lang.String definedRoleName)
public AssignmentAttributeEditValue(java.lang.String definedRoleName)
public void setPrevValue(java.util.Collection previousValues)
values - Collection of Objects to be the new values.public java.util.Collection getPrevValues()
public java.lang.Object getSinglePrevValue()
java.lang.ArrayIndexOutOfBoundsException - Thrown if no values are
present.public java.lang.String getdefinedRoleName()
public void setdefinedRoleName(java.lang.String definedRoleName)
definedRoleName - String role name on which the attribute is defined.public DistinguishedName getDefinedRole()
public void setDefinedRole(DistinguishedName definedRole)
definedRole - DistinguishedName the DN of the role on which the attribute is defined.public DistinguishedName getAssignedRole()
public void setAssignedRole(DistinguishedName assignedRole)
assignedRole - DistinguishedName the DN of the role for which the attribute is assigned.