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 void
addGrantedClientScopesId(String p0)
static boolean
entityEquals(Object o1, Object o2)
static int
entityHashCode(HotRodUserConsentEntity e)
boolean
equals(Object o)
String
getClientId()
Long
getCreatedDate()
Set<String>
getGrantedClientScopesIds()
HotRodUserConsentEntity
getHotRodEntity()
Long
getLastUpdatedDate()
int
hashCode()
void
removeGrantedClientScopesId(String p0)
void
setClientId(String p0)
void
setCreatedDate(Long p0)
void
setGrantedClientScopesIds(Set<String> p0)
void
setLastUpdatedDate(Long p0)
String
toString()
-
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:
setClientId
in interfaceMapUserConsentEntity
-
getClientId
public String getClientId()
- Specified by:
getClientId
in interfaceMapUserConsentEntity
-
getCreatedDate
public Long getCreatedDate()
- Specified by:
getCreatedDate
in interfaceMapUserConsentEntity
-
setCreatedDate
public void setCreatedDate(Long p0)
- Specified by:
setCreatedDate
in interfaceMapUserConsentEntity
-
removeGrantedClientScopesId
public void removeGrantedClientScopesId(String p0)
- Specified by:
removeGrantedClientScopesId
in interfaceMapUserConsentEntity
-
setGrantedClientScopesIds
public void setGrantedClientScopesIds(Set<String> p0)
- Specified by:
setGrantedClientScopesIds
in interfaceMapUserConsentEntity
-
getGrantedClientScopesIds
public Set<String> getGrantedClientScopesIds()
- Specified by:
getGrantedClientScopesIds
in interfaceMapUserConsentEntity
-
addGrantedClientScopesId
public void addGrantedClientScopesId(String p0)
- Specified by:
addGrantedClientScopesId
in interfaceMapUserConsentEntity
-
getLastUpdatedDate
public Long getLastUpdatedDate()
- Specified by:
getLastUpdatedDate
in interfaceMapUserConsentEntity
-
setLastUpdatedDate
public void setLastUpdatedDate(Long p0)
- Specified by:
setLastUpdatedDate
in interfaceMapUserConsentEntity
-
getHotRodEntity
public HotRodUserConsentEntity getHotRodEntity()
- Specified by:
getHotRodEntity
in interfaceHotRodEntityDelegate<HotRodUserConsentEntity>
-
-