Uses of Class
org.kuali.rice.kim.api.role.RoleMember
Packages that use RoleMember
-
Uses of RoleMember in org.kuali.rice.kim.api.role
Methods in org.kuali.rice.kim.api.role that return RoleMemberModifier and TypeMethodDescriptionRoleService.assignGroupToRole(String groupId, String namespaceCode, String roleName, Map<String, String> qualifications) Assigns the group with the given id to the role with the specified namespace code and name with the supplied set of qualifications.RoleService.assignPrincipalToRole(String principalId, String namespaceCode, String roleName, Map<String, String> qualifications) Assigns the principal with the given id to the role with the specified namespace code and name with the supplied set of qualifications.RoleService.assignRoleToRole(String roleId, String namespaceCode, String roleName, Map<String, String> qualifications) Assigns the role with the given id to the role with the specified namespace code and name with the supplied set of qualifications.RoleMember.Builder.build()RoleService.createRoleMember(RoleMember roleMember) Creates a new RoleMember.RoleService.updateRoleMember(RoleMember roleMember) Updates the given roleMember to the values in the passed in roleMemberMethods in org.kuali.rice.kim.api.role that return types with arguments of type RoleMemberMethods in org.kuali.rice.kim.api.role with parameters of type RoleMemberModifier and TypeMethodDescriptionRoleService.createRoleMember(RoleMember roleMember) Creates a new RoleMember.voidRoleService.notifyOnMemberRemoval(RoleMember member) RoleService.updateRoleMember(RoleMember roleMember) Updates the given roleMember to the values in the passed in roleMember