Uses of Class
com.ibm.itim.dataservices.model.domain.Role

Packages that use Role
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. 
 

Uses of Role in com.ibm.itim.apps.identity
 

Methods in com.ibm.itim.apps.identity that return Role
 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.
 

Methods in com.ibm.itim.apps.identity with parameters of type Role
 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.update(Role r, java.util.Date scheduledTime)
          Updates the managed object.
 Request RoleMO.update(Role r, java.util.Date scheduledTime)
          Updates the managed object.
 

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

Subclasses of Role in com.ibm.itim.dataservices.model.domain
 class DynamicRole
          Value Object class that holds the attribute information of a dynamic role in the data model.
 

Methods in com.ibm.itim.dataservices.model.domain with parameters of type Role
 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.
 

Constructors in com.ibm.itim.dataservices.model.domain with parameters of type Role
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.