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. clientConsentsMethods 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 voidUserRepresentation. setClientConsents(List<UserConsentRepresentation> clientConsents)
-