Uses of Class
org.keycloak.representations.idm.UserRepresentation
-
-
Uses of UserRepresentation in org.keycloak.admin.client.resource
Methods in org.keycloak.admin.client.resource that return UserRepresentation Modifier and Type Method Description UserRepresentation
ClientResource. getServiceAccountUser()
UserRepresentation
UserResource. toRepresentation()
Methods in org.keycloak.admin.client.resource that return types with arguments of type UserRepresentation Modifier and Type Method Description Set<UserRepresentation>
RoleResource. getRoleUserMembers()
Deprecated.please useRoleResource.getUserMembers()
Set<UserRepresentation>
RoleResource. getRoleUserMembers(Integer firstResult, Integer maxResults)
Deprecated.List<UserRepresentation>
RoleResource. getUserMembers()
Get role members.List<UserRepresentation>
RoleResource. getUserMembers(Integer firstResult, Integer maxResults)
Get role members.List<UserRepresentation>
UsersResource. list()
List<UserRepresentation>
UsersResource. list(Integer firstResult, Integer maxResults)
List<UserRepresentation>
GroupResource. members()
Get usersList<UserRepresentation>
GroupResource. members(Integer firstResult, Integer maxResults)
Get usersList<UserRepresentation>
GroupResource. members(Integer firstResult, Integer maxResults, Boolean briefRepresentation)
Get usersList<UserRepresentation>
UsersResource. search(Boolean emailVerified, Integer firstResult, Integer maxResults, Boolean enabled, Boolean briefRepresentation)
List<UserRepresentation>
UsersResource. search(String username)
List<UserRepresentation>
UsersResource. search(String username, Boolean exact)
List<UserRepresentation>
UsersResource. search(String search, Integer firstResult, Integer maxResults)
Search for users whose username or email matches the value provided bysearch
.List<UserRepresentation>
UsersResource. search(String search, Integer firstResult, Integer maxResults, Boolean briefRepresentation)
Search for users whose username or email matches the value provided bysearch
.List<UserRepresentation>
UsersResource. search(String username, String firstName, String lastName, String email, Boolean emailVerified, Integer firstResult, Integer maxResults, Boolean enabled, Boolean briefRepresentation)
List<UserRepresentation>
UsersResource. search(String username, String firstName, String lastName, String email, Boolean emailVerified, String idpAlias, String idpUserId, Integer firstResult, Integer maxResults, Boolean enabled, Boolean briefRepresentation)
Search for users based on the given filters.List<UserRepresentation>
UsersResource. search(String username, String firstName, String lastName, String email, Integer firstResult, Integer maxResults)
List<UserRepresentation>
UsersResource. search(String username, String firstName, String lastName, String email, Integer firstResult, Integer maxResults, Boolean enabled, Boolean briefRepresentation)
List<UserRepresentation>
UsersResource. search(String username, String firstName, String lastName, String email, Integer firstResult, Integer maxResults, Boolean enabled, Boolean briefRepresentation, Boolean exact)
Search for users based on the given filters.List<UserRepresentation>
UsersResource. searchByAttributes(Integer firstResult, Integer maxResults, Boolean enabled, Boolean briefRepresentation, String searchQuery)
List<UserRepresentation>
UsersResource. searchByAttributes(String searchQuery)
List<UserRepresentation>
UsersResource. searchByEmail(String email, Boolean exact)
List<UserRepresentation>
UsersResource. searchByFirstName(String email, Boolean exact)
List<UserRepresentation>
UsersResource. searchByLastName(String email, Boolean exact)
List<UserRepresentation>
UsersResource. searchByUsername(String username, Boolean exact)
Methods in org.keycloak.admin.client.resource with parameters of type UserRepresentation Modifier and Type Method Description javax.ws.rs.core.Response
UsersResource. create(UserRepresentation userRepresentation)
void
UserResource. update(UserRepresentation userRepresentation)
-
Uses of UserRepresentation in org.keycloak.exportimport.util
Methods in org.keycloak.exportimport.util that return UserRepresentation Modifier and Type Method Description static UserRepresentation
ExportUtils. exportFederatedUser(KeycloakSession session, RealmModel realm, String id, ExportOptions options)
Full export of user data stored in federated storage (including role mappings and credentials)static UserRepresentation
ExportUtils. exportUser(KeycloakSession session, RealmModel realm, UserModel user, ExportOptions options, boolean internal)
Full export of user (including role mappings and credentials) -
Uses of UserRepresentation in org.keycloak.models.map.datastore
Methods in org.keycloak.models.map.datastore with parameters of type UserRepresentation Modifier and Type Method Description static void
MapExportImportManager. convertDeprecatedSocialProviders(UserRepresentation user)
UserModel
MapExportImportManager. createUser(RealmModel newRealm, UserRepresentation userRep)
-
Uses of UserRepresentation in org.keycloak.models.utils
Methods in org.keycloak.models.utils that return UserRepresentation Modifier and Type Method Description static UserRepresentation
StripSecretsUtils. strip(UserRepresentation user)
static UserRepresentation
ModelToRepresentation. toBriefRepresentation(UserModel user)
static UserRepresentation
ModelToRepresentation. toRepresentation(KeycloakSession session, RealmModel realm, UserModel user)
Methods in org.keycloak.models.utils with parameters of type UserRepresentation Modifier and Type Method Description static void
RepresentationToModel. createCredentials(UserRepresentation userRep, KeycloakSession session, RealmModel realm, UserModel user, boolean adminRequest)
static void
RepresentationToModel. createFederatedIdentities(UserRepresentation userRep, KeycloakSession session, RealmModel realm, UserModel user)
static void
RepresentationToModel. createGroups(UserRepresentation userRep, RealmModel newRealm, UserModel user)
static void
RepresentationToModel. createRoleMappings(UserRepresentation userRep, UserModel user, RealmModel realm)
static UserModel
RepresentationToModel. createUser(KeycloakSession session, RealmModel newRealm, UserRepresentation userRep)
static UserRepresentation
StripSecretsUtils. strip(UserRepresentation user)
-
Uses of UserRepresentation in org.keycloak.partialimport
Methods in org.keycloak.partialimport that return types with arguments of type UserRepresentation Modifier and Type Method Description List<UserRepresentation>
UsersPartialImport. getRepList(PartialImportRepresentation partialImportRep)
Methods in org.keycloak.partialimport with parameters of type UserRepresentation Modifier and Type Method Description void
UsersPartialImport. create(RealmModel realm, KeycloakSession session, UserRepresentation user)
boolean
UsersPartialImport. exists(RealmModel realm, KeycloakSession session, UserRepresentation user)
String
UsersPartialImport. existsMessage(RealmModel realm, UserRepresentation user)
String
UsersPartialImport. getModelId(RealmModel realm, KeycloakSession session, UserRepresentation user)
String
UsersPartialImport. getName(UserRepresentation user)
void
UsersPartialImport. remove(RealmModel realm, KeycloakSession session, UserRepresentation user)
-
Uses of UserRepresentation in org.keycloak.representations.idm
Fields in org.keycloak.representations.idm with type parameters of type UserRepresentation Modifier and Type Field Description protected List<UserRepresentation>
RealmRepresentation. federatedUsers
protected List<UserRepresentation>
PartialImportRepresentation. users
protected List<UserRepresentation>
RealmRepresentation. users
Methods in org.keycloak.representations.idm that return UserRepresentation Modifier and Type Method Description UserRepresentation
UserRepresentation. singleAttribute(String name, String value)
UserRepresentation
RealmRepresentation. user(String username)
Methods in org.keycloak.representations.idm that return types with arguments of type UserRepresentation Modifier and Type Method Description List<UserRepresentation>
RealmRepresentation. getFederatedUsers()
List<UserRepresentation>
PartialImportRepresentation. getUsers()
List<UserRepresentation>
RealmRepresentation. getUsers()
Method parameters in org.keycloak.representations.idm with type arguments of type UserRepresentation Modifier and Type Method Description void
RealmRepresentation. setFederatedUsers(List<UserRepresentation> federatedUsers)
void
PartialImportRepresentation. setUsers(List<UserRepresentation> users)
void
RealmRepresentation. setUsers(List<UserRepresentation> users)
-
Uses of UserRepresentation in org.keycloak.services.resources.account.resources
Subclasses of UserRepresentation in org.keycloak.services.resources.account.resources Modifier and Type Class Description static class
AbstractResourceService.Permission
-
Uses of UserRepresentation in org.keycloak.services.resources.admin
Methods in org.keycloak.services.resources.admin that return UserRepresentation Modifier and Type Method Description UserRepresentation
ClientResource. getServiceAccountUser()
Get a user dedicated to the service accountUserRepresentation
UserResource. getUser()
Get representation of the userMethods in org.keycloak.services.resources.admin that return types with arguments of type UserRepresentation Modifier and Type Method Description Stream<UserRepresentation>
GroupResource. getMembers(Integer firstResult, Integer maxResults, Boolean briefRepresentation)
Get users Returns a stream of users, filtered according to query parametersStream<UserRepresentation>
UsersResource. getUsers(String search, String last, String first, String email, String username, Boolean emailVerified, String idpAlias, String idpUserId, Integer firstResult, Integer maxResults, Boolean enabled, Boolean briefRepresentation, Boolean exact, String searchQuery)
Get users Returns a stream of users, filtered according to query parameters.Stream<UserRepresentation>
RoleContainerResource. getUsersInRole(String roleName, Integer firstResult, Integer maxResults)
Returns a stream of users that have the specified role name.Methods in org.keycloak.services.resources.admin with parameters of type UserRepresentation Modifier and Type Method Description javax.ws.rs.core.Response
UsersResource. createUser(UserRepresentation rep)
Create a new user Username must be unique.javax.ws.rs.core.Response
UserResource. updateUser(UserRepresentation rep)
Update the userstatic void
UserResource. updateUserFromRep(UserProfile profile, UserModel user, UserRepresentation rep, KeycloakSession session, boolean isUpdateExistingUser)
-
Uses of UserRepresentation in org.keycloak.storage
Methods in org.keycloak.storage with parameters of type UserRepresentation Modifier and Type Method Description UserModel
ExportImportManager. createUser(RealmModel realm, UserRepresentation userRep)
-
Uses of UserRepresentation in org.keycloak.storage.datastore
Methods in org.keycloak.storage.datastore with parameters of type UserRepresentation Modifier and Type Method Description static void
LegacyExportImportManager. convertDeprecatedSocialProviders(UserRepresentation user)
UserModel
LegacyExportImportManager. createUser(RealmModel newRealm, UserRepresentation userRep)
static void
LegacyExportImportManager. importFederatedUser(KeycloakSession session, RealmModel newRealm, UserRepresentation userRep)
-