Package jenkins.security
Class ApiTokenFilter
- java.lang.Object
-
- jenkins.security.BasicHeaderProcessor
-
- jenkins.security.ApiTokenFilter
-
- All Implemented Interfaces:
javax.servlet.Filter
@Deprecated public class ApiTokenFilter extends BasicHeaderProcessor
Deprecated.as of 1.576 UseBasicHeaderProcessor
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
-
-
Constructor Summary
Constructors Constructor Description ApiTokenFilter()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected List<? extends BasicHeaderAuthenticator>
all()
Deprecated.-
Methods inherited from class jenkins.security.BasicHeaderProcessor
authenticationIsRequired, destroy, doFilter, fail, init, setAuthenticationEntryPoint, setRememberMeServices, success
-
-
-
-
Method Detail
-
all
protected List<? extends BasicHeaderAuthenticator> all()
Deprecated.- Overrides:
all
in classBasicHeaderProcessor
-
-