|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
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 | |
com.ibm.itim.remoteservices.provider |
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.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 |
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 | |
---|---|
DynamicRole(DirectoryObject dirObj)
Copy Constructor |
|
Role(DirectoryObject dirObj)
Copy constructor for directory object |
|
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.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. |
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 |
UnsolicitedEventProcessor.lookup(Service service,
java.lang.String filter)
Lookup an object in the data store. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |