|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.geronimo.tomcat.interceptor.PolicyContextBeforeAfter
public class PolicyContextBeforeAfter
| Field Summary | |
|---|---|
static String |
DEFAULT_SUBJECT
|
| Fields inherited from interface org.apache.geronimo.tomcat.interceptor.BeforeAfter |
|---|
DISPATCHED, EDGE_SERVLET |
| Constructor Summary | |
|---|---|
PolicyContextBeforeAfter(BeforeAfter next,
int policyContextIDIndex,
int callersIndex,
int defaultSubjectIndex,
String policyContextID,
Subject defaultSubject)
|
|
| Method Summary | |
|---|---|
void |
after(Object[] context,
ServletRequest httpRequest,
ServletResponse httpResponse,
int dispatch)
|
void |
before(Object[] context,
ServletRequest httpRequest,
ServletResponse httpResponse,
int dispatch)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String DEFAULT_SUBJECT
| Constructor Detail |
|---|
public PolicyContextBeforeAfter(BeforeAfter next,
int policyContextIDIndex,
int callersIndex,
int defaultSubjectIndex,
String policyContextID,
Subject defaultSubject)
| Method Detail |
|---|
public void before(Object[] context,
ServletRequest httpRequest,
ServletResponse httpResponse,
int dispatch)
before in interface BeforeAfter
public void after(Object[] context,
ServletRequest httpRequest,
ServletResponse httpResponse,
int dispatch)
after in interface BeforeAfter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||