public class OpenEJBSecurityListener
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
OpenEJBSecurityListener.RequestCapturer |
Modifier and Type | Field and Description |
---|---|
static java.lang.ThreadLocal<Request> |
requests |
Constructor and Description |
---|
OpenEJBSecurityListener(TomcatSecurityService service,
Request req) |
Modifier and Type | Method and Description |
---|---|
void |
enter() |
void |
exit() |
void |
onComplete(AsyncEvent asyncEvent) |
void |
onError(AsyncEvent asyncEvent) |
void |
onStartAsync(AsyncEvent asyncEvent) |
void |
onTimeout(AsyncEvent asyncEvent) |
public OpenEJBSecurityListener(TomcatSecurityService service, Request req)
public void onComplete(AsyncEvent asyncEvent) throws java.io.IOException
java.io.IOException
public void onError(AsyncEvent asyncEvent) throws java.io.IOException
java.io.IOException
public void onStartAsync(AsyncEvent asyncEvent) throws java.io.IOException
java.io.IOException
public void onTimeout(AsyncEvent asyncEvent) throws java.io.IOException
java.io.IOException
public void enter()
public void exit()