Package | Description |
---|---|
org.keycloak.representations.account | |
org.keycloak.services.resources.account |
Modifier and Type | Method and Description |
---|---|
ConsentRepresentation |
ClientRepresentation.getConsent() |
Modifier and Type | Method and Description |
---|---|
void |
ClientRepresentation.setConsent(ConsentRepresentation consent) |
Modifier and Type | Method and Description |
---|---|
javax.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.
|
javax.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.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.