public class SetupResource extends Object
Jax RS resource allowing to perform the setup steps.
All methods of this class must throw Status.FORBIDDEN exception if setup actions are unavailable.
Constructor and Description |
---|
SetupResource() |
Modifier and Type | Method and Description |
---|---|
void |
createInitialUser(String processEngineName,
UserDto user) |
protected void |
createInitialUserInternal(String processEngineName,
UserDto user,
ProcessEngine processEngine) |
protected void |
ensureCamundaAdminGroupExists(ProcessEngine processEngine) |
protected void |
ensureSetupAvailable(ProcessEngine processEngine) |
protected ProcessEngine |
lookupProcessEngine(String engineName) |
protected void createInitialUserInternal(String processEngineName, UserDto user, ProcessEngine processEngine)
protected void ensureCamundaAdminGroupExists(ProcessEngine processEngine)
protected void ensureSetupAvailable(ProcessEngine processEngine)
protected ProcessEngine lookupProcessEngine(String engineName)
Copyright © 2015. All rights reserved.