Class KeycloakServerDeploymentProcessor
- java.lang.Object
-
- org.keycloak.subsystem.server.extension.KeycloakServerDeploymentProcessor
-
- All Implemented Interfaces:
org.jboss.as.server.deployment.DeploymentUnitProcessor
public class KeycloakServerDeploymentProcessor extends Object implements org.jboss.as.server.deployment.DeploymentUnitProcessor
DUP responsible for setting the web context of a Keycloak auth server and passing the Keycloak configuration to the Keycloak server.- Author:
- Stan Silvert ssilvert@redhat.com (C) 2014 Red Hat Inc.
-
-
Field Summary
Fields Modifier and Type Field Description static StringKEYCLOAK_CONFIG_PARAM_NAME
-
Constructor Summary
Constructors Constructor Description KeycloakServerDeploymentProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddeploy(org.jboss.as.server.deployment.DeploymentPhaseContext phaseContext)voidundeploy(org.jboss.as.server.deployment.DeploymentUnit du)
-
-
-
Field Detail
-
KEYCLOAK_CONFIG_PARAM_NAME
public static final String KEYCLOAK_CONFIG_PARAM_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
deploy
public void deploy(org.jboss.as.server.deployment.DeploymentPhaseContext phaseContext) throws org.jboss.as.server.deployment.DeploymentUnitProcessingException- Specified by:
deployin interfaceorg.jboss.as.server.deployment.DeploymentUnitProcessor- Throws:
org.jboss.as.server.deployment.DeploymentUnitProcessingException
-
undeploy
public void undeploy(org.jboss.as.server.deployment.DeploymentUnit du)
- Specified by:
undeployin interfaceorg.jboss.as.server.deployment.DeploymentUnitProcessor
-
-