BasicHeaderProcessor
public class ApiTokenFilter extends 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.
Constructor and Description |
---|
ApiTokenFilter()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected List<? extends BasicHeaderAuthenticator> |
all()
Deprecated.
|
authenticationIsRequired, destroy, doFilter, fail, init, setAuthenticationEntryPoint, setRememberMeServices, success
protected List<? extends BasicHeaderAuthenticator> all()
all
in class BasicHeaderProcessor
Copyright © 2015. All rights reserved.