Package org.keycloak.models
Class UserConsentModel
- java.lang.Object
- 
- org.keycloak.models.UserConsentModel
 
- 
 public class UserConsentModel extends Object - Author:
- Marek Posolda
 
- 
- 
Constructor SummaryConstructors Constructor Description UserConsentModel(ClientModel client)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddGrantedClientScope(ClientScopeModel clientScope)ClientModelgetClient()LonggetCreatedDate()Set<ClientScopeModel>getGrantedClientScopes()LonggetLastUpdatedDate()booleanisClientScopeGranted(ClientScopeModel clientScope)voidsetCreatedDate(Long createdDate)voidsetLastUpdatedDate(Long lastUpdatedDate)
 
- 
- 
- 
Constructor Detail- 
UserConsentModelpublic UserConsentModel(ClientModel client) 
 
- 
 - 
Method Detail- 
getClientpublic ClientModel getClient() 
 - 
addGrantedClientScopepublic void addGrantedClientScope(ClientScopeModel clientScope) 
 - 
getGrantedClientScopespublic Set<ClientScopeModel> getGrantedClientScopes() 
 - 
isClientScopeGrantedpublic boolean isClientScopeGranted(ClientScopeModel clientScope) 
 - 
getCreatedDatepublic Long getCreatedDate() 
 - 
setCreatedDatepublic void setCreatedDate(Long createdDate) 
 - 
getLastUpdatedDatepublic Long getLastUpdatedDate() 
 - 
setLastUpdatedDatepublic void setLastUpdatedDate(Long lastUpdatedDate) 
 
- 
 
-