public final class OAuth2AuthorizationServerMetadataEndpointFilter
extends org.springframework.web.filter.OncePerRequestFilter
Filter that processes OAuth 2.0 Authorization Server Metadata Requests.OAuth2AuthorizationServerMetadata,
ProviderSettings,
3. Obtaining Authorization Server Metadata| Constructor and Description |
|---|
OAuth2AuthorizationServerMetadataEndpointFilter(ProviderSettings providerSettings) |
| 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 OAuth2AuthorizationServerMetadataEndpointFilter(ProviderSettings providerSettings)
protected 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