Uses of Class
com.ibm.itim.dataservices.model.DirectoryObject

Packages that use DirectoryObject
com.ibm.itim.apps.lifecycle Extends the com.ibm.itim.apps package to provide a remotable application programming interface for LifeCycle management. 
com.ibm.itim.apps.policy Extends the com.ibm.itim.apps package to provide a remotable application programming interface for Policy management. 
com.ibm.itim.dataservices.model Provides a a low-level application programming interface for querying elements of the data model. 
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. 
com.ibm.itim.dataservices.model.domain.access Extends the com.ibm.itim.dataservices.model package to provide an application programming interface for querying group/access elements of the data model. 
com.ibm.itim.dataservices.model.policy   
com.ibm.itim.dataservices.model.system Extends the com.ibm.itim.dataservices.model package to provide an application programming interface for querying the system specific elements of the data model. 
com.ibm.itim.fesiextensions Provides classes for working with FESI extensions. 
com.ibm.itim.remoteservices.provider Provides the interfaces and classes necessary to write a custom service provider that remote services will use. 
 

Uses of DirectoryObject in com.ibm.itim.apps.lifecycle
 

Methods in com.ibm.itim.apps.lifecycle with parameters of type DirectoryObject
 Request LifecycleManager.executeObjectOperation(DirectoryObject managedObject, java.lang.String operationName, java.lang.Object[] args)
          Executes an operation on a specific object in the provisioning platform
 

Uses of DirectoryObject in com.ibm.itim.apps.policy
 

Subclasses of DirectoryObject in com.ibm.itim.apps.policy
 class ProvisioningPolicy
          This class is the value object for the provisioning policy.
 

Uses of DirectoryObject in com.ibm.itim.dataservices.model
 

Methods in com.ibm.itim.dataservices.model that return DirectoryObject
 DirectoryObject DirectoryObjectEntity.getDirectoryObject()
          Returns the DirectoryObject value object that holds the attributes of this object.
 

Methods in com.ibm.itim.dataservices.model with parameters of type DirectoryObject
static DirectoryObjectEntity DirectoryObjectEntity.getEntity(DirectoryObject dirObject)
          Returns the parent of the current object.
 void DirectoryObjectEntity.initialize(DirectoryObject dirObject)
           
 void DirectoryObjectEntity.initialize(ObjectProfile profile, DirectoryObject dirObject)
           
 void DirectoryObjectEntity.update(DirectoryObject updObject)
          Deprecated. please use update()
 

Constructors in com.ibm.itim.dataservices.model with parameters of type DirectoryObject
DirectoryObjectEntity(DirectoryObject dirObject)
          Creates a DirectoryObjectEntity representing an entity in directory server.
DirectoryObjectEntity(ObjectProfile profile, DirectoryObject dirObject)
          Creates a DirectoryObjectEntity representing an entity in directory server.
 

Uses of DirectoryObject in com.ibm.itim.dataservices.model.domain
 

Subclasses of DirectoryObject in com.ibm.itim.dataservices.model.domain
 class Account
          Value Object class that holds the attribute information of an account in the data model.
 class AdminDomain
          Value Object class that holds the attribute information of an administrative domain in the data model.
 class AgentOperation
          Represents
 class BusinessPartnerOrg
          Value Object class that holds the attribute information of a business partner organization in the data model.
 class BusinessUnit
          Value Object class that holds the attribute information of a business unit in the data model.
 class ComplianceIssue
          Represents a compliance issue, or policy violiation.
 class DirectorySystem
          Value Object class that holds the the system (tenant) wide configuration settings.
 class DynamicRole
          Value Object class that holds the attribute information of a dynamic role in the data model.
 class Group
          This is the value object for the service group.
 class HostedService
          Value Object class that holds the attribute information of a hosted service in the data model.
 class Location
          Value Object class that holds the attribute information of a location in the data model.
 class Organization
          Value Object class that holds the attribute information of an organization in the data model.
 class OrganizationalContainer
          Value Object class that holds the attribute information of an organizational container in the data model.
 class OrganizationalUnit
          Value Object class that holds the attribute information of an organizational unit in the data model.
 class Person
          Value Object class that holds the attribute information of a person (identity) in the data model.
 class Role
          Value Object class that holds the attribute information of a role in the data model.
 class Service
          Value Object class that holds the attribute information of a service in the data model.
 class SupportingDataObject
          Class encapsulates attributes for a service supporting data entity.
 

Methods in com.ibm.itim.dataservices.model.domain with parameters of type DirectoryObject
 DirectoryObjectEntity ServiceModel.addSupportingData(AttributeValues rdn, DirectoryObject directoryObject)
          Add a supporting data entry to the enrole data store.
 void RoleEntity.update(DirectoryObject updObject)
          Deprecated. please use update()
 

