接口 CustomAuthenticationGrant

所有已知实现类:
AbstractCustomAuthenticationGrant, UsernamePasswordAuthenticationGrant

public interface CustomAuthenticationGrant
自定义的CustomAuthenticationConverter
作者:
zhanglinfeng
  • 方法概要

    修饰符和类型
    方法
    说明
    org.springframework.security.web.authentication.AuthenticationConverter
    获取自定义的 AuthenticationConverter
    org.springframework.security.authentication.AuthenticationProvider
    获取自定义的 AuthenticationProvider
  • 方法详细资料

    • getCustomAuthenticationConverter

      org.springframework.security.web.authentication.AuthenticationConverter getCustomAuthenticationConverter()
      获取自定义的 AuthenticationConverter
      返回:
      AuthenticationConverter
    • getCustomAuthenticationProvider

      org.springframework.security.authentication.AuthenticationProvider getCustomAuthenticationProvider()
      获取自定义的 AuthenticationProvider
      返回:
      AuthenticationProvider