Uses of Class
org.keycloak.representations.account.ConsentRepresentation
-
Uses of ConsentRepresentation in org.keycloak.representations.account
Modifier and TypeMethodDescriptionvoid
ClientRepresentation.setConsent
(ConsentRepresentation consent) -
Uses of ConsentRepresentation in org.keycloak.services.resources.account
Modifier and TypeMethodDescriptionjakarta.ws.rs.core.Response
AccountRestService.grantConsent
(String clientId, ConsentRepresentation consent) Creates or updates the consent of the given, requested consent for the client with the given client id.jakarta.ws.rs.core.Response
AccountRestService.updateConsent
(String clientId, ConsentRepresentation consent) Creates or updates the consent of the given, requested consent for the client with the given client id.