Uses of Class
org.keycloak.representations.idm.UserConsentRepresentation
Packages that use UserConsentRepresentation
-
Uses of UserConsentRepresentation in org.keycloak.models.utils
Methods in org.keycloak.models.utils that return UserConsentRepresentationModifier and TypeMethodDescriptionstatic UserConsentRepresentation
ModelToRepresentation.toRepresentation
(UserConsentModel model) Methods in org.keycloak.models.utils with parameters of type UserConsentRepresentationModifier and TypeMethodDescriptionstatic UserConsentModel
RepresentationToModel.toModel
(RealmModel newRealm, UserConsentRepresentation consentRep) -
Uses of UserConsentRepresentation in org.keycloak.representations.idm
Fields in org.keycloak.representations.idm with type parameters of type UserConsentRepresentationModifier and TypeFieldDescriptionprotected List<UserConsentRepresentation>
UserRepresentation.clientConsents
Methods in org.keycloak.representations.idm that return types with arguments of type UserConsentRepresentationMethod parameters in org.keycloak.representations.idm with type arguments of type UserConsentRepresentationModifier and TypeMethodDescriptionvoid
UserRepresentation.setClientConsents
(List<UserConsentRepresentation> clientConsents)