Class HotRodAuthenticatorConfigEntityDelegate
java.lang.Object
org.keycloak.models.map.storage.hotRod.common.UpdatableHotRodEntityDelegateImpl<HotRodAuthenticatorConfigEntity>
org.keycloak.models.map.storage.hotRod.realm.entity.HotRodAuthenticatorConfigEntityDelegate
- All Implemented Interfaces:
AbstractEntity
,UpdatableEntity
,MapAuthenticatorConfigEntity
,HotRodEntityDelegate<HotRodAuthenticatorConfigEntity>
@Generated("org.keycloak.models.map.processor.GenerateHotRodEntityImplementationsProcessor")
public class HotRodAuthenticatorConfigEntityDelegate
extends UpdatableHotRodEntityDelegateImpl<HotRodAuthenticatorConfigEntity>
implements MapAuthenticatorConfigEntity
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntity
UpdatableEntity.Impl
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
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
-
HotRodAuthenticatorConfigEntityDelegate
public HotRodAuthenticatorConfigEntityDelegate() -
HotRodAuthenticatorConfigEntityDelegate
-
HotRodAuthenticatorConfigEntityDelegate
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
toString
-
entityEquals
-
entityHashCode
-
getId
- Specified by:
getId
in interfaceAbstractEntity
-
setId
- Specified by:
setId
in interfaceAbstractEntity
-
setAlias
- Specified by:
setAlias
in interfaceMapAuthenticatorConfigEntity
-
getAlias
- Specified by:
getAlias
in interfaceMapAuthenticatorConfigEntity
-
setConfig
- Specified by:
setConfig
in interfaceMapAuthenticatorConfigEntity
-
getConfig
- Specified by:
getConfig
in interfaceMapAuthenticatorConfigEntity
-
getHotRodEntity
- Specified by:
getHotRodEntity
in interfaceHotRodEntityDelegate<HotRodAuthenticatorConfigEntity>
-