PicketLinkLogger.ROOT_LOGGER.trace("Installing the PicketLink Defederation Dependency Processor.");
processorTarget.addDeploymentProcessor(FederationExtension.SUBSYSTEM_NAME, FederationDependencyProcessor.PHASE,
FederationDependencyProcessor.PRIORITY, new FederationDependencyProcessor());
PicketLinkLogger.ROOT_LOGGER.trace("Installing the PicketLink Federation Deployment Processor.");
processorTarget.addDeploymentProcessor(FederationExtension.SUBSYSTEM_NAME, FederationDeploymentProcessor.PHASE,
FederationDeploymentProcessor.PRIORITY, new FederationDeploymentProcessor());
}
}, OperationContext.Stage.RUNTIME);
}