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

Packages that use RoleAssignmentAttribute
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 RoleAssignmentAttribute in com.ibm.itim.apps.identity
 

Methods in com.ibm.itim.apps.identity that return types with arguments of type RoleAssignmentAttribute
 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.
 

Method parameters in com.ibm.itim.apps.identity with type arguments of type RoleAssignmentAttribute
 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.
 

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

Methods in com.ibm.itim.dataservices.model.domain that return types with arguments of type RoleAssignmentAttribute
 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.
 

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