| 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 |
|---|---|
java.util.Set<RoleAssignmentAttribute> |
RoleMO.getAllAssignmentAttributes()
Returns all assignment attributes for this role and its parent roles.
|
java.util.Set<RoleAssignmentAttribute> |
RoleMO.getAllAssignmentAttributes()
Returns all assignment attributes for this role and its parent roles.
|
java.util.Set<RoleAssignmentAttribute> |
RoleManager.getAllAssignmentAttributes(java.util.Set<DistinguishedName> roles)
Returns all role assignment attributes for a set of roles.
|
java.util.Set<RoleAssignmentAttribute> |
RoleManager.getAllAssignmentAttributes(java.util.Set<DistinguishedName> roles)
Returns all role assignment attributes for a set of roles.
|
java.util.Set<RoleAssignmentAttribute> |
RoleMO.getAssignmentAttributes()
Returns role assignment attributes for this role.
|
java.util.Set<RoleAssignmentAttribute> |
RoleMO.getAssignmentAttributes()
Returns role assignment attributes for this role.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
void |
RoleMO.setAssignmentAttributes(java.util.Set<RoleAssignmentAttribute> assignmentAttributes)
Sets assignment attributes to this role.
|
void |
RoleMO.setAssignmentAttributes(java.util.Set<RoleAssignmentAttribute> assignmentAttributes)
Sets assignment attributes to this role.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<RoleAssignmentAttribute> |
RoleEntity.getAllAssignmentAttributes()
Get all assignment attributes from the current role and all the parent
roles.
|
java.util.Set<RoleAssignmentAttribute> |
RoleEntity.getAssignmentAttributes()
Gets the assignment attribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RoleEntity.setAssignmentAttributes(java.util.Set<RoleAssignmentAttribute> assignmentAttributes)
Sets the assignment attributes to the role.
|
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.