Uses of Class
org.keycloak.representations.idm.UserConsentRepresentation
-
Packages that use UserConsentRepresentation Package Description org.keycloak.representations.idm -
-
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)
-