| Package | Description |
|---|---|
| com.ibm.itim.apps.policy |
Extends the
com.ibm.itim.apps package to provide a remotable application programming
interface for Policy management. |
| com.ibm.itim.common |
Provides a set of common classes that are used in many places in ITIM.
|
| com.ibm.itim.dataservices.model |
Provides a a low-level application
programming interface for querying elements of the data model.
|
| com.ibm.itim.dataservices.model.domain |
Extends the
com.ibm.itim.dataservices.model package to provide an application
programming interface for querying the core elements of the data model. |
| com.ibm.itim.remoteservices.provider |
Provides the interfaces and classes necessary to write a custom service provider
that remote services will use.
|
| Modifier and Type | Method and Description |
|---|---|
AttributeValue |
ServiceAttributeParameter.getAttributeValueObject()
Returns the AttributeValue object of a single valued parameter.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AttributeEditValue |
class |
EntitlementAttributeValue
This class holds entitlement attribute value.
|
class |
PolicyMembershipAttributeValue
This class holds policy membership attribute value.
|
class |
PolicyScopeAttributeValue
This class holds policy scope attribute value.
|
| Modifier and Type | Method and Description |
|---|---|
AttributeValue |
AttributeValues.get(java.lang.String name)
Get an AttributeValue from the map with the given name.
|
AttributeValue |
DelimitedMultiValueAttribute.getAttributeValue()
Constructs an
AttributeValue object containing all of the
values represented by this attribute. |
AttributeValue |
DelimitedMultiValueAttribute.getAttributeValue(java.lang.String key)
Constructs an
AttributeValue object containing a single
value for the key-value pair identified by the given key. |
AttributeValue |
AttributeValueIterator.next()
The next value in the sequence
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<AttributeValue> |
AttributeChangeOperation.getChangeData()
Returns a collection of the AttributeValue objects that hold the
values of the attributes to be added, removed, or replaced.
|
java.util.Map<java.lang.String,AttributeValue> |
AttributeValues.getMap()
Returns the Map of AttributeValue objects.
|
java.util.Collection<AttributeValue> |
AttributeValues.values()
Gets a collection of all the values in the map
|
| Modifier and Type | Method and Description |
|---|---|
void |
AttributeValues.put(AttributeValue attributeValue)
Adds an AttributeValue object to the Map
|
| Modifier and Type | Method and Description |
|---|---|
void |
AttributeChangeOperation.setChangeData(java.util.Collection<AttributeValue> subjectData)
Replaces the subject of the change action with a collection of
AttributeValue objects.
|
| Constructor and Description |
|---|
DelimitedMultiValueAttribute(AttributeValue attrVal)
Loads the delimited values contained by the given attribute value.
|
| Constructor and Description |
|---|
AttributeValues(java.util.Collection<AttributeValue> attributeValueCollection)
Creates new AttributeValues with the entries in the collection
|
AttributeValues(java.util.Map<java.lang.String,AttributeValue> attributeValues)
Creates new AttributeValues with the given map.
|
| Modifier and Type | Method and Description |
|---|---|
AttributeValue |
DirectoryObject.getAttribute(java.lang.String name)
Retrieves one attribute (with applied system semantics if needed) by
name from the object.
|
AttributeValue |
DirectoryEntry.getAttribute(java.lang.String name)
Retrieves one attribute (with applied system semantics if needed) by
name from the object.
|
AttributeValue |
DirectoryObject.removeAttribute(AttributeValue attribute)
Removes the attribute by attribute value object.
|
AttributeValue |
DirectoryEntry.removeAttribute(AttributeValue attribute)
Removes the attribute by attribute value object.
|
AttributeValue |
DirectoryObject.removeAttribute(java.lang.String attributeName)
Removes the attribute with the given name from the set of attributes
for the object.
|
AttributeValue |
DirectoryEntry.removeAttribute(java.lang.String attributeName)
Removes the attribute with the given name from the set of attributes
for the object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DirectoryObject.addAttribute(AttributeValue attribute)
Adds the given attribute and value to the set of attributes for the
object.
|
void |
DirectoryEntry.addAttribute(AttributeValue attribute)
Adds the given attribute and value to the set of attributes for the
object.
|
void |
DirectoryObject.addAttributeValues(AttributeValue attribute)
Adds the given attribute and value to the set of attributes for the
object.
|
void |
DirectoryEntry.addAttributeValues(AttributeValue attribute)
Adds the given attribute and value to the set of attributes for the
object.
|
AttributeValue |
DirectoryObject.removeAttribute(AttributeValue attribute)
Removes the attribute by attribute value object.
|
AttributeValue |
DirectoryEntry.removeAttribute(AttributeValue attribute)
Removes the attribute by attribute value object.
|
void |
DirectoryObject.setAttribute(AttributeValue attribute)
Changes the specifified attribute (with applied system semantics if
needed).
|
void |
DirectoryEntry.setAttribute(AttributeValue attribute)
Changes the specifified attribute (with applied system semantics if
needed).
|
| Modifier and Type | Method and Description |
|---|---|
AttributeValue |
Account.removeComplexAttribute(AttributeValue attribute,
com.ibm.isim.util.complexattribute.ComplexAttributeHandler attrHandler,
java.lang.Object removeValue) |
| Modifier and Type | Method and Description |
|---|---|
DistinguishedName |
PersonFactory.createPersonDN(AttributeValue globalid,
CompoundDN logicalContext) |
AttributeValue |
Account.removeComplexAttribute(AttributeValue attribute,
com.ibm.isim.util.complexattribute.ComplexAttributeHandler attrHandler,
java.lang.Object removeValue) |
| Modifier and Type | Method and Description |
|---|---|
void |
RequestStatus.addNotChangedAttributes(AttributeValue unchangedAttribute)
Adds an attribute that was not able to be added / updated
on the remote resouce.
|
IBM Security Identity Manager 6.0.0
© Copyright International Business Machines Corporation 2007, 2012. All rights reserved. US Government Users Restricited Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.