Uses of Class
org.keycloak.representations.idm.UserConsentRepresentation
-
Packages that use UserConsentRepresentation Package Description org.keycloak.models.utils org.keycloak.representations.idm -
-
Uses of UserConsentRepresentation in org.keycloak.models.utils
Methods in org.keycloak.models.utils that return UserConsentRepresentation Modifier and Type Method Description static UserConsentRepresentation
ModelToRepresentation. toRepresentation(UserConsentModel model)
Methods in org.keycloak.models.utils with parameters of type UserConsentRepresentation Modifier and Type Method Description static 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 UserConsentRepresentation Modifier and Type Field Description protected List<UserConsentRepresentation>
UserRepresentation. clientConsents
Methods in org.keycloak.representations.idm that return types with arguments of type UserConsentRepresentation Modifier and Type Method Description List<UserConsentRepresentation>
UserRepresentation. getClientConsents()
Method parameters in org.keycloak.representations.idm with type arguments of type UserConsentRepresentation Modifier and Type Method Description void
UserRepresentation. setClientConsents(List<UserConsentRepresentation> clientConsents)
-