| Package | Description |
|---|---|
| com.ibm.itim.common |
Provides a set of common classes that are used in many places in ITIM.
|
| 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. |
| Modifier and Type | Method and Description |
|---|---|
AttributeChangeOperation |
AttributeChanges.get(java.lang.String name)
Get a single AttributeChangeOperation containing the AttributeValue with
the AttributeValue object with the given name.
|
AttributeChangeOperation |
AttributeChanges.get(java.lang.String name,
java.lang.Object value)
Get a single AttributeChangeOperation containing the AttributeValue with
the AttributeValue object with the given name and value.
|
AttributeChangeOperation |
AttributeChangeIterator.next()
Gets the next element in the sequence and advances the iterator
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<AttributeChangeOperation> |
AttributeChanges.values()
Get the collection of AttributeChangeOperation objects
|
| Modifier and Type | Method and Description |
|---|---|
void |
AttributeChanges.add(AttributeChangeOperation element)
Add a new element to the collection
|
| Constructor and Description |
|---|
AttributeChangeIterator(java.util.Collection<AttributeChangeOperation> collection)
Creates new AttributeChangeIterator.
|
AttributeChanges(java.util.Collection<AttributeChangeOperation> collection)
Creates new AttributeChanges with the given
AttributeChangeOperation elements.
|
| Modifier and Type | Method and Description |
|---|---|
AttributeChangeOperation |
ComplianceIssue.getOperation()
Returns the operation needed to resolve the compliance issue.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ComplianceIssue.setOperation(AttributeChangeOperation operation)
Changes the operation needed to resolve the compliance issue.
|
| Constructor and Description |
|---|
ComplianceIssue(AttributeChangeOperation operation)
Constructs with full set of parameters.
|
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.