Class U2FMongoDbConfiguration


  • @Configuration(value="U2fMongoDbConfiguration",
                   proxyBeanMethods=false)
    @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class)
    @ConditionalOnFeature(feature=U2F,
                          module="mongo")
    public class U2FMongoDbConfiguration
    extends java.lang.Object
    Since:
    5.2.0
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apereo.cas.adaptors.u2f.storage.U2FDeviceRepository u2fDeviceRepository​(org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.apereo.cas.util.crypto.CipherExecutor u2fRegistrationRecordCipherExecutor, org.apereo.cas.authentication.CasSSLContext casSslContext)  
      • Methods inherited from class java.lang.Object

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

      • U2FMongoDbConfiguration

        public U2FMongoDbConfiguration()
    • Method Detail

      • u2fDeviceRepository

        @Bean
        @RefreshScope(proxyMode=DEFAULT)
        public org.apereo.cas.adaptors.u2f.storage.U2FDeviceRepository u2fDeviceRepository​(org.apereo.cas.configuration.CasConfigurationProperties casProperties,
                                                                                           @Qualifier("u2fRegistrationRecordCipherExecutor")
                                                                                           org.apereo.cas.util.crypto.CipherExecutor u2fRegistrationRecordCipherExecutor,
                                                                                           @Qualifier("casSslContext")
                                                                                           org.apereo.cas.authentication.CasSSLContext casSslContext)