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
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)StringgetClientId()LonggetCreatedDate()EntityFieldDelegate<MapUserConsentEntity>getEntityFieldDelegate()Set<String>getGrantedClientScopesIds()LonggetLastUpdatedDate()voidremoveGrantedClientScopesId(String p0)voidsetClientId(String p0)voidsetCreatedDate(Long p0)voidsetGrantedClientScopesIds(Set<String> p0)voidsetLastUpdatedDate(Long p0)-
Methods inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
clearUpdatedFlag, isUpdated
-
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, isUpdated
-
-
-
-
Constructor Detail
-
MapUserConsentEntityFieldDelegate
public MapUserConsentEntityFieldDelegate(EntityFieldDelegate<MapUserConsentEntity> entityFieldDelegate)
-
-
Method Detail
-
getEntityFieldDelegate
public EntityFieldDelegate<MapUserConsentEntity> getEntityFieldDelegate()
- Specified by:
getEntityFieldDelegatein interfaceHasEntityFieldDelegate<MapUserConsentEntity>
-
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
-
-