Constructors in com.ibm.itim.dataservices.model.domain with parameters of type DirectoryObject
AccountEntity(DirectoryObject account)
          Constructs an AccountEntity, taking a DirectoryObject as the parameter.
AdminDomainEntity(DirectoryObject domain)
          Constructs an AdminDomainEntity, taking a DirectoryObject as parameter.
BusinessPartnerEntity(DirectoryObject person)
          Constructs a BusinessPartnerEntity with a DirectoryObject.
BusinessPartnerOrgEntity(DirectoryObject bpo)
          Constructs a BusinessPartnerOrgEntity, taking a DirectoryObject as the parameter.
BusinessUnitEntity(DirectoryObject bu)
          Constructs a BusinessUnitEntity, taking a DirectoryObject as the parameter.
DirectorySystemEntity(DirectoryObject dirObj)
          Constructs an DirectorySystemEntity with a value object.
DynamicRole(DirectoryObject dirObj)
          Copy Constructor
DynamicRoleEntity(DirectoryObject dynamicRole)
          Constructs a DynamicRoleEntity, with a DirectoryObject.
HostedServiceEntity(DirectoryObject service)
          Constructs a HostedServiceEntity with a DirectoryObject.
OrganizationEntity(DirectoryObject org)
          Constructs an OrganizationEntity with the DirectoryObject.
PersonEntity(DirectoryObject person)
          Constructs a PersonEntity, taking a DirectoryObject as the parameter.
Role(DirectoryObject dirObj)
          Copy constructor for directory object
RoleEntity(DirectoryObject role)
          Constructs a Role with a DirectoryObject.
ServiceEntity(DirectoryObject dirObject)
          Constructs a ServiceEntity with a value object.
 

Uses of DirectoryObject in com.ibm.itim.dataservices.model.domain.access
 

Constructors in com.ibm.itim.dataservices.model.domain.access with parameters of type DirectoryObject
ProvisioningConfiguration(DirectoryObject obj)
          A protected constructor.
 

Uses of DirectoryObject in com.ibm.itim.dataservices.model.policy
 

Subclasses of DirectoryObject in com.ibm.itim.dataservices.model.policy
 class com.ibm.itim.dataservices.model.policy.DirectoryPolicy
          This class provides a base implementation of all policy value objects.
 class SeparationOfDutyPolicy
          This class is the value object for the separation of duty policy entity.
 class SeparationOfDutyRule
          This class represents a Separation Of Duty Policy Rule.
 

Uses of DirectoryObject in com.ibm.itim.dataservices.model.system
 

Subclasses of DirectoryObject in com.ibm.itim.dataservices.model.system
 class SystemRole
          Value Object class that holds the attribute information of a system role (group) in the data model.
 class SystemUser
          Value Object class that holds the attribute information of a system (platform) user in the data model.
 

Constructors in com.ibm.itim.dataservices.model.system with parameters of type DirectoryObject
SystemRoleEntity(DirectoryObject sysRole)
          Constructs a SystemRoleEntity with a DirectoryObject.
SystemUserEntity(DirectoryObject systemUser)
          Constructs a SystemUserEntity with a DirectoryObject.
 

Uses of DirectoryObject in com.ibm.itim.fesiextensions
 

Methods in com.ibm.itim.fesiextensions with parameters of type DirectoryObject
static FESI.jslib.JSObject JSDirectoryObjectFactory.createDirectoryObject(FESI.jslib.JSGlobalObject go, DirectoryObject directoryObject)
          Deprecated. Within the context of the global JS object, create a DirectoryObject JS object.
static FESI.jslib.JSObject JSDirectoryObjectFactory.createDirectoryObject(FESI.jslib.JSGlobalObject go, FESI.jslib.JSObject parent, java.lang.String name, DirectoryObject directoryObject)
          Deprecated. Within the context of the global JS object, create a named DirectoryObject JS object.
static com.ibm.itim.fesiextensions.wrapper.DirectoryObjectWrapper JSDirectoryObjectFactory.createDirectoryObjectWrapper(DirectoryObject directoryObject)
          Deprecated. factory method for creating DirectoryObjectWrappers of the correct subclass This methods can be used by extensions that need to return directory object wrappers from extension methods.
 

Uses of DirectoryObject in com.ibm.itim.remoteservices.provider
 

Methods in com.ibm.itim.remoteservices.provider that return DirectoryObject
 DirectoryObject EntityUtil.getDirectoryObject()
           
 DirectoryObject UnsolicitedEventProcessor.lookup(Service service, java.lang.String filter)
          Lookup an object in the data store.
 

Constructors in com.ibm.itim.remoteservices.provider with parameters of type DirectoryObject
EntityUtil(DirectoryObject dirObject)
           
 



IBM Tivoli Identity Manager 5.1
© Copyright International Business Machines Corporation 2007, 2009. All rightsreserved. US Government Users Restricited RightsUse, duplication or disclosure restricted by GSA ADP ScheduleContract with IBM Corp.