Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.ui.web.auth.oauth
Class NuxeoOAuthFilter

java.lang.Object
  extended by org.nuxeo.ecm.platform.ui.web.auth.oauth.NuxeoOAuthFilter
All Implemented Interfaces:
NuxeoAuthPreFilter

public class NuxeoOAuthFilter
extends Object
implements NuxeoAuthPreFilter

This Filter is registered as a pre-Filter of NuxeoAuthenticationFilter.

It is used to handle OAuth Authentication :

Author:
tiry

Constructor Summary
NuxeoOAuthFilter()
           
 
Method Summary
 void doFilter(ServletRequest request, ServletResponse response, FilterChain chain)
          Main Filter method Filter.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NuxeoOAuthFilter

public NuxeoOAuthFilter()
Method Detail

doFilter

public void doFilter(ServletRequest request,
                     ServletResponse response,
                     FilterChain chain)
              throws IOException,
                     ServletException
Description copied from interface: NuxeoAuthPreFilter
Main Filter method Filter. The FilterChain is only composed of the preFilters and the NuxeoAuthenticationFilter

Specified by:
doFilter in interface NuxeoAuthPreFilter
Throws:
IOException
ServletException
See Also:
FilterChain

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.