This project has retired. For details please refer to its Attic page.
OAuthFilter | Apache Oltu - OAuth 2.0
public class

OAuthFilter

extends Object
implements Filter
java.lang.Object
   ↳ org.apache.oltu.oauth2.rsfilter.OAuthFilter

Summary

Constants
String OAUTH_RS_PROVIDER_CLASS
String RS_REALM
String RS_REALM_DEFAULT
String RS_TOKENS
Fields
public static final ParameterStyle RS_TOKENS_DEFAULT
Public Constructors
OAuthFilter()
Public Methods
void destroy()
void doFilter(ServletRequest request, ServletResponse response, FilterChain chain)
void init(FilterConfig filterConfig)
[Expand]
Inherited Methods
From class java.lang.Object
From interface javax.servlet.Filter

Constants

public static final String OAUTH_RS_PROVIDER_CLASS

Constant Value: "oauth.rs.provider-class"

public static final String RS_REALM

Constant Value: "oauth.rs.realm"

public static final String RS_REALM_DEFAULT

Constant Value: "OAuth Protected Service"

public static final String RS_TOKENS

Constant Value: "oauth.rs.tokens"

Fields

public static final ParameterStyle RS_TOKENS_DEFAULT

Public Constructors

public OAuthFilter ()

Public Methods

public void destroy ()

public void doFilter (ServletRequest request, ServletResponse response, FilterChain chain)

Throws
IOException
ServletException

public void init (FilterConfig filterConfig)

Throws
ServletException