类 UsernamePasswordAuthenticationGrant

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

public class UsernamePasswordAuthenticationGrant extends AbstractCustomAuthenticationGrant
账户密码认证支持
作者:
zhanglinfeng
  • 构造器详细资料

    • UsernamePasswordAuthenticationGrant

      public UsernamePasswordAuthenticationGrant(org.springframework.security.oauth2.server.authorization.OAuth2AuthorizationService authorizationService, org.springframework.security.oauth2.server.authorization.token.DelegatingOAuth2TokenGenerator tokenGenerator, org.springframework.security.authentication.dao.DaoAuthenticationProvider daoAuthenticationProvider) throws Exception
      初始化账户密码认证支持
      参数:
      authorizationService -
      tokenGenerator -
      daoAuthenticationProvider -
      抛出:
      Exception