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.UpdatableEntityUpdatableEntity.Impl
 
- 
 - 
Field Summary- 
Fields inherited from class org.keycloak.models.map.common.UpdatableEntity.Implupdated
 
- 
 - 
Constructor SummaryConstructors Constructor Description MapUserConsentEntityFieldDelegate(EntityFieldDelegate<MapUserConsentEntity> entityFieldDelegate)
 - 
Method SummaryAll 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- 
MapUserConsentEntityFieldDelegatepublic MapUserConsentEntityFieldDelegate(EntityFieldDelegate<MapUserConsentEntity> entityFieldDelegate) 
 
- 
 - 
Method Detail- 
getEntityFieldDelegatepublic EntityFieldDelegate<MapUserConsentEntity> getEntityFieldDelegate() - Specified by:
- getEntityFieldDelegatein interface- HasEntityFieldDelegate<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:
 
 - 
clearUpdatedFlagpublic 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 interface- UpdatableEntity
- Overrides:
- clearUpdatedFlagin class- UpdatableEntity.Impl
 
 - 
getClientIdpublic String getClientId() - Specified by:
- getClientIdin interface- MapUserConsentEntity
 
 - 
setClientIdpublic void setClientId(String p0) - Specified by:
- setClientIdin interface- MapUserConsentEntity
 
 - 
getGrantedClientScopesIdspublic Set<String> getGrantedClientScopesIds() - Specified by:
- getGrantedClientScopesIdsin interface- MapUserConsentEntity
 
 - 
addGrantedClientScopesIdpublic void addGrantedClientScopesId(String p0) - Specified by:
- addGrantedClientScopesIdin interface- MapUserConsentEntity
 
 - 
setGrantedClientScopesIdspublic void setGrantedClientScopesIds(Set<String> p0) - Specified by:
- setGrantedClientScopesIdsin interface- MapUserConsentEntity
 
 - 
removeGrantedClientScopesIdpublic void removeGrantedClientScopesId(String p0) - Specified by:
- removeGrantedClientScopesIdin interface- MapUserConsentEntity
 
 - 
getCreatedDatepublic Long getCreatedDate() - Specified by:
- getCreatedDatein interface- MapUserConsentEntity
 
 - 
setCreatedDatepublic void setCreatedDate(Long p0) - Specified by:
- setCreatedDatein interface- MapUserConsentEntity
 
 - 
getLastUpdatedDatepublic Long getLastUpdatedDate() - Specified by:
- getLastUpdatedDatein interface- MapUserConsentEntity
 
 - 
setLastUpdatedDatepublic void setLastUpdatedDate(Long p0) - Specified by:
- setLastUpdatedDatein interface- MapUserConsentEntity
 
 
- 
 
-