Package org.apereo.cas.config
Class U2FMongoDbConfiguration
- java.lang.Object
-
- org.apereo.cas.config.U2FMongoDbConfiguration
-
@Configuration(value="U2fMongoDbConfiguration", proxyBeanMethods=false) @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class) @ConditionalOnFeature(feature=U2F, module="mongo") public class U2FMongoDbConfiguration extends java.lang.ObjectThis isU2FMongoDbConfiguration.- Since:
- 5.2.0
-
-
Constructor Summary
Constructors Constructor Description U2FMongoDbConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apereo.cas.adaptors.u2f.storage.U2FDeviceRepositoryu2fDeviceRepository(org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.apereo.cas.util.crypto.CipherExecutor u2fRegistrationRecordCipherExecutor, org.apereo.cas.authentication.CasSSLContext casSslContext)
-
-
-
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)
-
-