Skip to content

geoffd123/3scale_ws_api_for_java

 
 

Repository files navigation

Build Status

3scale is an API Infrastructure service which handles API Keys, Rate Limiting, Analytics, Billing Payments and Developer Management. Includes a configurable API dashboard and developer portal CMS. More product stuff at http://www.3scale.net/, support information at http://support.3scale.net/.

Please see the embedded documentation in dist/docs.

V2.0.3 Introduced a new Servlet Filter, AuthorizeServletFilter. This performs the 3scale authorize call to the server and if successful the next AuthorizeResponse is placed in the session data and the next filter in the chain is called.

See the @see AuthorizeServletFilter comments for more details.

To configure ServletFilter 3Scale AuthorizationFilter net.threescale.api.servlet.filter.AuthorizeServletFilter ts_provider_key yourcompany-abcdefasdfasdfasdfasdfasdfasdfasd

3Scale AuthorizationFilter api/*

To test

http://localhost:8080/api/service?fromDate=2010-09-07T00:00:00-0700&toDate=2010-10-01T00:00:00-0700&app_id=asdfasdfasdf&app_key=asdfasdfasdfasdfasdfasdf

About

3scale integration plugin for Java applications

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.8%
  • Shell 0.2%