| 程序包 | 说明 |
|---|---|
| com.relaxed.oauth2.auth.configuration | |
| com.relaxed.oauth2.auth.extension | |
| com.relaxed.oauth2.auth.extension.captcha | |
| com.relaxed.oauth2.auth.extension.mobile |
| 限定符和类型 | 方法和说明 |
|---|---|
PreValidatorHolder |
AuthorizationAutoConfiguration.preValidatorHolder(org.springframework.beans.factory.ObjectProvider<PreValidator> preValidatorProvider)
配置预检查持有器 用于管理各种预检查验证器
|
| 限定符和类型 | 方法和说明 |
|---|---|
PreValidator |
PreValidatorHolder.getByType(String supportType)
根据验证类型获取对应的预验证器
|
| 构造器和说明 |
|---|
CaptchaTokenGranter(org.springframework.security.oauth2.provider.token.AuthorizationServerTokenServices tokenServices,
org.springframework.security.oauth2.provider.ClientDetailsService clientDetailsService,
org.springframework.security.oauth2.provider.OAuth2RequestFactory requestFactory,
org.springframework.security.authentication.AuthenticationManager authenticationManager,
PreValidator preValidator)
构造函数
|
| 构造器和说明 |
|---|
SmsCodeTokenGranter(org.springframework.security.oauth2.provider.token.AuthorizationServerTokenServices tokenServices,
org.springframework.security.oauth2.provider.ClientDetailsService clientDetailsService,
org.springframework.security.oauth2.provider.OAuth2RequestFactory requestFactory,
org.springframework.security.authentication.AuthenticationManager authenticationManager,
PreValidator preValidator)
构造函数
|
Copyright © 2025. All rights reserved.