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 -
Method Summary
Modifier and TypeMethodDescriptionvoidstatic booleanentityEquals(Object o1, Object o2) static intbooleaninthashCode()voidvoidsetClientId(String p0) voidsetCreatedDate(Long p0) voidvoidtoString()Methods inherited from class org.keycloak.models.map.storage.hotRod.common.UpdatableHotRodEntityDelegateImpl
clearUpdatedFlag, isUpdatedMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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:
setClientIdin interfaceMapUserConsentEntity
-
getClientId
- Specified by:
getClientIdin interfaceMapUserConsentEntity
-
setCreatedDate
- Specified by:
setCreatedDatein interfaceMapUserConsentEntity
-
getCreatedDate
- Specified by:
getCreatedDatein interfaceMapUserConsentEntity
-
addGrantedClientScopesId
- Specified by:
addGrantedClientScopesIdin interfaceMapUserConsentEntity
-
getGrantedClientScopesIds
- Specified by:
getGrantedClientScopesIdsin interfaceMapUserConsentEntity
-
removeGrantedClientScopesId
- Specified by:
removeGrantedClientScopesIdin interfaceMapUserConsentEntity
-
setGrantedClientScopesIds
- Specified by:
setGrantedClientScopesIdsin interfaceMapUserConsentEntity
-
setLastUpdatedDate
- Specified by:
setLastUpdatedDatein interfaceMapUserConsentEntity
-
getLastUpdatedDate
- Specified by:
getLastUpdatedDatein interfaceMapUserConsentEntity
-
getHotRodEntity
- Specified by:
getHotRodEntityin interfaceHotRodEntityDelegate<HotRodUserConsentEntity>
-