| org.objectweb.jonas.web.catalina55.ResetAuthenticationValve
ResetAuthenticationValve | public class ResetAuthenticationValve extends ValveBase (Code) | | This valve reset the authentication and propagate the cached principal
Authenticator valve will be called after (if an authentication is needed further).
author: Florent Benoit |
Method Summary | |
public void | invoke(Request request, Response response) |
invoke | public void invoke(Request request, Response response) throws IOException, ServletException(Code) | | Parameters: request - The servlet request to be processed Parameters: response - The servlet response to be created exception: IOException - if an input/output error occurs exception: ServletException - if a servlet error occurs |
|
|