| Modifier and Type | Method and Description |
|---|---|
Role |
IdPClient.getAdminRole() |
| Modifier and Type | Method and Description |
|---|---|
List<Role> |
IdPClient.getAllRoles() |
List<Role> |
IdPClient.getUserRoles(String name) |
| 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,
String password,
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,
List<User> users,
List<Role> roles,
Role adminRole) |
| Constructor and Description |
|---|
LocalIdPClient(int sessionTimeOut,
List<User> users,
List<Role> roles,
Role adminRole) |
Copyright © 2017 WSO2. All rights reserved.