Package | Description |
---|---|
org.keycloak.representations.idm |
Modifier and Type | Field and Description |
---|---|
protected List<UserRepresentation> |
RealmRepresentation.users |
protected List<UserRepresentation> |
PartialImportRepresentation.users |
Modifier and Type | Method and Description |
---|---|
UserRepresentation |
UserRepresentation.singleAttribute(String name,
String value) |
UserRepresentation |
RealmRepresentation.user(String username) |
Modifier and Type | Method and Description |
---|---|
List<UserRepresentation> |
RealmRepresentation.getUsers() |
List<UserRepresentation> |
PartialImportRepresentation.getUsers() |
Modifier and Type | Method and Description |
---|---|
void |
RealmRepresentation.setUsers(List<UserRepresentation> users) |
void |
PartialImportRepresentation.setUsers(List<UserRepresentation> users) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.