Package | Description |
---|---|
org.keycloak.models.utils | |
org.keycloak.representations.idm |
Modifier and Type | Method and Description |
---|---|
static UserConsentRepresentation |
ModelToRepresentation.toRepresentation(UserConsentModel model) |
Modifier and Type | Method and Description |
---|---|
static UserConsentModel |
RepresentationToModel.toModel(RealmModel newRealm,
UserConsentRepresentation consentRep) |
Modifier and Type | Field and Description |
---|---|
protected List<UserConsentRepresentation> |
UserRepresentation.clientConsents |
Modifier and Type | Method and Description |
---|---|
List<UserConsentRepresentation> |
UserRepresentation.getClientConsents() |
Modifier and Type | Method and Description |
---|---|
void |
UserRepresentation.setClientConsents(List<UserConsentRepresentation> clientConsents) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.