| Package | Description |
|---|---|
| com.ibm.itim.apps.identity |
Extends the
com.ibm.itim.apps package to provide a remotable application programming
interface for identity management. |
| 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. |
| Modifier and Type | Method and Description |
|---|---|
Role |
RoleMO.getData()
Returns a current snapshot of the data defining the provisioning object.
|
Role |
RoleMO.getData()
Returns a current snapshot of the data defining the provisioning object.
|
| Modifier and Type | Method and Description |
|---|---|
DistinguishedName |
RoleManager.createRole(OrganizationalContainerMO container,
Role subject)
Deprecated.
This method creates only static role.
This method will be removed in the next major release.
Use
RoleManager.createRole(OrganizationalContainerMO, Role, Date) instead. |
DistinguishedName |
RoleManager.createRole(OrganizationalContainerMO container,
Role subject)
Deprecated.
This method creates only static role.
This method will be removed in the next major release.
Use
RoleManager.createRole(OrganizationalContainerMO, Role, Date) instead. |
Request |
RoleManager.createRole(OrganizationalContainerMO container,
Role subject,
java.util.Date scheduledTime)
Creates a role in the provisioning platform with the specified attributes
within the given container.
|
Request |
RoleManager.createRole(OrganizationalContainerMO container,
Role subject,
java.util.Date scheduledTime)
Creates a role in the provisioning platform with the specified attributes
within the given container.
|
Request |
RoleManager.createRole(OrganizationalContainerMO container,
Role subject,
java.util.Set<RoleAssignmentAttribute> assignmentAttributes,
java.util.Date scheduledTime)
Creates a role in the provisioning platform with the specified attributes
in the given container.
|
Request |
RoleManager.createRole(OrganizationalContainerMO container,
Role subject,
java.util.Set<RoleAssignmentAttribute> assignmentAttributes,
java.util.Date scheduledTime)
Creates a role in the provisioning platform with the specified attributes
in the given container.
|
Request |
RoleMO.move(Role r,
java.util.Date scheduledTime)
Moves the managed object.
|
Request |
RoleMO.move(Role r,
java.util.Date scheduledTime)
Moves the managed object.
|
Request |
RoleMO.update(Role r,
java.util.Date scheduledTime)
Updates the managed object.
|
Request |
RoleMO.update(Role r,
java.util.Date scheduledTime)
Updates the managed object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DynamicRole
Value Object class that holds the attribute information of a dynamic role in
the data model.
|
| Modifier and Type | Method and Description |
|---|---|
RoleEntity |
RoleFactory.create(CompoundDN logicalContext,
Role role)
Creates a role in the data store with the given value object to define
the role's attributes.
|
RoleEntity |
RoleFactory.create(OrganizationalContainerEntity logicalContext,
Role role)
Creates a role in the data store with the given value object to define
the role's attributes.
|
| Constructor and Description |
|---|
RoleEntity(ObjectProfile profile,
Role role)
Constructs a Role with a object profile and value object.
|
RoleEntity(Role role)
Constructs a Role with a value object.
|
IBM Security Identity Manager 6.0.0
© Copyright International Business Machines Corporation 2007, 2012. All rights reserved. US Government Users Restricited Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.