public class Auth0AuthenticationFilter
extends org.springframework.web.filter.GenericFilterBean
| Constructor and Description |
|---|
Auth0AuthenticationFilter() |
| Modifier and Type | Method and Description |
|---|---|
void |
doFilter(javax.servlet.ServletRequest req,
javax.servlet.ServletResponse res,
javax.servlet.FilterChain chain) |
org.springframework.security.web.AuthenticationEntryPoint |
getEntryPoint() |
protected String |
getToken(javax.servlet.http.HttpServletRequest httpRequest)
Looks at the authorization bearer and extracts the JWT
|
void |
setEntryPoint(org.springframework.security.web.AuthenticationEntryPoint entryPoint) |
public void doFilter(javax.servlet.ServletRequest req,
javax.servlet.ServletResponse res,
javax.servlet.FilterChain chain)
throws IOException,
javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionprotected String getToken(javax.servlet.http.HttpServletRequest httpRequest)
public org.springframework.security.web.AuthenticationEntryPoint getEntryPoint()
public void setEntryPoint(org.springframework.security.web.AuthenticationEntryPoint entryPoint)
Copyright © 2016. All Rights Reserved.