| Package | Description |
|---|---|
| org.wso2.charon3.core.extensions | |
| org.wso2.charon3.core.objects | |
| 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 |
|---|---|
static void |
ServerSideValidator.validateRetrievedSCIMRoleObject(Role scimObject,
String requestedAttributes,
String requestedExcludingAttributes)
Validate Retrieved SCIM Role Object.
|
Copyright © 2021 WSO2. All rights reserved.