Class MapAuthenticationExecutionEntityImpl.Empty
java.lang.Object
org.keycloak.models.map.common.UpdatableEntity.Impl
org.keycloak.models.map.realm.entity.MapAuthenticationExecutionEntityImpl.Empty
- All Implemented Interfaces:
AbstractEntity,UpdatableEntity,MapAuthenticationExecutionEntity
- Enclosing class:
- MapAuthenticationExecutionEntityImpl
public static class MapAuthenticationExecutionEntityImpl.Empty
extends UpdatableEntity.Impl
implements MapAuthenticationExecutionEntity
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntity
UpdatableEntity.Impl -
Field Summary
FieldsFields inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
updated -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()booleanFlag signalizing that any of the setters has been meaningfully used.voidsetAuthenticator(String authenticator) voidsetAuthenticatorConfig(String authenticatorConfig) voidsetAutheticatorFlow(Boolean autheticatorFlow) voidvoidvoidsetParentFlowId(String parentFlowId) voidsetPriority(Integer priority) voidsetRequirement(AuthenticationExecutionModel.Requirement requirement) Methods inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
clearUpdatedFlag, markUpdatedFlagMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.keycloak.models.map.common.UpdatableEntity
clearUpdatedFlag, markUpdatedFlag
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
Empty
public Empty()
-
-
Method Details
-
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
-
isUpdated
public boolean isUpdated()Description copied from interface:UpdatableEntityFlag signalizing that any of the setters has been meaningfully used.- Specified by:
isUpdatedin interfaceUpdatableEntity- Overrides:
isUpdatedin classUpdatableEntity.Impl- Returns:
-