Class DefaultUserCreator
java.lang.Object
io.camunda.zeebe.engine.processing.user.DefaultUserCreator
- All Implemented Interfaces:
Task
,StreamProcessorLifecycleAware
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDefaultUserCreator
(MutableProcessingState processingState, EngineConfiguration config) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.camunda.zeebe.stream.api.StreamProcessorLifecycleAware
onClose, onFailed, onPaused, onResumed
-
Field Details
-
DEFAULT_USER_USERNAME
- See Also:
-
DEFAULT_USER_PASSWORD
- See Also:
-
DEFAULT_USER_EMAIL
- See Also:
-
-
Constructor Details
-
DefaultUserCreator
-
-
Method Details
-
onRecovered
- Specified by:
onRecovered
in interfaceStreamProcessorLifecycleAware
-
execute
-