public class UndertowDeploymentProcessor extends Object implements org.jboss.as.server.deployment.DeploymentUnitProcessor, Function<SessionManagerFactoryConfiguration,io.undertow.servlet.api.SessionManagerFactory>
| Modifier and Type | Field and Description |
|---|---|
static String |
NEW_URI_PREFIX |
static String |
OLD_URI_PREFIX |
| Constructor and Description |
|---|
UndertowDeploymentProcessor(String defaultHost,
String defaultContainer,
String defaultServer,
Predicate<String> mappedSecurityDomain) |
| Modifier and Type | Method and Description |
|---|---|
io.undertow.servlet.api.SessionManagerFactory |
apply(SessionManagerFactoryConfiguration configuration) |
void |
deploy(org.jboss.as.server.deployment.DeploymentPhaseContext phaseContext) |
void |
undeploy(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit) |
public static final String OLD_URI_PREFIX
public static final String NEW_URI_PREFIX
public void deploy(org.jboss.as.server.deployment.DeploymentPhaseContext phaseContext)
throws org.jboss.as.server.deployment.DeploymentUnitProcessingException
deploy in interface org.jboss.as.server.deployment.DeploymentUnitProcessororg.jboss.as.server.deployment.DeploymentUnitProcessingExceptionpublic io.undertow.servlet.api.SessionManagerFactory apply(SessionManagerFactoryConfiguration configuration)
apply in interface Function<SessionManagerFactoryConfiguration,io.undertow.servlet.api.SessionManagerFactory>public void undeploy(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit)
undeploy in interface org.jboss.as.server.deployment.DeploymentUnitProcessorCopyright © 2020 JBoss by Red Hat. All rights reserved.