Class InweboAuthenticationConfiguration


  • @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class)
    @Configuration(value="InweboAuthenticationConfiguration",
                   proxyBeanMethods=false)
    public class InweboAuthenticationConfiguration
    extends java.lang.Object
    The Inwebo MFA authentication configuration.
    Since:
    6.4.0
    • Constructor Detail

      • InweboAuthenticationConfiguration

        public InweboAuthenticationConfiguration()
    • Method Detail

      • inweboPrincipalFactory

        @ConditionalOnMissingBean(name="inweboPrincipalFactory")
        @Bean
        public org.apereo.cas.authentication.principal.PrincipalFactory inweboPrincipalFactory()