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
Fields inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
updated
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
boolean
Flag signalizing that any of the setters has been meaningfully used.void
setAuthenticator
(String authenticator) void
setAuthenticatorConfig
(String authenticatorConfig) void
setAutheticatorFlow
(Boolean autheticatorFlow) void
void
void
setParentFlowId
(String parentFlowId) void
setPriority
(Integer priority) void
setRequirement
(AuthenticationExecutionModel.Requirement requirement) Methods inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
clearUpdatedFlag, markUpdatedFlag
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.keycloak.models.map.common.UpdatableEntity
clearUpdatedFlag, markUpdatedFlag
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
Empty
public Empty()
-
-
Method Details
-
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
-
isUpdated
public boolean isUpdated()Description copied from interface:UpdatableEntity
Flag signalizing that any of the setters has been meaningfully used.- Specified by:
isUpdated
in interfaceUpdatableEntity
- Overrides:
isUpdated
in classUpdatableEntity.Impl
- Returns:
-