Package org.esupportail.cas.config
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 -
Method Summary
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
-
Constructor Details
-
EsupOtpConfigurationProperties
public EsupOtpConfigurationProperties()
-
-
Method Details
-
afterPropertiesSet
- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Throws:
Exception
-