Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.webengine.jaxrs.login
Class AuthenticationFilter

java.lang.Object
  extended by org.nuxeo.ecm.webengine.jaxrs.HttpFilter
      extended by org.nuxeo.ecm.webengine.jaxrs.login.AuthenticationFilter
All Implemented Interfaces:
Filter

public class AuthenticationFilter
extends HttpFilter

Filter using the SimpleLoginModule to authenticate a request.

Author:
Bogdan Stefanescu

Field Summary
static String DEFAULT_SECURITY_DOMAIN
           
 
Constructor Summary
AuthenticationFilter()
           
 
Method Summary
 void destroy()
           
 void init(FilterConfig filterConfig)
           
 void run(HttpServletRequest request, HttpServletResponse response, FilterChain chain)
           
 
Methods inherited from class org.nuxeo.ecm.webengine.jaxrs.HttpFilter
doFilter, getBoolean
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_SECURITY_DOMAIN

public static final String DEFAULT_SECURITY_DOMAIN
See Also:
Constant Field Values
Constructor Detail

AuthenticationFilter

public AuthenticationFilter()
Method Detail

init

public void init(FilterConfig filterConfig)
          throws ServletException
Throws:
ServletException

run

public void run(HttpServletRequest request,
                HttpServletResponse response,
                FilterChain chain)
         throws IOException,
                ServletException
Throws:
IOException
ServletException

destroy

public void destroy()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.