Uses of Class
org.keycloak.representations.account.ConsentRepresentation
- 
Packages that use ConsentRepresentation Package Description org.keycloak.representations.account org.keycloak.services.resources.account 
- 
- 
Uses of ConsentRepresentation in org.keycloak.representations.accountMethods in org.keycloak.representations.account that return ConsentRepresentation Modifier and Type Method Description ConsentRepresentationClientRepresentation. getConsent()Methods in org.keycloak.representations.account with parameters of type ConsentRepresentation Modifier and Type Method Description voidClientRepresentation. setConsent(ConsentRepresentation consent)
- 
Uses of ConsentRepresentation in org.keycloak.services.resources.accountMethods in org.keycloak.services.resources.account with parameters of type ConsentRepresentation Modifier and Type Method Description javax.ws.rs.core.ResponseAccountRestService. 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.ResponseAccountRestService. updateConsent(String clientId, ConsentRepresentation consent)Creates or updates the consent of the given, requested consent for the client with the given client id.
 
-