Skip to content

Instantly share code, notes, and snippets.

@sandipchitale
Last active May 5, 2021 02:20
Show Gist options
  • Save sandipchitale/e44ca0d5bfd2d0984c178b02aba68cfe to your computer and use it in GitHub Desktop.
Save sandipchitale/e44ca0d5bfd2d0984c178b02aba68cfe to your computer and use it in GitHub Desktop.
HttpSecurity sharedObjects #spring-security
// This is where security filter chains are built
// @Override
// protected DefaultSecurityFilterChain performBuild() {
// this.filters.sort(this.comparator);
// return new DefaultSecurityFilterChain(this.requestMatcher, this.filters);
// }
org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$UserDetailsServiceDelegator
org.springframework.security.authentication.AuthenticationTrustResolverImpl
org.springframework.security.oauth2.provider.endpoint.FrameworkEndpointHandlerMapping
org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter
org.springframework.security.web.savedrequest.HttpSessionRequestCache
org.springframework.web.accept.ContentNegotiationManager
org.springframework.security.authentication.ProviderManager
org.springframework.security.web.access.intercept.FilterSecurityInterceptor
org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext
org.springframework.context.annotation.AnnotationConfigApplicationContext
org.springframework.security.web.context.NullSecurityContextRepository
org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$DefaultPasswordEncoderAuthenticationManagerBuilder
org.springframework.security.oauth2.provider.client.InMemoryClientDetailsService
org.springframework.security.web.authentication.session.CompositeSessionAuthenticationStrategy
org.springframework.security.web.authentication.session.ChangeSessionIdAuthenticationStrategy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment