Uses of Class
org.keycloak.representations.idm.UserConsentRepresentation
-
Uses of UserConsentRepresentation in org.keycloak.models.utils
Modifier and TypeMethodDescriptionstatic UserConsentRepresentation
ModelToRepresentation.toRepresentation
(UserConsentModel model) Modifier and TypeMethodDescriptionstatic UserConsentModel
RepresentationToModel.toModel
(RealmModel newRealm, UserConsentRepresentation consentRep) -
Uses of UserConsentRepresentation in org.keycloak.representations.idm
Modifier and TypeFieldDescriptionprotected List<UserConsentRepresentation>
UserRepresentation.clientConsents
Modifier and TypeMethodDescriptionvoid
UserRepresentation.setClientConsents
(List<UserConsentRepresentation> clientConsents)