| Package | Description |
|---|---|
| org.wso2.charon3.core.extensions | |
| org.wso2.charon3.core.objects | |
| org.wso2.charon3.core.objects.plainobjects | |
| org.wso2.charon3.core.schema |
| Modifier and Type | Method and Description |
|---|---|
Role |
RoleManager.createRole(Role role)
Create a role.
|
Role |
RoleManager.getRole(String id,
Map<String,Boolean> requiredAttributes)
Get the role for the given ID.
|
Role |
RoleManager.updateRole(Role oldRole,
Role newRole)
Update the role.
|
| Modifier and Type | Method and Description |
|---|---|
Role |
RoleManager.createRole(Role role)
Create a role.
|
Role |
RoleManager.updateRole(Role oldRole,
Role newRole)
Update the role.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Group.setRole(Role role)
Set the associated roles of the group.
|
void |
User.setRole(Role role)
Set the associated roles of the user.
|
| Modifier and Type | Method and Description |
|---|---|
List<Role> |
RolesGetResponse.getRoles() |
| Modifier and Type | Method and Description |
|---|---|
void |
RolesGetResponse.setRoles(List<Role> filteredRoles) |
| Constructor and Description |
|---|
RolesGetResponse(int totalRoles,
List<Role> roles)
Constructor used to build a response object.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ServerSideValidator.validateRetrievedSCIMRoleObject(Role scimObject,
String requestedAttributes,
String requestedExcludingAttributes)
Validate Retrieved SCIM Role Object.
|
Copyright © 2022 WSO2. All rights reserved.