Super Interfaces
All idmgr managed objects have the following super interfaces:
cim1265
All
CA Identity Manager
managed objects have the following super interfaces:For more information on these objects, refer to the
CA Identity Manager
Programming Reference.- ManagedObjectLets you access a managed object that extends this interface.Package: com.netegrity.llsdk6.imsapi.managedobject
- ModifiableObjectLets you commit to the data store any changes made to the local (in-memory) attribute set of the current managed object. Changes are committed through the method modifyObject().Package: com.netegrity.llsdk6.imsapi.abstractinterface
- AttributeCollectionProvides access to managed object attributes as name/value pairs. The attributes you can access correspond to the fields and values on aCA Identity Managertask screen for a given managed object.This interface includes methods that restrict access to attributes according to the permissions, if any, in the managed object.Package: com.netegrity.llsdk6.imsapi.abstractinterface
- NamedObjectRetrieves the unique and human-readable names of a managed object.Package: com.netegrity.llsdk6.imsapi.abstractinterface