public class RunAsLifecycleInterceptor extends Object implements io.undertow.servlet.api.LifecycleInterceptor
Constructor and Description |
---|
RunAsLifecycleInterceptor(Map<String,org.jboss.metadata.javaee.jboss.RunAsIdentityMetaData> runAsIdentityMetaDataMap) |
Modifier and Type | Method and Description |
---|---|
void |
destroy(io.undertow.servlet.api.FilterInfo filterInfo,
javax.servlet.Filter filter,
io.undertow.servlet.api.LifecycleInterceptor.LifecycleContext context) |
void |
destroy(io.undertow.servlet.api.ServletInfo servletInfo,
javax.servlet.Servlet servlet,
io.undertow.servlet.api.LifecycleInterceptor.LifecycleContext context) |
void |
init(io.undertow.servlet.api.FilterInfo filterInfo,
javax.servlet.Filter filter,
io.undertow.servlet.api.LifecycleInterceptor.LifecycleContext context) |
void |
init(io.undertow.servlet.api.ServletInfo servletInfo,
javax.servlet.Servlet servlet,
io.undertow.servlet.api.LifecycleInterceptor.LifecycleContext context) |
public void init(io.undertow.servlet.api.ServletInfo servletInfo, javax.servlet.Servlet servlet, io.undertow.servlet.api.LifecycleInterceptor.LifecycleContext context) throws javax.servlet.ServletException
init
in interface io.undertow.servlet.api.LifecycleInterceptor
javax.servlet.ServletException
public void init(io.undertow.servlet.api.FilterInfo filterInfo, javax.servlet.Filter filter, io.undertow.servlet.api.LifecycleInterceptor.LifecycleContext context) throws javax.servlet.ServletException
init
in interface io.undertow.servlet.api.LifecycleInterceptor
javax.servlet.ServletException
public void destroy(io.undertow.servlet.api.ServletInfo servletInfo, javax.servlet.Servlet servlet, io.undertow.servlet.api.LifecycleInterceptor.LifecycleContext context) throws javax.servlet.ServletException
destroy
in interface io.undertow.servlet.api.LifecycleInterceptor
javax.servlet.ServletException
public void destroy(io.undertow.servlet.api.FilterInfo filterInfo, javax.servlet.Filter filter, io.undertow.servlet.api.LifecycleInterceptor.LifecycleContext context) throws javax.servlet.ServletException
destroy
in interface io.undertow.servlet.api.LifecycleInterceptor
javax.servlet.ServletException
Copyright © 2017 JBoss by Red Hat. All rights reserved.