| Package | Description |
|---|---|
| org.kuali.rice.kim.api.role |
Copyright 2005-2017 The Kuali Foundation
Licensed under the Educational Community License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
| Modifier and Type | Method and Description |
|---|---|
RoleMember |
RoleService.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.
|
RoleMember |
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.
|
RoleMember |
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 |
RoleMember.Builder.build() |
RoleMember |
RoleService.createRoleMember(RoleMember roleMember)
Creates a new RoleMember.
|
RoleMember |
RoleService.updateRoleMember(RoleMember roleMember)
Updates the given roleMember to the values in the passed in roleMember
|
| Modifier and Type | Method and Description |
|---|---|
List<RoleMember> |
RoleMemberQueryResults.getResults() |
| Modifier and Type | Method and Description |
|---|---|
RoleMember |
RoleService.createRoleMember(RoleMember roleMember)
Creates a new RoleMember.
|
void |
RoleService.notifyOnMemberRemoval(RoleMember member) |
RoleMember |
RoleService.updateRoleMember(RoleMember roleMember)
Updates the given roleMember to the values in the passed in roleMember
|
Copyright © 2005–2017 The Kuali Foundation. All rights reserved.