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

Packages that use RoleEntity
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.policy.analysis Provides an application programming interface for policy analysis. 
 

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

Subclasses of RoleEntity in com.ibm.itim.dataservices.model.domain
 class DynamicRoleEntity
          Class that represents a dynamic role in the data model.
 

Methods in com.ibm.itim.dataservices.model.domain that return RoleEntity
 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.
 RoleEntity RoleSearch.lookup(DistinguishedName dn)
          Retrieves a role from the data store with the given distinguished name.
 

Methods in com.ibm.itim.dataservices.model.domain that return types with arguments of type RoleEntity
 java.util.Collection<RoleEntity> RoleEntity.getMemberRoles()
          Returns all immediate member roles of the role.
 java.util.Collection<RoleEntity> RoleEntity.getParentRoles()
          Returns all immediate parent roles of the role.
 java.util.Collection<RoleEntity> PersonEntity.getRolesChanges(int changeAction)
          Returns the role chages for the person based on the change action, which can be either Add or Remove
 

Methods in com.ibm.itim.dataservices.model.domain with parameters of type RoleEntity
 void RoleEntity.addMemberRole(RoleEntity memberRoleEntity)
          Adds a member role to this role.
 void PersonEntity.addRole(RoleEntity role)
          Adds the given role to the person's role memberships.
 boolean PersonEntity.isMemberOfRole(RoleEntity role)
          Retuns true if the Person is a member of the given role.
 void PersonEntity.removeRole(RoleEntity role)
          Removes the given role from the person's role memberships.
 void ServiceEntity.setOwner(RoleEntity owner)
          Changes the owner of the service.
 

Uses of RoleEntity in com.ibm.itim.policy.analysis
 

Methods in com.ibm.itim.policy.analysis with parameters of type RoleEntity
static java.util.Collection<PPAProvisioningPolicy> ProvisioningPolicyAnalysis.getProvisioningPolicies(RoleEntity role, boolean wildcard)
          Returns the provisioning policies that apply to the specified role.
 



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.