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 Modifier and Type Field Description static MapUserConsentEntityImpl.Empty
INSTANCE
-
Fields inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
updated
-
-
Constructor Summary
Constructors Constructor Description Empty()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addGrantedClientScopesId(String scope)
String
getClientId()
Long
getCreatedDate()
Set<String>
getGrantedClientScopesIds()
Long
getLastUpdatedDate()
boolean
isUpdated()
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
-
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
-
-
-
-
Field Detail
-
INSTANCE
public static final MapUserConsentEntityImpl.Empty INSTANCE
-
-
Method Detail
-
getClientId
public String getClientId()
- Specified by:
getClientId
in interfaceMapUserConsentEntity
-
setClientId
public void setClientId(String clientId)
- Specified by:
setClientId
in interfaceMapUserConsentEntity
-
setCreatedDate
public void setCreatedDate(Long createdDate)
- Specified by:
setCreatedDate
in interfaceMapUserConsentEntity
-
getCreatedDate
public Long getCreatedDate()
- Specified by:
getCreatedDate
in interfaceMapUserConsentEntity
-
getGrantedClientScopesIds
public Set<String> getGrantedClientScopesIds()
- Specified by:
getGrantedClientScopesIds
in interfaceMapUserConsentEntity
-
removeGrantedClientScopesId
public void removeGrantedClientScopesId(String scopesId)
- Specified by:
removeGrantedClientScopesId
in interfaceMapUserConsentEntity
-
addGrantedClientScopesId
public void addGrantedClientScopesId(String scope)
- Specified by:
addGrantedClientScopesId
in interfaceMapUserConsentEntity
-
setGrantedClientScopesIds
public void setGrantedClientScopesIds(Set<String> scopesIds)
- Specified by:
setGrantedClientScopesIds
in interfaceMapUserConsentEntity
-
setLastUpdatedDate
public void setLastUpdatedDate(Long lastUpdatedDate)
- Specified by:
setLastUpdatedDate
in interfaceMapUserConsentEntity
-
getLastUpdatedDate
public Long 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:
-
-