Class HotRodUserConsentEntityDelegate
- java.lang.Object
-
- org.keycloak.models.map.storage.hotRod.common.UpdatableHotRodEntityDelegateImpl<HotRodUserConsentEntity>
-
- org.keycloak.models.map.storage.hotRod.user.HotRodUserConsentEntityDelegate
-
- All Implemented Interfaces:
UpdatableEntity,HotRodEntityDelegate<HotRodUserConsentEntity>,MapUserConsentEntity
@Generated("org.keycloak.models.map.processor.GenerateHotRodEntityImplementationsProcessor") public class HotRodUserConsentEntityDelegate extends UpdatableHotRodEntityDelegateImpl<HotRodUserConsentEntity> implements MapUserConsentEntity
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntity
UpdatableEntity.Impl
-
-
Constructor Summary
Constructors Constructor Description HotRodUserConsentEntityDelegate()HotRodUserConsentEntityDelegate(DeepCloner cloner)HotRodUserConsentEntityDelegate(HotRodUserConsentEntity hotRodEntity)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddGrantedClientScopesId(String p0)static booleanentityEquals(Object o1, Object o2)static intentityHashCode(HotRodUserConsentEntity e)booleanequals(Object o)StringgetClientId()LonggetCreatedDate()Set<String>getGrantedClientScopesIds()HotRodUserConsentEntitygetHotRodEntity()LonggetLastUpdatedDate()inthashCode()voidremoveGrantedClientScopesId(String p0)voidsetClientId(String p0)voidsetCreatedDate(Long p0)voidsetGrantedClientScopesIds(Set<String> p0)voidsetLastUpdatedDate(Long p0)StringtoString()-
Methods inherited from class org.keycloak.models.map.storage.hotRod.common.UpdatableHotRodEntityDelegateImpl
clearUpdatedFlag, isUpdated
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.keycloak.models.map.common.UpdatableEntity
clearUpdatedFlag, isUpdated
-
-
-
-
Constructor Detail
-
HotRodUserConsentEntityDelegate
public HotRodUserConsentEntityDelegate()
-
HotRodUserConsentEntityDelegate
public HotRodUserConsentEntityDelegate(HotRodUserConsentEntity hotRodEntity)
-
HotRodUserConsentEntityDelegate
public HotRodUserConsentEntityDelegate(DeepCloner cloner)
-
-
Method Detail
-
entityHashCode
public static int entityHashCode(HotRodUserConsentEntity e)
-
setClientId
public void setClientId(String p0)
- Specified by:
setClientIdin interfaceMapUserConsentEntity
-
getClientId
public String getClientId()
- Specified by:
getClientIdin interfaceMapUserConsentEntity
-
getCreatedDate
public Long getCreatedDate()
- Specified by:
getCreatedDatein interfaceMapUserConsentEntity
-
setCreatedDate
public void setCreatedDate(Long p0)
- Specified by:
setCreatedDatein 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
-
getLastUpdatedDate
public Long getLastUpdatedDate()
- Specified by:
getLastUpdatedDatein interfaceMapUserConsentEntity
-
setLastUpdatedDate
public void setLastUpdatedDate(Long p0)
- Specified by:
setLastUpdatedDatein interfaceMapUserConsentEntity
-
getHotRodEntity
public HotRodUserConsentEntity getHotRodEntity()
- Specified by:
getHotRodEntityin interfaceHotRodEntityDelegate<HotRodUserConsentEntity>
-
-