Class EsupOtpConfigurationProperties

java.lang.Object
org.apereo.cas.configuration.model.support.mfa.BaseMultifactorAuthenticationProviderProperties
org.esupportail.cas.config.EsupOtpConfigurationProperties
All Implemented Interfaces:
Serializable, org.springframework.beans.factory.InitializingBean

@Component @PropertySource(ignoreResourceNotFound=true, value={"classpath:esupotp.properties","file:/var/cas/config/esupotp.properties","file:/opt/cas/config/esupotp.properties","file:/etc/cas/config/esupotp.properties","file:${cas.standalone.configurationDirectory}/esupotp.properties"}) @ConfigurationProperties(prefix="esupotp", ignoreUnknownFields=false) public class EsupOtpConfigurationProperties extends org.apereo.cas.configuration.model.support.mfa.BaseMultifactorAuthenticationProviderProperties implements org.springframework.beans.factory.InitializingBean
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.apereo.cas.configuration.model.support.mfa.BaseMultifactorAuthenticationProviderProperties

    org.apereo.cas.configuration.model.support.mfa.BaseMultifactorAuthenticationProviderProperties.MultifactorAuthenticationProviderFailureModes
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from class org.apereo.cas.configuration.model.support.mfa.BaseMultifactorAuthenticationProviderProperties

    canEqual, equals, getBypass, getFailureMode, getId, getName, getOrder, getRank, hashCode, setBypass, setFailureMode, setId, setName, setOrder, setRank

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • EsupOtpConfigurationProperties

      public EsupOtpConfigurationProperties()
  • Method Details

    • afterPropertiesSet

      public void afterPropertiesSet() throws Exception
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
      Throws:
      Exception