Class KeycloakDependencyProcessorWildFly
- java.lang.Object
-
- org.keycloak.subsystem.adapter.saml.extension.KeycloakDependencyProcessor
-
- org.keycloak.subsystem.adapter.saml.extension.KeycloakDependencyProcessorWildFly
-
- All Implemented Interfaces:
org.jboss.as.server.deployment.DeploymentUnitProcessor
public class KeycloakDependencyProcessorWildFly extends KeycloakDependencyProcessor
Add platform-specific modules for WildFly.- Author:
- Stan Silvert ssilvert@redhat.com (C) 2014 Red Hat Inc.
-
-
Constructor Summary
Constructors Constructor Description KeycloakDependencyProcessorWildFly()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidaddPlatformSpecificModules(org.jboss.as.server.deployment.DeploymentPhaseContext phaseContext, org.jboss.as.server.deployment.module.ModuleSpecification moduleSpecification, org.jboss.modules.ModuleLoader moduleLoader)-
Methods inherited from class org.keycloak.subsystem.adapter.saml.extension.KeycloakDependencyProcessor
deploy, undeploy
-
-
-
-
Method Detail
-
addPlatformSpecificModules
protected void addPlatformSpecificModules(org.jboss.as.server.deployment.DeploymentPhaseContext phaseContext, org.jboss.as.server.deployment.module.ModuleSpecification moduleSpecification, org.jboss.modules.ModuleLoader moduleLoader)- Specified by:
addPlatformSpecificModulesin classKeycloakDependencyProcessor
-
-