ProdDelegatedSecurityConfigurer

class ProdDelegatedSecurityConfigurer(authenticationEntryPoint: AuthenticationEntryPoint, accessDeniedHandler: AccessDeniedHandler, tokenAuthProvider: AuthenticationProvider, corsProperties: CorsConfigurationSourceProperties) : AbstractDelegatedSecurityConfigurer

Constructors

Link copied to clipboard
constructor(authenticationEntryPoint: AuthenticationEntryPoint, accessDeniedHandler: AccessDeniedHandler, tokenAuthProvider: AuthenticationProvider, corsProperties: CorsConfigurationSourceProperties)

Properties

Link copied to clipboard
open val corsConfigurationSource: CorsConfigurationSource
Link copied to clipboard
open val webTokenInvalidExceptionHandlerFilter: OncePerRequestFilter

Functions

Link copied to clipboard
Link copied to clipboard
open override fun getTokenAuthProvider(): AuthenticationProvider
Link copied to clipboard
open override fun ignoreCustomizer(): WebSecurityCustomizer

Security 설정을 무시하는 Customizer를 반환한다.

Link copied to clipboard
open override fun securityFilterChain(http: HttpSecurity): DefaultSecurityFilterChain

Security 설정을 반환한다.