类 AbstractCustomAuthenticationGrant

java.lang.Object
cn.bbwres.biscuit.security.oauth2.grant.AbstractCustomAuthenticationGrant
所有已实现的接口:
CustomAuthenticationGrant
直接已知子类:
UsernamePasswordAuthenticationGrant

public abstract class AbstractCustomAuthenticationGrant extends Object implements CustomAuthenticationGrant
作者:
zhanglinfeng
  • 构造器详细资料

    • 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