Super Interfaces

All idmgr managed objects have the following super interfaces:
cim1265
All
managed objects have the following super interfaces:
For more information on these objects, refer to the
Programming Reference.
  • ManagedObject
    Lets you access a managed object that extends this interface.
    Package: com.netegrity.llsdk6.imsapi.managedobject
  • ModifiableObject
    Lets 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
  • AttributeCollection
    Provides access to managed object attributes as name/value pairs. The attributes you can access correspond to the fields and values on a
    task 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
  • NamedObject
    Retrieves the unique and human-readable names of a managed object.
    Package: com.netegrity.llsdk6.imsapi.abstractinterface