Package org.keycloak.models.map.user
Class MapUserConsentEntityDelegate
- java.lang.Object
-
- org.keycloak.models.map.user.MapUserConsentEntityDelegate
-
- All Implemented Interfaces:
HasDelegateProvider<MapUserConsentEntity>,UpdatableEntity,MapUserConsentEntity
@Generated("org.keycloak.models.map.processor.GenerateEntityImplementationsProcessor") public class MapUserConsentEntityDelegate extends Object implements MapUserConsentEntity, HasDelegateProvider<MapUserConsentEntity>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntity
UpdatableEntity.Impl
-
-
Constructor Summary
Constructors Constructor Description MapUserConsentEntityDelegate(DelegateProvider<MapUserConsentEntity> delegateProvider)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddGrantedClientScopesId(String scope)StringgetClientId()LonggetCreatedDate()DelegateProvider<MapUserConsentEntity>getDelegateProvider()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 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
-
-
-
-
Constructor Detail
-
MapUserConsentEntityDelegate
public MapUserConsentEntityDelegate(DelegateProvider<MapUserConsentEntity> delegateProvider)
-
-
Method Detail
-
getDelegateProvider
public DelegateProvider<MapUserConsentEntity> getDelegateProvider()
- Specified by:
getDelegateProviderin interfaceHasDelegateProvider<MapUserConsentEntity>
-
isUpdated
public boolean isUpdated()
Description copied from interface:UpdatableEntityFlag signalizing that any of the setters has been meaningfully used.- Specified by:
isUpdatedin interfaceUpdatableEntity- Returns:
-
getClientId
public String getClientId()
- Specified by:
getClientIdin interfaceMapUserConsentEntity
-
setClientId
public void setClientId(String clientId)
- Specified by:
setClientIdin interfaceMapUserConsentEntity
-
getGrantedClientScopesIds
public Set<String> getGrantedClientScopesIds()
- Specified by:
getGrantedClientScopesIdsin interfaceMapUserConsentEntity
-
addGrantedClientScopesId
public void addGrantedClientScopesId(String scope)
- Specified by:
addGrantedClientScopesIdin interfaceMapUserConsentEntity
-
setGrantedClientScopesIds
public void setGrantedClientScopesIds(Set<String> scopesIds)
- Specified by:
setGrantedClientScopesIdsin interfaceMapUserConsentEntity
-
removeGrantedClientScopesId
public void removeGrantedClientScopesId(String scopesId)
- Specified by:
removeGrantedClientScopesIdin interfaceMapUserConsentEntity
-
getCreatedDate
public Long getCreatedDate()
- Specified by:
getCreatedDatein interfaceMapUserConsentEntity
-
setCreatedDate
public void setCreatedDate(Long createdDate)
- Specified by:
setCreatedDatein interfaceMapUserConsentEntity
-
getLastUpdatedDate
public Long getLastUpdatedDate()
- Specified by:
getLastUpdatedDatein interfaceMapUserConsentEntity
-
setLastUpdatedDate
public void setLastUpdatedDate(Long lastUpdatedDate)
- Specified by:
setLastUpdatedDatein interfaceMapUserConsentEntity
-
-