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
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanentityEquals(Object o1, Object o2) static intbooleangetId()inthashCode()voidvoidvoidvoidvoidvoidvoidsetPriority(Integer p0) voidtoString()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
-
HotRodAuthenticationExecutionEntityDelegate
public HotRodAuthenticationExecutionEntityDelegate() -
HotRodAuthenticationExecutionEntityDelegate
public HotRodAuthenticationExecutionEntityDelegate(HotRodAuthenticationExecutionEntity hotRodEntity) -
HotRodAuthenticationExecutionEntityDelegate
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
toString
-
entityEquals
-
entityHashCode
-
getId
- Specified by:
getIdin interfaceAbstractEntity
-
setId
- Specified by:
setIdin interfaceAbstractEntity
-
setAuthenticator
- Specified by:
setAuthenticatorin interfaceMapAuthenticationExecutionEntity
-
getAuthenticator
- Specified by:
getAuthenticatorin interfaceMapAuthenticationExecutionEntity
-
getAuthenticatorConfig
- Specified by:
getAuthenticatorConfigin interfaceMapAuthenticationExecutionEntity
-
setAuthenticatorConfig
- Specified by:
setAuthenticatorConfigin interfaceMapAuthenticationExecutionEntity
-
setAutheticatorFlow
- Specified by:
setAutheticatorFlowin interfaceMapAuthenticationExecutionEntity
-
isAutheticatorFlow
- Specified by:
isAutheticatorFlowin interfaceMapAuthenticationExecutionEntity
-
setFlowId
- Specified by:
setFlowIdin interfaceMapAuthenticationExecutionEntity
-
getFlowId
- Specified by:
getFlowIdin interfaceMapAuthenticationExecutionEntity
-
getParentFlowId
- Specified by:
getParentFlowIdin interfaceMapAuthenticationExecutionEntity
-
setParentFlowId
- Specified by:
setParentFlowIdin interfaceMapAuthenticationExecutionEntity
-
getPriority
- Specified by:
getPriorityin interfaceMapAuthenticationExecutionEntity
-
setPriority
- Specified by:
setPriorityin interfaceMapAuthenticationExecutionEntity
-
getRequirement
- Specified by:
getRequirementin interfaceMapAuthenticationExecutionEntity
-
setRequirement
- Specified by:
setRequirementin interfaceMapAuthenticationExecutionEntity
-
getHotRodEntity
- Specified by:
getHotRodEntityin interfaceHotRodEntityDelegate<HotRodAuthenticationExecutionEntity>
-