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.UpdatableEntityUpdatableEntity.Impl
 
- 
 - 
Field SummaryFields Modifier and Type Field Description static MapUserConsentEntityImpl.EmptyINSTANCE- 
Fields inherited from class org.keycloak.models.map.common.UpdatableEntity.Implupdated
 
- 
 - 
Constructor SummaryConstructors Constructor Description Empty()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddGrantedClientScopesId(String scope)StringgetClientId()LonggetCreatedDate()Set<String>getGrantedClientScopesIds()LonggetLastUpdatedDate()booleanisUpdated()Flag 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.ImplclearUpdatedFlag
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.keycloak.models.map.common.UpdatableEntityclearUpdatedFlag
 
- 
 
- 
- 
- 
Field Detail- 
INSTANCEpublic static final MapUserConsentEntityImpl.Empty INSTANCE 
 
- 
 - 
Method Detail- 
getClientIdpublic String getClientId() - Specified by:
- getClientIdin interface- MapUserConsentEntity
 
 - 
setClientIdpublic void setClientId(String clientId) - Specified by:
- setClientIdin interface- MapUserConsentEntity
 
 - 
getCreatedDatepublic Long getCreatedDate() - Specified by:
- getCreatedDatein interface- MapUserConsentEntity
 
 - 
setCreatedDatepublic void setCreatedDate(Long createdDate) - Specified by:
- setCreatedDatein interface- MapUserConsentEntity
 
 - 
getGrantedClientScopesIdspublic Set<String> getGrantedClientScopesIds() - Specified by:
- getGrantedClientScopesIdsin interface- MapUserConsentEntity
 
 - 
setGrantedClientScopesIdspublic void setGrantedClientScopesIds(Set<String> scopesIds) - Specified by:
- setGrantedClientScopesIdsin interface- MapUserConsentEntity
 
 - 
addGrantedClientScopesIdpublic void addGrantedClientScopesId(String scope) - Specified by:
- addGrantedClientScopesIdin interface- MapUserConsentEntity
 
 - 
removeGrantedClientScopesIdpublic void removeGrantedClientScopesId(String scopesId) - Specified by:
- removeGrantedClientScopesIdin interface- MapUserConsentEntity
 
 - 
setLastUpdatedDatepublic void setLastUpdatedDate(Long lastUpdatedDate) - Specified by:
- setLastUpdatedDatein interface- MapUserConsentEntity
 
 - 
getLastUpdatedDatepublic Long getLastUpdatedDate() - Specified by:
- getLastUpdatedDatein interface- MapUserConsentEntity
 
 - 
isUpdatedpublic boolean isUpdated() Description copied from interface:UpdatableEntityFlag signalizing that any of the setters has been meaningfully used.- Specified by:
- isUpdatedin interface- UpdatableEntity
- Overrides:
- isUpdatedin class- UpdatableEntity.Impl
- Returns:
 
 
- 
 
-