Class InweboAuthenticationConfiguration.InweboAuthenticationMetadataConfiguration

  • Enclosing class:
    InweboAuthenticationConfiguration

    @Configuration(value="InweboAuthenticationMetadataConfiguration",
                   proxyBeanMethods=false)
    @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class)
    public static class InweboAuthenticationConfiguration.InweboAuthenticationMetadataConfiguration
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apereo.cas.authentication.AuthenticationMetaDataPopulator inweboAuthenticationDeviceMetadataPopulator()  
      org.apereo.cas.authentication.AuthenticationMetaDataPopulator inweboAuthenticationMetaDataPopulator​(org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.apereo.cas.authentication.AuthenticationHandler inweboAuthenticationHandler, org.apereo.cas.authentication.MultifactorAuthenticationProvider inweboMultifactorAuthenticationProvider)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • InweboAuthenticationMetadataConfiguration

        public InweboAuthenticationMetadataConfiguration()
    • Method Detail

      • inweboAuthenticationMetaDataPopulator

        @Bean
        @ConditionalOnMissingBean(name="inweboAuthenticationMetaDataPopulator")
        @RefreshScope(proxyMode=DEFAULT)
        public org.apereo.cas.authentication.AuthenticationMetaDataPopulator inweboAuthenticationMetaDataPopulator​(org.apereo.cas.configuration.CasConfigurationProperties casProperties,
                                                                                                                   @Qualifier("inweboAuthenticationHandler")
                                                                                                                   org.apereo.cas.authentication.AuthenticationHandler inweboAuthenticationHandler,
                                                                                                                   @Qualifier("inweboMultifactorAuthenticationProvider")
                                                                                                                   org.apereo.cas.authentication.MultifactorAuthenticationProvider inweboMultifactorAuthenticationProvider)
      • inweboAuthenticationDeviceMetadataPopulator

        @Bean
        @ConditionalOnMissingBean(name="inweboAuthenticationDeviceMetadataPopulator")
        public org.apereo.cas.authentication.AuthenticationMetaDataPopulator inweboAuthenticationDeviceMetadataPopulator()