Class ApiTokenFilter

All Implemented Interfaces:
javax.servlet.Filter

@Deprecated public class ApiTokenFilter extends BasicHeaderProcessor
Deprecated.
as of 1.576 Use BasicHeaderProcessor
Filter that performs HTTP basic authentication based on API token.

Normally the filter chain would also contain another filter that handles BASIC auth with the real password. Care must be taken to ensure that this doesn't interfere with the other.

Author:
Kohsuke Kawaguchi