|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AttributeChanges | |
|---|---|
| com.ibm.itim.apps.provisioning | Extends the com.ibm.itim.apps package to provide a remotable application programming
interface for Account, Service, and Password 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.remoteservices.provider | Provides the interfaces and classes necessary to write a custom service provider that remote services will use. |
| Uses of AttributeChanges in com.ibm.itim.apps.provisioning |
|---|
| Methods in com.ibm.itim.apps.provisioning that return AttributeChanges | |
|---|---|
AttributeChanges |
Compliance.getRequiredChanges()
Gets the required AttributeChanges that would make the account compliant. |
| Methods in com.ibm.itim.apps.provisioning with parameters of type AttributeChanges | |
|---|---|
void |
Compliance.setRequiredChanges(AttributeChanges requiredChanges)
Sets the required changes to make the account compliant. |
| Constructors in com.ibm.itim.apps.provisioning with parameters of type AttributeChanges | |
|---|---|
Compliance(int compliance,
AttributeChanges requiredChanges)
Constructs the compliance object with the compliance status and the required attribute changes information if the account is not compliant. |
|
| Uses of AttributeChanges in com.ibm.itim.common |
|---|
| Methods in com.ibm.itim.common with parameters of type AttributeChanges | |
|---|---|
void |
AttributeChanges.addAll(AttributeChanges changes)
Add all elements in given AttributeChanges objects to the collection |
| Uses of AttributeChanges in com.ibm.itim.dataservices.model |
|---|
| Methods in com.ibm.itim.dataservices.model that return AttributeChanges | |
|---|---|
AttributeChanges |
DirectoryEntry.getChanges()
Returns the changes that have been made to the attributes of this object. |
| Uses of AttributeChanges in com.ibm.itim.remoteservices.provider |
|---|
| Methods in com.ibm.itim.remoteservices.provider with parameters of type AttributeChanges | |
|---|---|
RequestStatus |
ServiceProvider.modify(java.lang.String entityDN,
AttributeChanges attributeChanges,
java.lang.String requestID)
Modify an entity on the remote resource with the given attributes. |
RequestStatus |
UnsolicitedEventProcessor.processModifyRequest(Service service,
java.lang.String entryDN,
AttributeChanges changes)
Process a modify request sent from a remote service in a unsolicited notification event. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||