类 SecurityWebMvcAutoConfiguration
java.lang.Object
org.beast.security.web.access.SecurityWebMvcAutoConfiguration
@Configuration(proxyBeanMethods=false)
@ConditionalOnWebApplication(type=SERVLET)
@ConditionalOnClass({jakarta.servlet.Servlet.class,org.springframework.web.servlet.DispatcherServlet.class})
@AutoConfigureBefore({org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.class,org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration.class})
public class SecurityWebMvcAutoConfiguration
extends Object
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明accessHandlerExceptionAdvice(org.beast.data.message.ErrorMessageSource errorMessageSource)
-
构造器详细资料
-
SecurityWebMvcAutoConfiguration
public SecurityWebMvcAutoConfiguration()
-
-
方法详细资料
-
accessHandlerExceptionAdvice
@Bean public AccessHandlerExceptionAdvice accessHandlerExceptionAdvice(org.beast.data.message.ErrorMessageSource errorMessageSource) -
userSecurityContextRepository
-