CA Identity Manager
Java SDK r12.5 SP 8

 

Package com.netegrity.llsdk6.imsapi.provider

Contains interfaces for the CA Identity Manager managed object providers.

See:
          Description

Interface Summary
AccessControlProvider Provides access to the access roles and admin roles in all accessible Identity Manager environments, and to all the Identity Manager environments in a specified SiteMinder user directory.
AccessRoleProvider Lets you create or retrieve access roles in the current Identity Manager environment.
AccessTaskProvider Lets you create or retrieve access tasks in the current Identity Manager environment.
AdminRoleProvider Lets you create or retrieve admin roles in the current Identity Manager environment.
AdminTaskProvider Lets you create or retrieve admin tasks in the current Identity Manager environment.
GroupProvider Lets you create or retrieve group objects in the current Identity Manager environment.
OrganizationProvider Lets you create or retrieve organization objects in the current Identity Manager environment.
ProvisioningPolicyProvider Lets you retrieve provisioning policy objects in the current Identity Manager environment.
ProvisioningRoleProvider Lets you create or retrieve Provisioning Roles which have been defined in the current Identity Manager environment.
ProvisioningSynchronizationProvider Interface used by the provisioning synchronization to find, create and delete provisioning users and find corporate users when necessary.
RelationshipProvider  
SecurityProvider Provides security information for the current Identity Manager environment, such as the operations that an administrator can perform in the environment, and the objects that are in an administrator's scope.
SynchronizationProvider Enables triggering of synchronization operations and contains methods to retrieve synchronization information.
UserProvider Lets you create or retrieve user objects in the current Identity Manager environment.
 

Package com.netegrity.llsdk6.imsapi.provider Description

Contains interfaces for the CA Identity Manager managed object providers.

Typically, managed objects retrieved through a provider are accessed for reading only. However, on occassion, business logic task handlers and event listeners may need to modify objects retrieved through a provider.

Note: If you modify a managed object retrieved through a provider, the change is made to the local copy of the managed object. To persist the changes to the data store, call modifyObject(). The changes are then immediately committed to the data store. No Identity Manager events are generated, and no workflow approvals, auditing, or security checks are performed.

For overview information about the classes and interfaces in the CA Identity Manager APIs, see the Programming Guide.


CA Identity Manager
Java SDK r12.5 SP 8

06/13/2011

© 2011 CA Technologies, Inc. All rights reserved.