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
FieldsFields inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
updated -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddGrantedClientScopesId(String scope) booleanFlag signalizing that any of the setters has been meaningfully used.voidremoveGrantedClientScopesId(String scopesId) voidsetClientId(String clientId) voidsetCreatedDate(Long createdDate) voidsetGrantedClientScopesIds(Set<String> scopesIds) voidsetLastUpdatedDate(Long lastUpdatedDate) Methods inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
clearUpdatedFlag, markUpdatedFlagMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.keycloak.models.map.common.UpdatableEntity
clearUpdatedFlag, markUpdatedFlag
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
Empty
public Empty()
-
-
Method Details
-
getClientId
- Specified by:
getClientIdin interfaceMapUserConsentEntity
-
setClientId
- Specified by:
setClientIdin interfaceMapUserConsentEntity
-
getCreatedDate
- Specified by:
getCreatedDatein interfaceMapUserConsentEntity
-
setCreatedDate
- Specified by:
setCreatedDatein interfaceMapUserConsentEntity
-
setGrantedClientScopesIds
- Specified by:
setGrantedClientScopesIdsin interfaceMapUserConsentEntity
-
removeGrantedClientScopesId
- Specified by:
removeGrantedClientScopesIdin interfaceMapUserConsentEntity
-
getGrantedClientScopesIds
- Specified by:
getGrantedClientScopesIdsin interfaceMapUserConsentEntity
-
addGrantedClientScopesId
- Specified by:
addGrantedClientScopesIdin interfaceMapUserConsentEntity
-
setLastUpdatedDate
- Specified by:
setLastUpdatedDatein interfaceMapUserConsentEntity
-
getLastUpdatedDate
- Specified by:
getLastUpdatedDatein interfaceMapUserConsentEntity
-
isUpdated
public boolean isUpdated()Description copied from interface:UpdatableEntityFlag signalizing that any of the setters has been meaningfully used.- Specified by:
isUpdatedin interfaceUpdatableEntity- Overrides:
isUpdatedin classUpdatableEntity.Impl- Returns:
-