Class HotRodAuthenticationExecutionEntityDelegate
java.lang.Object
org.keycloak.models.map.storage.hotRod.common.UpdatableHotRodEntityDelegateImpl<HotRodAuthenticationExecutionEntity>
org.keycloak.models.map.storage.hotRod.realm.entity.HotRodAuthenticationExecutionEntityDelegate
- All Implemented Interfaces:
AbstractEntity
,UpdatableEntity
,MapAuthenticationExecutionEntity
,HotRodEntityDelegate<HotRodAuthenticationExecutionEntity>
@Generated("org.keycloak.models.map.processor.GenerateHotRodEntityImplementationsProcessor")
public class HotRodAuthenticationExecutionEntityDelegate
extends UpdatableHotRodEntityDelegateImpl<HotRodAuthenticationExecutionEntity>
implements MapAuthenticationExecutionEntity
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntity
UpdatableEntity.Impl
-
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
entityEquals
(Object o1, Object o2) static int
boolean
getId()
int
hashCode()
void
void
void
void
void
void
void
setPriority
(Integer p0) 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
-
HotRodAuthenticationExecutionEntityDelegate
public HotRodAuthenticationExecutionEntityDelegate() -
HotRodAuthenticationExecutionEntityDelegate
public HotRodAuthenticationExecutionEntityDelegate(HotRodAuthenticationExecutionEntity hotRodEntity) -
HotRodAuthenticationExecutionEntityDelegate
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
toString
-
entityEquals
-
entityHashCode
-
getId
- Specified by:
getId
in interfaceAbstractEntity
-
setId
- Specified by:
setId
in interfaceAbstractEntity
-
setAuthenticator
- Specified by:
setAuthenticator
in interfaceMapAuthenticationExecutionEntity
-
getAuthenticator
- Specified by:
getAuthenticator
in interfaceMapAuthenticationExecutionEntity
-
getAuthenticatorConfig
- Specified by:
getAuthenticatorConfig
in interfaceMapAuthenticationExecutionEntity
-
setAuthenticatorConfig
- Specified by:
setAuthenticatorConfig
in interfaceMapAuthenticationExecutionEntity
-
setAutheticatorFlow
- Specified by:
setAutheticatorFlow
in interfaceMapAuthenticationExecutionEntity
-
isAutheticatorFlow
- Specified by:
isAutheticatorFlow
in interfaceMapAuthenticationExecutionEntity
-
setFlowId
- Specified by:
setFlowId
in interfaceMapAuthenticationExecutionEntity
-
getFlowId
- Specified by:
getFlowId
in interfaceMapAuthenticationExecutionEntity
-
getParentFlowId
- Specified by:
getParentFlowId
in interfaceMapAuthenticationExecutionEntity
-
setParentFlowId
- Specified by:
setParentFlowId
in interfaceMapAuthenticationExecutionEntity
-
getPriority
- Specified by:
getPriority
in interfaceMapAuthenticationExecutionEntity
-
setPriority
- Specified by:
setPriority
in interfaceMapAuthenticationExecutionEntity
-
getRequirement
- Specified by:
getRequirement
in interfaceMapAuthenticationExecutionEntity
-
setRequirement
- Specified by:
setRequirement
in interfaceMapAuthenticationExecutionEntity
-
getHotRodEntity
- Specified by:
getHotRodEntity
in interfaceHotRodEntityDelegate<HotRodAuthenticationExecutionEntity>
-