类 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
  • 构造器详细资料

    • SecurityProperties

      public SecurityProperties()
  • 方法详细资料

    • afterPropertiesSet

      public void afterPropertiesSet() throws Exception
      Invoked by the containing BeanFactory after it has set all bean properties and satisfied BeanFactoryAware, ApplicationContextAware etc.

      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