类 UsernamePasswordAuthenticationGrant
java.lang.Object
cn.bbwres.biscuit.security.oauth2.grant.AbstractCustomAuthenticationGrant
cn.bbwres.biscuit.security.oauth2.grant.username.UsernamePasswordAuthenticationGrant
- 所有已实现的接口:
CustomAuthenticationGrant
账户密码认证支持
- 作者:
- zhanglinfeng
-
构造器概要
构造器构造器说明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) 初始化账户密码认证支持 -
方法概要
从类继承的方法 cn.bbwres.biscuit.security.oauth2.grant.AbstractCustomAuthenticationGrant
getCustomAuthenticationConverter, getCustomAuthenticationProvider
-
构造器详细资料
-
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
-