Package org.keycloak.models.map.user
Class MapUserConsentEntityDelegate
java.lang.Object
org.keycloak.models.map.user.MapUserConsentEntityDelegate
- All Implemented Interfaces:
HasDelegateProvider<MapUserConsentEntity>
,UpdatableEntity
,MapUserConsentEntity
@Generated("org.keycloak.models.map.processor.GenerateEntityImplementationsProcessor")
public class MapUserConsentEntityDelegate
extends Object
implements MapUserConsentEntity, HasDelegateProvider<MapUserConsentEntity>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntity
UpdatableEntity.Impl
-
Constructor Summary
ConstructorDescriptionMapUserConsentEntityDelegate
(DelegateProvider<MapUserConsentEntity> delegateProvider) -
Method Summary
Modifier and TypeMethodDescriptionvoid
addGrantedClientScopesId
(String scope) boolean
Flag signalizing that any of the setters has been meaningfully used.void
removeGrantedClientScopesId
(String scopesId) void
setClientId
(String clientId) void
setCreatedDate
(Long createdDate) void
setGrantedClientScopesIds
(Set<String> scopesIds) void
setLastUpdatedDate
(Long lastUpdatedDate) toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.keycloak.models.map.common.UpdatableEntity
clearUpdatedFlag, markUpdatedFlag
-
Constructor Details
-
MapUserConsentEntityDelegate
-
-
Method Details
-
getDelegateProvider
- Specified by:
getDelegateProvider
in interfaceHasDelegateProvider<MapUserConsentEntity>
-
toString
-
isUpdated
public boolean isUpdated()Description copied from interface:UpdatableEntity
Flag signalizing that any of the setters has been meaningfully used.- Specified by:
isUpdated
in interfaceUpdatableEntity
- Returns:
-
getClientId
- Specified by:
getClientId
in interfaceMapUserConsentEntity
-
setClientId
- Specified by:
setClientId
in interfaceMapUserConsentEntity
-
getGrantedClientScopesIds
- Specified by:
getGrantedClientScopesIds
in interfaceMapUserConsentEntity
-
addGrantedClientScopesId
- Specified by:
addGrantedClientScopesId
in interfaceMapUserConsentEntity
-
setGrantedClientScopesIds
- Specified by:
setGrantedClientScopesIds
in interfaceMapUserConsentEntity
-
removeGrantedClientScopesId
- Specified by:
removeGrantedClientScopesId
in interfaceMapUserConsentEntity
-
getCreatedDate
- Specified by:
getCreatedDate
in interfaceMapUserConsentEntity
-
setCreatedDate
- Specified by:
setCreatedDate
in interfaceMapUserConsentEntity
-
getLastUpdatedDate
- Specified by:
getLastUpdatedDate
in interfaceMapUserConsentEntity
-
setLastUpdatedDate
- Specified by:
setLastUpdatedDate
in interfaceMapUserConsentEntity
-