Class U2FMongoDbConfiguration

java.lang.Object
org.apereo.cas.config.U2FMongoDbConfiguration

@EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class) @ConditionalOnFeatureEnabled(feature=U2F, module="mongo") @AutoConfiguration public class U2FMongoDbConfiguration extends Object
Since:
5.2.0
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    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 Details

    • U2FMongoDbConfiguration

      public U2FMongoDbConfiguration()
  • Method Details

    • 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)