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