| Modifier and Type | Method and Description |
|---|---|
Role |
IdPClient.getAdminRole()
This returns the admin role of the user store.
|
| Modifier and Type | Method and Description |
|---|---|
List<Role> |
IdPClient.getAllRoles()
This returns all roles available in the user store.
|
List<Role> |
IdPClient.getUserRoles(String name)
This returns a list of the roles assigned to the user.
|
| Modifier and Type | Method and Description |
|---|---|
List<Role> |
User.getRoles() |
| Modifier and Type | Method and Description |
|---|---|
void |
User.setRoles(List<Role> roles) |
| Constructor and Description |
|---|
User(String username,
Map<String,String> properties,
List<Role> roles) |
| Modifier and Type | Method and Description |
|---|---|
Role |
ExternalIdPClient.getAdminRole() |
| Modifier and Type | Method and Description |
|---|---|
List<Role> |
ExternalIdPClient.getAllRoles() |
List<Role> |
ExternalIdPClient.getUserRoles(String name) |
| Modifier and Type | Method and Description |
|---|---|
Role |
LocalIdPClient.getAdminRole() |
| Modifier and Type | Method and Description |
|---|---|
List<Role> |
LocalIdPClient.getAllRoles() |
List<Role> |
LocalIdPClient.getUserRoles(String name) |
| Constructor and Description |
|---|
LocalIdPClient(int sessionTimeOut,
int refreshTimeout,
List<LocalUser> users,
List<Role> roles,
Role adminRole) |
| Constructor and Description |
|---|
LocalIdPClient(int sessionTimeOut,
int refreshTimeout,
List<LocalUser> users,
List<Role> roles,
Role adminRole) |
| Modifier and Type | Method and Description |
|---|---|
List<Role> |
LocalUser.getRoles() |
| Constructor and Description |
|---|
LocalUser(String username,
char[] password,
Map<String,String> properties,
List<Role> roles) |
Copyright © 2019 WSO2. All rights reserved.