Method Summary |
|
public void | addLifecycleListener(LifecycleListener listener) Add a lifecycle event listener to this component. |
public LifecycleListener[] | findLifecycleListeners() Get the lifecycle listeners associated with this lifecycle. |
public int | getDebug() Return the debugging detail level. |
public String | getInfo() Return descriptive information about this Valve implementation. |
protected Session | getSession(HttpRequest request) Return the internal Session that is associated with this HttpRequest,
or null if there is no such Session. |
protected Session | getSession(HttpRequest request, boolean create) Return the internal Session that is associated with this HttpRequest,
possibly creating a new one if necessary, or null if
there is no such session and we did not create one. |
public void | invoke(Request request, Response response, ValveContext context) Perform single-sign-on support processing for this request. |
protected void | log(String message) Log a message on the Logger associated with our Container (if any). |
protected void | log(String message, Throwable throwable) Log a message on the Logger associated with our Container (if any). |
public void | removeLifecycleListener(LifecycleListener listener) Remove a lifecycle event listener from this component. |
public void | sessionEvent(SessionEvent event) |
public void | setDebug(int debug) Set the debugging detail level. |
public void | start() Prepare for the beginning of active use of the public methods of this
component. |
public void | stop() Gracefully terminate the active use of the public methods of this
component. |
public String | toString() Return a String rendering of this object. |