Package org.keycloak.models.map.user
Class MapUserConsentEntityImpl.Empty
java.lang.Object
org.keycloak.models.map.common.UpdatableEntity.Impl
org.keycloak.models.map.user.MapUserConsentEntityImpl.Empty
- All Implemented Interfaces:
UpdatableEntity
,MapUserConsentEntity
- Enclosing class:
- MapUserConsentEntityImpl
public static class MapUserConsentEntityImpl.Empty
extends UpdatableEntity.Impl
implements MapUserConsentEntity
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntity
UpdatableEntity.Impl
-
Field Summary
Fields inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
updated
-
Constructor Summary
-
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) Methods inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
clearUpdatedFlag, markUpdatedFlag
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.keycloak.models.map.common.UpdatableEntity
clearUpdatedFlag, markUpdatedFlag
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
Empty
public Empty()
-
-
Method Details
-
getClientId
- Specified by:
getClientId
in interfaceMapUserConsentEntity
-
setClientId
- Specified by:
setClientId
in interfaceMapUserConsentEntity
-
getCreatedDate
- Specified by:
getCreatedDate
in interfaceMapUserConsentEntity
-
setCreatedDate
- Specified by:
setCreatedDate
in interfaceMapUserConsentEntity
-
setGrantedClientScopesIds
- Specified by:
setGrantedClientScopesIds
in interfaceMapUserConsentEntity
-
removeGrantedClientScopesId
- Specified by:
removeGrantedClientScopesId
in interfaceMapUserConsentEntity
-
getGrantedClientScopesIds
- Specified by:
getGrantedClientScopesIds
in interfaceMapUserConsentEntity
-
addGrantedClientScopesId
- Specified by:
addGrantedClientScopesId
in interfaceMapUserConsentEntity
-
setLastUpdatedDate
- Specified by:
setLastUpdatedDate
in interfaceMapUserConsentEntity
-
getLastUpdatedDate
- Specified by:
getLastUpdatedDate
in interfaceMapUserConsentEntity
-
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
- Overrides:
isUpdated
in classUpdatableEntity.Impl
- Returns:
-