Package org.keycloak.models
Class UserConsentModel
java.lang.Object
org.keycloak.models.UserConsentModel
- Author:
 - Marek Posolda
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidaddGrantedClientScope(ClientScopeModel clientScope) booleanisClientScopeGranted(ClientScopeModel clientScope) voidsetCreatedDate(Long createdDate) voidsetLastUpdatedDate(Long lastUpdatedDate)  
- 
Constructor Details
- 
UserConsentModel
 
 - 
 - 
Method Details
- 
getClient
 - 
addGrantedClientScope
 - 
getGrantedClientScopes
 - 
isClientScopeGranted
 - 
getCreatedDate
 - 
setCreatedDate
 - 
getLastUpdatedDate
 - 
setLastUpdatedDate
 
 -