org.openmdx.security.auth.servlet.cci
Interface HttpSubjectHandler

All Superinterfaces:
HttpHandler
All Known Implementing Classes:
AbstractSubjectHandler, SimpleSubjectHandler, VerboseSubjectHandler

public interface HttpSubjectHandler
extends HttpHandler

HTTP Subject Handler


Method Summary
 void handle(HttpServletRequest request, HttpServletResponse response, Subject subject)
          Use the Subject to authenticate the session or to set cookies.
 
Methods inherited from interface org.openmdx.security.auth.servlet.cci.HttpHandler
destroy, init
 

Method Detail

handle

void handle(HttpServletRequest request,
            HttpServletResponse response,
            Subject subject)
            throws IOException
Use the Subject to authenticate the session or to set cookies.

Parameters:
request -
response -
subject -
Throws:
IOException


This software is published under the BSD license. Copyright © 2003-2007, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.