Package | Description |
---|---|
org.keycloak.representations.idm | |
org.keycloak.services.managers | |
org.keycloak.services.resources.admin |
Modifier and Type | Field and Description |
---|---|
protected List<UserRepresentation> |
RealmRepresentation.users |
Modifier and Type | Method and Description |
---|---|
UserRepresentation |
UserRepresentation.attribute(String name,
String value) |
UserRepresentation |
UserRepresentation.credential(String type,
String value) |
UserRepresentation |
RealmRepresentation.user(String username) |
Modifier and Type | Method and Description |
---|---|
List<UserRepresentation> |
RealmRepresentation.getUsers() |
Modifier and Type | Method and Description |
---|---|
void |
RealmRepresentation.setUsers(List<UserRepresentation> users) |
Modifier and Type | Method and Description |
---|---|
static UserRepresentation |
ModelToRepresentation.toRepresentation(UserModel user) |
Modifier and Type | Method and Description |
---|---|
UserModel |
RealmManager.createUser(RealmModel newRealm,
UserRepresentation userRep) |
Modifier and Type | Method and Description |
---|---|
UserRepresentation |
UsersResource.getUser(String username)
Get represenation of the user
|
Modifier and Type | Method and Description |
---|---|
List<UserRepresentation> |
UsersResource.getUsers(String search,
String last,
String first,
String email,
String username)
Query list of users.
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
UsersResource.createUser(javax.ws.rs.core.UriInfo uriInfo,
UserRepresentation rep)
Create a new user.
|
javax.ws.rs.core.Response |
UsersResource.updateUser(String username,
UserRepresentation rep)
Update the user
|
Copyright © 2014. All Rights Reserved.