if (context instanceof BootOperationContext) {
final BootOperationContext updateContext = (BootOperationContext) context;
context.getRuntimeContext().setRuntimeTask(new RuntimeTask() {
public void execute(RuntimeTaskContext context) throws OperationFailedException {
updateContext.addDeploymentProcessor(Phase.DEPENDENCIES, Phase.DEPENDENCIES_MODULE,
new SecurityDependencyProcessor());
final ServiceTarget target = context.getServiceTarget();
// add bootstrap service
final SecurityBootstrapService bootstrapService = new SecurityBootstrapService();