public final class OidcUserInfoEndpointFilter
extends org.springframework.web.filter.OncePerRequestFilter
Filter that processes OpenID Connect 1.0 UserInfo Requests.OidcUserInfo,
5.3. UserInfo Endpoint| Constructor and Description |
|---|
OidcUserInfoEndpointFilter(org.springframework.security.authentication.AuthenticationManager authenticationManager)
Constructs an
OidcUserInfoEndpointFilter using the provided parameters. |
OidcUserInfoEndpointFilter(org.springframework.security.authentication.AuthenticationManager authenticationManager,
java.lang.String userInfoEndpointUri)
Constructs an
OidcUserInfoEndpointFilter using the provided parameters. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doFilterInternal(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
javax.servlet.FilterChain filterChain) |
doFilter, doFilterNestedErrorDispatch, getAlreadyFilteredAttributeName, isAsyncDispatch, isAsyncStarted, shouldNotFilter, shouldNotFilterAsyncDispatch, shouldNotFilterErrorDispatchpublic OidcUserInfoEndpointFilter(org.springframework.security.authentication.AuthenticationManager authenticationManager)
OidcUserInfoEndpointFilter using the provided parameters.authenticationManager - the authentication managerpublic OidcUserInfoEndpointFilter(org.springframework.security.authentication.AuthenticationManager authenticationManager,
java.lang.String userInfoEndpointUri)
OidcUserInfoEndpointFilter using the provided parameters.authenticationManager - the authentication manageruserInfoEndpointUri - the endpoint URI for OpenID Connect 1.0 UserInfo Requestsprotected void doFilterInternal(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
javax.servlet.FilterChain filterChain)
throws javax.servlet.ServletException,
java.io.IOException
doFilterInternal in class org.springframework.web.filter.OncePerRequestFilterjavax.servlet.ServletExceptionjava.io.IOException