Package | Description |
---|---|
com.iplanet.services.ldap |
Deprecated classes for LDAP support.
|
com.iplanet.ums |
Deprecated classes for UMS.
|
com.iplanet.ums.validation |
Deprecated validator classes for UMS.
|
Modifier and Type | Method and Description |
---|---|
Attr |
AttrSet.elementAt(int index)
Get the attribute at an index that starts from 0
|
Attr |
AttrSet.getAttribute(String name)
Gets the attribute contained in the set.
|
Modifier and Type | Method and Description |
---|---|
void |
AttrSet.add(Attr attr)
Add one attribute to the AttrSet The attribute
should have only string values
|
void |
AttrSet.addBinaryAttr(Attr attr)
Add one attribute to the AttrSet The attribute
should have only byte values
|
void |
AttrSet.replace(Attr attr)
Replace an existing attribute.
|
Constructor and Description |
---|
AttrSet(Attr attr)
Construct attribute set given an attribute
|
AttrSet(Attr[] attrs)
Construct attribute set given an array of attributes.
|
Modifier and Type | Method and Description |
---|---|
Attr |
DataLayer.getAttribute(Principal principal,
Guid guid,
String attrName)
Returns
Attr from the given attribute name. |
Attr |
PersistentObject.getAttribute(String attrName)
Gets an attribute of the object.
|
Attr |
CreationTemplate.getAttribute(String attributeName)
Gets the value of a given attribute in the template.
|
Attr |
PersistentObject.getAttribute(String attrName,
Locale locale)
Gets an attribute value with a given locale
|
Modifier and Type | Method and Description |
---|---|
Collection<Attr> |
DataLayer.getAttributes(Principal principal,
Guid guid,
Collection<String> attrNames)
Returns attributes for the given attribute names.
|
Modifier and Type | Method and Description |
---|---|
void |
CreationTemplate.addOptionalAttribute(Attr attr)
Adds the attribute to the optional attributes.
|
void |
CreationTemplate.addRequiredAttribute(Attr attr)
Adds the attribute to the required attributes.
|
void |
PersistentObject.modify(Attr attr,
org.forgerock.opendj.ldap.ModificationType modificationType)
Modifies the values of a single attribute for the entity.
|
void |
PersistentObject.removeAttribute(Attr attr)
Removes attribute value for the entity.
|
void |
PersistentObject.setAttribute(Attr attr)
Set an attribute value for the entity.
|
void |
PersistentObject.setAttribute(Attr attr,
Locale locale)
Sets an attribute value with a given locale for the entity.
|
Modifier and Type | Method and Description |
---|---|
static void |
Validation.validateAttribute(Attr attr,
Class cls,
Guid guid)
Determines whether attribute is valid.
|
static void |
Validation.validateAttribute(Attr attr,
String validatorClass,
String rule)
Determines whether a specific attribute is valid.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.