Uses of Class
org.keycloak.representations.idm.UserRepresentation
Packages that use UserRepresentation
-
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)