类 CaptchaConfiguration
- java.lang.Object
-
- cn.dustlight.captcha.configurations.CaptchaConfiguration
-
- 所有已实现的接口:
org.springframework.beans.factory.Aware,org.springframework.context.annotation.ImportAware
@Configuration(proxyBeanMethods=false) @Role(2) @EnableConfigurationProperties(DefaultBeanProperties.class) public class CaptchaConfiguration extends Object implements org.springframework.context.annotation.ImportAware
-
-
字段概要
字段 修饰符和类型 字段 说明 protected org.springframework.core.annotation.AnnotationAttributesattrs
-
构造器概要
构造器 构造器 说明 CaptchaConfiguration()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 SendCodePostProcessorsendCodePostProcessor(DefaultBeanProperties defaultBeanProperties)voidsetImportMetadata(org.springframework.core.type.AnnotationMetadata annotationMetadata)VerifyCodePostProcessorverifyCodePostProcessor(DefaultBeanProperties defaultBeanProperties)
-
-
-
方法详细资料
-
setImportMetadata
public void setImportMetadata(org.springframework.core.type.AnnotationMetadata annotationMetadata)
- 指定者:
setImportMetadata在接口中org.springframework.context.annotation.ImportAware
-
sendCodePostProcessor
@Bean @Role(2) public SendCodePostProcessor sendCodePostProcessor(@Autowired DefaultBeanProperties defaultBeanProperties)
-
verifyCodePostProcessor
@Bean @Role(2) public VerifyCodePostProcessor verifyCodePostProcessor(@Autowired DefaultBeanProperties defaultBeanProperties)
-
-