Uses of Class
org.keycloak.representations.idm.UserRepresentation
- 
- 
Uses of UserRepresentation in org.keycloak.admin.client.resourceMethods in org.keycloak.admin.client.resource that return UserRepresentation Modifier and Type Method Description UserRepresentationClientResource. getServiceAccountUser()UserRepresentationUserResource. 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.ResponseUsersResource. create(UserRepresentation userRepresentation)voidUserResource. update(UserRepresentation userRepresentation)
- 
Uses of UserRepresentation in org.keycloak.exportimport.utilMethods in org.keycloak.exportimport.util that return UserRepresentation Modifier and Type Method Description static UserRepresentationExportUtils. exportFederatedUser(KeycloakSession session, RealmModel realm, String id, ExportOptions options)Full export of user data stored in federated storage (including role mappings and credentials)static UserRepresentationExportUtils. 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.datastoreMethods in org.keycloak.models.map.datastore with parameters of type UserRepresentation Modifier and Type Method Description static voidMapExportImportManager. convertDeprecatedSocialProviders(UserRepresentation user)UserModelMapExportImportManager. createUser(RealmModel newRealm, UserRepresentation userRep)
- 
Uses of UserRepresentation in org.keycloak.models.utilsMethods in org.keycloak.models.utils that return UserRepresentation Modifier and Type Method Description static UserRepresentationStripSecretsUtils. strip(UserRepresentation user)static UserRepresentationModelToRepresentation. toBriefRepresentation(UserModel user)static UserRepresentationModelToRepresentation. toRepresentation(KeycloakSession session, RealmModel realm, UserModel user)Methods in org.keycloak.models.utils with parameters of type UserRepresentation Modifier and Type Method Description static voidRepresentationToModel. createCredentials(UserRepresentation userRep, KeycloakSession session, RealmModel realm, UserModel user, boolean adminRequest)static voidRepresentationToModel. createFederatedIdentities(UserRepresentation userRep, KeycloakSession session, RealmModel realm, UserModel user)static voidRepresentationToModel. createGroups(UserRepresentation userRep, RealmModel newRealm, UserModel user)static voidRepresentationToModel. createRoleMappings(UserRepresentation userRep, UserModel user, RealmModel realm)static UserModelRepresentationToModel. createUser(KeycloakSession session, RealmModel newRealm, UserRepresentation userRep)static UserRepresentationStripSecretsUtils. strip(UserRepresentation user)
- 
Uses of UserRepresentation in org.keycloak.partialimportMethods 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 voidUsersPartialImport. create(RealmModel realm, KeycloakSession session, UserRepresentation user)booleanUsersPartialImport. exists(RealmModel realm, KeycloakSession session, UserRepresentation user)StringUsersPartialImport. existsMessage(RealmModel realm, UserRepresentation user)StringUsersPartialImport. getModelId(RealmModel realm, KeycloakSession session, UserRepresentation user)StringUsersPartialImport. getName(UserRepresentation user)voidUsersPartialImport. remove(RealmModel realm, KeycloakSession session, UserRepresentation user)
- 
Uses of UserRepresentation in org.keycloak.representations.idmFields in org.keycloak.representations.idm with type parameters of type UserRepresentation Modifier and Type Field Description protected List<UserRepresentation>RealmRepresentation. federatedUsersprotected List<UserRepresentation>PartialImportRepresentation. usersprotected List<UserRepresentation>RealmRepresentation. usersMethods in org.keycloak.representations.idm that return UserRepresentation Modifier and Type Method Description UserRepresentationUserRepresentation. singleAttribute(String name, String value)UserRepresentationRealmRepresentation. 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 voidRealmRepresentation. setFederatedUsers(List<UserRepresentation> federatedUsers)voidPartialImportRepresentation. setUsers(List<UserRepresentation> users)voidRealmRepresentation. setUsers(List<UserRepresentation> users)
- 
Uses of UserRepresentation in org.keycloak.services.resources.account.resourcesSubclasses of UserRepresentation in org.keycloak.services.resources.account.resources Modifier and Type Class Description static classAbstractResourceService.Permission
- 
Uses of UserRepresentation in org.keycloak.services.resources.adminMethods in org.keycloak.services.resources.admin that return UserRepresentation Modifier and Type Method Description UserRepresentationClientResource. getServiceAccountUser()Get a user dedicated to the service accountUserRepresentationUserResource. 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.ResponseUsersResource. createUser(UserRepresentation rep)Create a new user Username must be unique.javax.ws.rs.core.ResponseUserResource. updateUser(UserRepresentation rep)Update the userstatic voidUserResource. updateUserFromRep(UserProfile profile, UserModel user, UserRepresentation rep, KeycloakSession session, boolean isUpdateExistingUser)
- 
Uses of UserRepresentation in org.keycloak.storageMethods in org.keycloak.storage with parameters of type UserRepresentation Modifier and Type Method Description UserModelExportImportManager. createUser(RealmModel realm, UserRepresentation userRep)
- 
Uses of UserRepresentation in org.keycloak.storage.datastoreMethods in org.keycloak.storage.datastore with parameters of type UserRepresentation Modifier and Type Method Description static voidLegacyExportImportManager. convertDeprecatedSocialProviders(UserRepresentation user)UserModelLegacyExportImportManager. createUser(RealmModel newRealm, UserRepresentation userRep)static voidLegacyExportImportManager. importFederatedUser(KeycloakSession session, RealmModel newRealm, UserRepresentation userRep)
 
-