org.apache.geronimo.tomcat.interceptor
Class PolicyContextBeforeAfter
java.lang.Object
org.apache.geronimo.tomcat.interceptor.PolicyContextBeforeAfter
- All Implemented Interfaces:
- BeforeAfter
public class PolicyContextBeforeAfter
- extends Object
- implements BeforeAfter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_SUBJECT
public static final String DEFAULT_SUBJECT
- See Also:
- Constant Field Values
PolicyContextBeforeAfter
public PolicyContextBeforeAfter(BeforeAfter next,
int policyContextIDIndex,
int callersIndex,
int defaultSubjectIndex,
String policyContextID,
Subject defaultSubject)
before
public void before(Object[] context,
ServletRequest httpRequest,
ServletResponse httpResponse,
int dispatch)
- Specified by:
before
in interface BeforeAfter
after
public void after(Object[] context,
ServletRequest httpRequest,
ServletResponse httpResponse,
int dispatch)
- Specified by:
after
in interface BeforeAfter
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.