类 AbstractCustomAuthenticationGrant
java.lang.Object
cn.bbwres.biscuit.security.oauth2.grant.AbstractCustomAuthenticationGrant
- 所有已实现的接口:
CustomAuthenticationGrant
public abstract class AbstractCustomAuthenticationGrant
extends Object
implements CustomAuthenticationGrant
- 作者:
- zhanglinfeng
-
构造器概要
构造器构造器说明AbstractCustomAuthenticationGrant(org.springframework.security.web.authentication.AuthenticationConverter authenticationConverter, org.springframework.security.authentication.AuthenticationProvider authenticationProvider) 初始化 -
方法概要
修饰符和类型方法说明org.springframework.security.web.authentication.AuthenticationConverter获取自定义的 AuthenticationConverterorg.springframework.security.authentication.AuthenticationProvider获取自定义的 AuthenticationProvider
-
构造器详细资料
-
AbstractCustomAuthenticationGrant
public AbstractCustomAuthenticationGrant(org.springframework.security.web.authentication.AuthenticationConverter authenticationConverter, org.springframework.security.authentication.AuthenticationProvider authenticationProvider) 初始化- 参数:
authenticationConverter- 认证转换信息authenticationProvider- 认证提供者
-
-
方法详细资料
-
getCustomAuthenticationConverter
public org.springframework.security.web.authentication.AuthenticationConverter getCustomAuthenticationConverter()获取自定义的 AuthenticationConverter- 指定者:
getCustomAuthenticationConverter在接口中CustomAuthenticationGrant- 返回:
- AuthenticationConverter
-
getCustomAuthenticationProvider
public org.springframework.security.authentication.AuthenticationProvider getCustomAuthenticationProvider()获取自定义的 AuthenticationProvider- 指定者:
getCustomAuthenticationProvider在接口中CustomAuthenticationGrant- 返回:
- AuthenticationProvider
-