Nuxeo Enterprise Platform 5.4

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 : - 3 legged OAuth negociation - 2 legged OAuth (Signed fetch)

Author:
tiry

Constructor Summary
NuxeoOAuthFilter()
           
 
Method Summary
 void doFilter(ServletRequest request, ServletResponse response, FilterChain chain)
          Main Filter method @See Filter The FilterChain is only composed of the preFilters and the NuxeoAuthenticationFilter
 
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 @See Filter The FilterChain is only composed of the preFilters and the NuxeoAuthenticationFilter

Specified by:
doFilter in interface NuxeoAuthPreFilter
Throws:
IOException
ServletException

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.