Package-level declarations

Types

Link copied to clipboard

Security 설정을 위임하는 인터페이스.

Link copied to clipboard
class LocalDelegatedSecurityConfigurer(authenticationEntryPoint: AuthenticationEntryPoint, accessDeniedHandler: AccessDeniedHandler, tokenAuthProvider: AuthenticationProvider, corsProperties: CorsConfigurationSourceProperties) : AbstractDelegatedSecurityConfigurer
Link copied to clipboard
class ProdDelegatedSecurityConfigurer(authenticationEntryPoint: AuthenticationEntryPoint, accessDeniedHandler: AccessDeniedHandler, tokenAuthProvider: AuthenticationProvider, corsProperties: CorsConfigurationSourceProperties) : AbstractDelegatedSecurityConfigurer
Link copied to clipboard
Link copied to clipboard
class WebSecurityConfigurer(userArgumentHandlerMethodArgumentResolver: HandlerMethodArgumentResolver) : WebMvcConfigurer