类的使用
cn.bbwres.biscuit.security.oauth2.web.CustomLoginUrlAuthenticationEntryPoint
-
cn.bbwres.biscuit.security.oauth2.config中CustomLoginUrlAuthenticationEntryPoint的使用
修饰符和类型方法说明Oauth2Config.customLoginUrlAuthenticationEntryPoint(BiscuitSecurityProperties biscuitSecurityProperties, org.springframework.security.oauth2.server.authorization.settings.AuthorizationServerSettings authorizationServerSettings, org.springframework.beans.factory.ObjectProvider<org.springframework.context.support.MessageSourceAccessor> messageSourceAccessorObjectProvider) 认证失败登录页面配置修饰符和类型方法说明org.springframework.security.web.SecurityFilterChainOauth2Config.authorizationServerSecurityFilterChain(org.springframework.security.config.annotation.web.builders.HttpSecurity http, org.springframework.beans.factory.ObjectProvider<List<CustomAuthenticationGrant>> customAuthenticationGrants, CustomLoginUrlAuthenticationEntryPoint customLoginUrlAuthenticationEntryPoint) 安全配置