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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
static boolean
entityEquals
(Object o1, Object o2) static int
boolean
int
hashCode()
void
void
setClientId
(String p0) void
setCreatedDate
(Long p0) void
void
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, markUpdatedFlag
-
Constructor Details
-
HotRodUserConsentEntityDelegate
public HotRodUserConsentEntityDelegate() -
HotRodUserConsentEntityDelegate
-
HotRodUserConsentEntityDelegate
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
toString
-
entityEquals
-
entityHashCode
-
setClientId
- Specified by:
setClientId
in interfaceMapUserConsentEntity
-
getClientId
- Specified by:
getClientId
in interfaceMapUserConsentEntity
-
setCreatedDate
- Specified by:
setCreatedDate
in interfaceMapUserConsentEntity
-
getCreatedDate
- Specified by:
getCreatedDate
in interfaceMapUserConsentEntity
-
addGrantedClientScopesId
- Specified by:
addGrantedClientScopesId
in interfaceMapUserConsentEntity
-
getGrantedClientScopesIds
- Specified by:
getGrantedClientScopesIds
in interfaceMapUserConsentEntity
-
removeGrantedClientScopesId
- Specified by:
removeGrantedClientScopesId
in interfaceMapUserConsentEntity
-
setGrantedClientScopesIds
- Specified by:
setGrantedClientScopesIds
in interfaceMapUserConsentEntity
-
setLastUpdatedDate
- Specified by:
setLastUpdatedDate
in interfaceMapUserConsentEntity
-
getLastUpdatedDate
- Specified by:
getLastUpdatedDate
in interfaceMapUserConsentEntity
-
getHotRodEntity
- Specified by:
getHotRodEntity
in interfaceHotRodEntityDelegate<HotRodUserConsentEntity>
-