Class MapAuthenticationExecutionEntityImpl
java.lang.Object
org.keycloak.models.map.common.UpdatableEntity.Impl
org.keycloak.models.map.realm.entity.MapAuthenticationExecutionEntityImpl
- All Implemented Interfaces:
AbstractEntity
,UpdatableEntity
,MapAuthenticationExecutionEntity
@Generated("org.keycloak.models.map.processor.GenerateEntityImplementationsProcessor")
public class MapAuthenticationExecutionEntityImpl
extends UpdatableEntity.Impl
implements MapAuthenticationExecutionEntity
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntity
UpdatableEntity.Impl
-
Field Summary
Fields inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
updated
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getId()
int
hashCode()
void
void
void
void
void
void
void
setPriority
(Integer p0) void
toString()
Methods inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
clearUpdatedFlag, isUpdated, markUpdatedFlag
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
-
MapAuthenticationExecutionEntityImpl
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
toString
-
setId
- Specified by:
setId
in interfaceAbstractEntity
-
getId
- Specified by:
getId
in interfaceAbstractEntity
-
getAuthenticator
- Specified by:
getAuthenticator
in interfaceMapAuthenticationExecutionEntity
-
setAuthenticator
- Specified by:
setAuthenticator
in interfaceMapAuthenticationExecutionEntity
-
setAuthenticatorConfig
- Specified by:
setAuthenticatorConfig
in interfaceMapAuthenticationExecutionEntity
-
getAuthenticatorConfig
- Specified by:
getAuthenticatorConfig
in interfaceMapAuthenticationExecutionEntity
-
isAutheticatorFlow
- Specified by:
isAutheticatorFlow
in interfaceMapAuthenticationExecutionEntity
-
setAutheticatorFlow
- Specified by:
setAutheticatorFlow
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
-
setPriority
- Specified by:
setPriority
in interfaceMapAuthenticationExecutionEntity
-
getPriority
- Specified by:
getPriority
in interfaceMapAuthenticationExecutionEntity
-
getRequirement
- Specified by:
getRequirement
in interfaceMapAuthenticationExecutionEntity
-
setRequirement
- Specified by:
setRequirement
in interfaceMapAuthenticationExecutionEntity
-