Package jenkins.security
Class ApiTokenFilter
java.lang.Object
jenkins.security.BasicHeaderProcessor
jenkins.security.ApiTokenFilter
- All Implemented Interfaces:
javax.servlet.Filter
Deprecated.
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 -
Method Summary
Modifier and TypeMethodDescriptionprotected List<? extends BasicHeaderAuthenticator>
all()
Deprecated.Methods inherited from class jenkins.security.BasicHeaderProcessor
authenticationIsRequired, destroy, doFilter, fail, init, setAuthenticationEntryPoint, setRememberMeServices, success
-
Constructor Details
-
ApiTokenFilter
public ApiTokenFilter()Deprecated.
-
-
Method Details
-
all
Deprecated.- Overrides:
all
in classBasicHeaderProcessor
-
BasicHeaderProcessor