@Component(value="authRequestFilter") public class AuthorizationRequestFilter extends org.springframework.web.filter.GenericFilterBean
Modifier and Type | Field and Description |
---|---|
static String |
PROMPT_REQUESTED |
static String |
PROMPTED |
Constructor and Description |
---|
AuthorizationRequestFilter() |
Modifier and Type | Method and Description |
---|---|
void |
doFilter(javax.servlet.ServletRequest req,
javax.servlet.ServletResponse res,
javax.servlet.FilterChain chain) |
org.springframework.security.web.util.matcher.RequestMatcher |
getRequestMatcher() |
void |
setRequestMatcher(org.springframework.security.web.util.matcher.RequestMatcher requestMatcher) |
public static final String PROMPTED
public static final String PROMPT_REQUESTED
public AuthorizationRequestFilter()
public void doFilter(javax.servlet.ServletRequest req, javax.servlet.ServletResponse res, javax.servlet.FilterChain chain) throws IOException, javax.servlet.ServletException
IOException
javax.servlet.ServletException
public org.springframework.security.web.util.matcher.RequestMatcher getRequestMatcher()
public void setRequestMatcher(org.springframework.security.web.util.matcher.RequestMatcher requestMatcher)
requestMatcher
- the requestMatcher to setCopyright © 2022. All rights reserved.