类 SecurityProperties
java.lang.Object
cn.wi4j.security.core.config.SecurityProperties
- 所有已实现的接口:
org.springframework.beans.factory.InitializingBean
@ConfigurationProperties(prefix="wic4j.security")
public class SecurityProperties
extends Object
implements org.springframework.beans.factory.InitializingBean
配置文件
- 从以下版本开始:
- 2023/7/11 19:37
- 版本:
- 2023.0.0.0
- 作者:
- Max
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidInvoked by the containingBeanFactoryafter it has set all bean properties and satisfiedBeanFactoryAware,ApplicationContextAwareetc.
-
构造器详细资料
-
SecurityProperties
public SecurityProperties()
-
-
方法详细资料
-
afterPropertiesSet
Invoked by the containingBeanFactoryafter it has set all bean properties and satisfiedBeanFactoryAware,ApplicationContextAwareetc.This method allows the bean instance to perform validation of its overall configuration and final initialization when all bean properties have been set.
- 指定者:
afterPropertiesSet在接口中org.springframework.beans.factory.InitializingBean- 抛出:
Exception- in the event of misconfiguration (such as failure to set an essential property) or if initialization fails for any other reason
-