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 ClassesNested 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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()inthashCode()voidvoidvoidvoidvoidvoidvoidsetPriority(Integer p0) voidtoString()Methods inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
clearUpdatedFlag, isUpdated, markUpdatedFlagMethods 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
-
MapAuthenticationExecutionEntityImpl
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
toString
-
setId
- Specified by:
setIdin interfaceAbstractEntity
-
getId
- Specified by:
getIdin interfaceAbstractEntity
-
getAuthenticator
- Specified by:
getAuthenticatorin interfaceMapAuthenticationExecutionEntity
-
setAuthenticator
- Specified by:
setAuthenticatorin interfaceMapAuthenticationExecutionEntity
-
setAuthenticatorConfig
- Specified by:
setAuthenticatorConfigin interfaceMapAuthenticationExecutionEntity
-
getAuthenticatorConfig
- Specified by:
getAuthenticatorConfigin interfaceMapAuthenticationExecutionEntity
-
isAutheticatorFlow
- Specified by:
isAutheticatorFlowin interfaceMapAuthenticationExecutionEntity
-
setAutheticatorFlow
- Specified by:
setAutheticatorFlowin interfaceMapAuthenticationExecutionEntity
-
setFlowId
- Specified by:
setFlowIdin interfaceMapAuthenticationExecutionEntity
-
getFlowId
- Specified by:
getFlowIdin interfaceMapAuthenticationExecutionEntity
-
getParentFlowId
- Specified by:
getParentFlowIdin interfaceMapAuthenticationExecutionEntity
-
setParentFlowId
- Specified by:
setParentFlowIdin interfaceMapAuthenticationExecutionEntity
-
setPriority
- Specified by:
setPriorityin interfaceMapAuthenticationExecutionEntity
-
getPriority
- Specified by:
getPriorityin interfaceMapAuthenticationExecutionEntity
-
getRequirement
- Specified by:
getRequirementin interfaceMapAuthenticationExecutionEntity
-
setRequirement
- Specified by:
setRequirementin interfaceMapAuthenticationExecutionEntity
-