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