public abstract class AbstractAuthFilter
extends org.springframework.web.filter.OncePerRequestFilter
| Constructor and Description |
|---|
AbstractAuthFilter() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
authenticationIsRequired() |
protected void |
fillSecurityContext(de.adorsys.ledgers.middleware.api.domain.um.BearerTokenTO token) |
protected void |
handleAuthenticationFailure(javax.servlet.http.HttpServletResponse response,
Exception e) |
protected String |
obtainFromHeader(javax.servlet.http.HttpServletRequest request,
String headerKey) |
doFilter, doFilterInternal, getAlreadyFilteredAttributeName, isAsyncDispatch, isAsyncStarted, shouldNotFilter, shouldNotFilterAsyncDispatch, shouldNotFilterErrorDispatchprotected void handleAuthenticationFailure(javax.servlet.http.HttpServletResponse response,
Exception e)
throws IOException
IOExceptionprotected String obtainFromHeader(javax.servlet.http.HttpServletRequest request, String headerKey)
protected boolean authenticationIsRequired()
protected void fillSecurityContext(de.adorsys.ledgers.middleware.api.domain.um.BearerTokenTO token)
Copyright © 2020. All rights reserved.