Uses of Class
org.keycloak.representations.idm.UserRepresentation
Packages that use UserRepresentation
Package
Description
-
Uses of UserRepresentation in org.keycloak.admin.client.resource
Methods in org.keycloak.admin.client.resource that return UserRepresentationModifier and TypeMethodDescriptionClientResource.getServiceAccountUser()UserResource.toRepresentation()UserResource.toRepresentation(boolean userProfileMetadata) Methods in org.keycloak.admin.client.resource that return types with arguments of type UserRepresentationModifier and TypeMethodDescriptionRoleResource.getRoleUserMembers()Deprecated.RoleResource.getRoleUserMembers(Integer firstResult, Integer maxResults) Deprecated.RoleResource.getUserMembers()Get role members.RoleResource.getUserMembers(Integer firstResult, Integer maxResults) Get role members.UsersResource.list()GroupResource.members()Get usersGet usersGet usersUsersResource.search(Boolean emailVerified, Integer firstResult, Integer maxResults, Boolean enabled, Boolean briefRepresentation) Search for users whose username or email matches the value provided bysearch.UsersResource.search(String search, Integer firstResult, Integer maxResults, Boolean briefRepresentation) Search for users whose username or email matches the value provided bysearch.UsersResource.search(String username, String firstName, String lastName, String email, Boolean emailVerified, Integer firstResult, Integer maxResults, Boolean enabled, Boolean briefRepresentation) 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.UsersResource.search(String username, String firstName, String lastName, String email, Integer firstResult, Integer maxResults) UsersResource.search(String username, String firstName, String lastName, String email, Integer firstResult, Integer maxResults, Boolean enabled, Boolean briefRepresentation) 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.UsersResource.searchByAttributes(Integer firstResult, Integer maxResults, Boolean enabled, Boolean briefRepresentation, String searchQuery) UsersResource.searchByAttributes(String searchQuery) UsersResource.searchByEmail(String email, Boolean exact) UsersResource.searchByFirstName(String email, Boolean exact) UsersResource.searchByLastName(String email, Boolean exact) UsersResource.searchByUsername(String username, Boolean exact) Methods in org.keycloak.admin.client.resource with parameters of type UserRepresentationModifier and TypeMethodDescriptionjakarta.ws.rs.core.ResponseUsersResource.create(UserRepresentation userRepresentation) voidUserResource.update(UserRepresentation userRepresentation) -
Uses of UserRepresentation in org.keycloak.exportimport.util
Methods in org.keycloak.exportimport.util that return UserRepresentationModifier and TypeMethodDescriptionstatic 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.datastore
Methods in org.keycloak.models.map.datastore with parameters of type UserRepresentationModifier and TypeMethodDescriptionstatic voidMapExportImportManager.convertDeprecatedSocialProviders(UserRepresentation user) MapExportImportManager.createUser(RealmModel newRealm, UserRepresentation userRep) -
Uses of UserRepresentation in org.keycloak.models.utils
Methods in org.keycloak.models.utils that return UserRepresentationModifier and TypeMethodDescriptionstatic 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 UserRepresentationModifier and TypeMethodDescriptionstatic 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.partialimport
Methods in org.keycloak.partialimport that return types with arguments of type UserRepresentationModifier and TypeMethodDescriptionUsersPartialImport.getRepList(PartialImportRepresentation partialImportRep) Methods in org.keycloak.partialimport with parameters of type UserRepresentationModifier and TypeMethodDescriptionvoidUsersPartialImport.create(RealmModel realm, KeycloakSession session, UserRepresentation user) booleanUsersPartialImport.exists(RealmModel realm, KeycloakSession session, UserRepresentation user) UsersPartialImport.existsMessage(RealmModel realm, UserRepresentation user) UsersPartialImport.getModelId(RealmModel realm, KeycloakSession session, UserRepresentation user) UsersPartialImport.getName(UserRepresentation user) voidUsersPartialImport.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 UserRepresentationModifier and TypeFieldDescriptionprotected List<UserRepresentation>RealmRepresentation.federatedUsersprotected List<UserRepresentation>PartialImportRepresentation.usersprotected List<UserRepresentation>RealmRepresentation.usersMethods in org.keycloak.representations.idm that return UserRepresentationMethods in org.keycloak.representations.idm that return types with arguments of type UserRepresentationModifier and TypeMethodDescriptionRealmRepresentation.getFederatedUsers()PartialImportRepresentation.getUsers()RealmRepresentation.getUsers()Method parameters in org.keycloak.representations.idm with type arguments of type UserRepresentationModifier and TypeMethodDescriptionvoidRealmRepresentation.setFederatedUsers(List<UserRepresentation> federatedUsers) voidPartialImportRepresentation.setUsers(List<UserRepresentation> users) voidRealmRepresentation.setUsers(List<UserRepresentation> users) -
Uses of UserRepresentation in org.keycloak.services.resources.account.resources
Subclasses of UserRepresentation in org.keycloak.services.resources.account.resources -
Uses of UserRepresentation in org.keycloak.services.resources.admin
Methods in org.keycloak.services.resources.admin that return UserRepresentationModifier and TypeMethodDescriptionClientResource.getServiceAccountUser()Get a user dedicated to the service accountUserResource.getUser(boolean userProfileMetadata) Get representation of the userMethods in org.keycloak.services.resources.admin that return types with arguments of type UserRepresentationModifier and TypeMethodDescriptionGroupResource.getMembers(Integer firstResult, Integer maxResults, Boolean briefRepresentation) Get users Returns a stream of users, filtered according to query parametersUsersResource.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.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 UserRepresentationModifier and TypeMethodDescriptionjakarta.ws.rs.core.ResponseUsersResource.createUser(UserRepresentation rep) Create a new user Username must be unique.jakarta.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.storage
Methods in org.keycloak.storage with parameters of type UserRepresentationModifier and TypeMethodDescriptionExportImportManager.createUser(RealmModel realm, UserRepresentation userRep) -
Uses of UserRepresentation in org.keycloak.storage.datastore
Methods in org.keycloak.storage.datastore with parameters of type UserRepresentationModifier and TypeMethodDescriptionstatic voidLegacyExportImportManager.convertDeprecatedSocialProviders(UserRepresentation user) LegacyExportImportManager.createUser(RealmModel newRealm, UserRepresentation userRep) static voidLegacyExportImportManager.importFederatedUser(KeycloakSession session, RealmModel newRealm, UserRepresentation userRep)
RoleResource.getUserMembers()