Package org.keycloak.models.map.user
Class MapUserConsentEntityFieldDelegate
- java.lang.Object
-
- org.keycloak.models.map.common.UpdatableEntity.Impl
-
- org.keycloak.models.map.user.MapUserConsentEntityFieldDelegate
-
- All Implemented Interfaces:
HasEntityFieldDelegate<MapUserConsentEntity>,UpdatableEntity,MapUserConsentEntity
@Generated("org.keycloak.models.map.processor.GenerateEntityImplementationsProcessor") public class MapUserConsentEntityFieldDelegate extends UpdatableEntity.Impl implements MapUserConsentEntity, HasEntityFieldDelegate<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
Constructors Constructor Description MapUserConsentEntityFieldDelegate(EntityFieldDelegate<MapUserConsentEntity> entityFieldDelegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddGrantedClientScopesId(String p0)voidclearUpdatedFlag()An optional operation clearing the updated flag.StringgetClientId()LonggetCreatedDate()EntityFieldDelegate<MapUserConsentEntity>getEntityFieldDelegate()Set<String>getGrantedClientScopesIds()LonggetLastUpdatedDate()booleanisUpdated()Flag signalizing that any of the setters has been meaningfully used.voidremoveGrantedClientScopesId(String p0)voidsetClientId(String p0)voidsetCreatedDate(Long p0)voidsetGrantedClientScopesIds(Set<String> p0)voidsetLastUpdatedDate(Long p0)
-
-
-
Constructor Detail
-
MapUserConsentEntityFieldDelegate
public MapUserConsentEntityFieldDelegate(EntityFieldDelegate<MapUserConsentEntity> entityFieldDelegate)
-
-
Method Detail
-
getEntityFieldDelegate
public EntityFieldDelegate<MapUserConsentEntity> getEntityFieldDelegate()
- Specified by:
getEntityFieldDelegatein interfaceHasEntityFieldDelegate<MapUserConsentEntity>
-
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:
-
clearUpdatedFlag
public void clearUpdatedFlag()
Description copied from interface:UpdatableEntityAn optional operation clearing the updated flag. Right after using this method, theUpdatableEntity.isUpdated()would returnfalse.- Specified by:
clearUpdatedFlagin interfaceUpdatableEntity- Overrides:
clearUpdatedFlagin classUpdatableEntity.Impl
-
getClientId
public String getClientId()
- Specified by:
getClientIdin interfaceMapUserConsentEntity
-
setClientId
public void setClientId(String p0)
- Specified by:
setClientIdin interfaceMapUserConsentEntity
-
getGrantedClientScopesIds
public Set<String> getGrantedClientScopesIds()
- Specified by:
getGrantedClientScopesIdsin interfaceMapUserConsentEntity
-
addGrantedClientScopesId
public void addGrantedClientScopesId(String p0)
- Specified by:
addGrantedClientScopesIdin interfaceMapUserConsentEntity
-
setGrantedClientScopesIds
public void setGrantedClientScopesIds(Set<String> p0)
- Specified by:
setGrantedClientScopesIdsin interfaceMapUserConsentEntity
-
removeGrantedClientScopesId
public void removeGrantedClientScopesId(String p0)
- Specified by:
removeGrantedClientScopesIdin interfaceMapUserConsentEntity
-
getCreatedDate
public Long getCreatedDate()
- Specified by:
getCreatedDatein interfaceMapUserConsentEntity
-
setCreatedDate
public void setCreatedDate(Long p0)
- Specified by:
setCreatedDatein interfaceMapUserConsentEntity
-
getLastUpdatedDate
public Long getLastUpdatedDate()
- Specified by:
getLastUpdatedDatein interfaceMapUserConsentEntity
-
setLastUpdatedDate
public void setLastUpdatedDate(Long p0)
- Specified by:
setLastUpdatedDatein interfaceMapUserConsentEntity
-
-