接口 CustomAuthenticationGrant
public interface CustomAuthenticationGrant
自定义的CustomAuthenticationConverter
- 作者:
- zhanglinfeng
-
方法概要
修饰符和类型方法说明org.springframework.security.web.authentication.AuthenticationConverter获取自定义的 AuthenticationConverterorg.springframework.security.authentication.AuthenticationProvider获取自定义的 AuthenticationProvider
-
方法详细资料
-
getCustomAuthenticationConverter
org.springframework.security.web.authentication.AuthenticationConverter getCustomAuthenticationConverter()获取自定义的 AuthenticationConverter- 返回:
- AuthenticationConverter
-
getCustomAuthenticationProvider
org.springframework.security.authentication.AuthenticationProvider getCustomAuthenticationProvider()获取自定义的 AuthenticationProvider- 返回:
- AuthenticationProvider
-