Modifier and Type | Method and Description |
---|---|
UserRepresentation |
UserResource.toRepresentation() |
Modifier and Type | Method and Description |
---|---|
List<UserRepresentation> |
UsersResource.search(String search,
Integer firstResult,
Integer maxResults) |
List<UserRepresentation> |
UsersResource.search(String username,
String firstName,
String lastName,
String email,
Integer firstResult,
Integer maxResults) |
Modifier and Type | Method and Description |
---|---|
void |
UsersResource.create(UserRepresentation userRepresentation) |
void |
UserResource.update(UserRepresentation userRepresentation) |
Modifier and Type | Method and Description |
---|---|
static UserRepresentation |
ExportUtils.exportUser(KeycloakSession session,
RealmModel realm,
UserModel user)
Full export of user (including role mappings and credentials)
|
Modifier and Type | Method and Description |
---|---|
static UserRepresentation |
ModelToRepresentation.toRepresentation(UserModel user) |
Modifier and Type | Method and Description |
---|---|
static UserModel |
RepresentationToModel.createUser(KeycloakSession session,
RealmModel newRealm,
UserRepresentation userRep,
Map<String,ApplicationModel> appMap) |
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 |
---|---|
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,
Integer firstResult,
Integer maxResults)
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 © 2015. All Rights Reserved.