@Configuration(value="googleAuthentiacatorMongoDbConfiguration")
@EnableConfigurationProperties(value=org.apereo.cas.configuration.CasConfigurationProperties.class)
@EnableTransactionManagement(proxyTargetClass=true)
public class GoogleAuthentiacatorMongoDbConfiguration
extends java.lang.Object
| Constructor and Description |
|---|
GoogleAuthentiacatorMongoDbConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
com.warrenstrange.googleauth.ICredentialRepository |
googleAuthenticatorAccountRegistry() |
org.springframework.data.mongodb.MongoDbFactory |
mongoDbGoogleAuthenticatorFactory() |
org.springframework.data.mongodb.core.MongoTemplate |
mongoDbGoogleAuthenticatorTemplate() |
org.springframework.dao.annotation.PersistenceExceptionTranslationPostProcessor |
persistenceExceptionTranslationPostProcessor() |
public GoogleAuthentiacatorMongoDbConfiguration()
@RefreshScope @Bean public org.springframework.dao.annotation.PersistenceExceptionTranslationPostProcessor persistenceExceptionTranslationPostProcessor()
@RefreshScope @Bean public org.springframework.data.mongodb.core.MongoTemplate mongoDbGoogleAuthenticatorTemplate()
@RefreshScope @Bean public org.springframework.data.mongodb.MongoDbFactory mongoDbGoogleAuthenticatorFactory()
@Bean public com.warrenstrange.googleauth.ICredentialRepository googleAuthenticatorAccountRegistry()