Package org.apereo.cas.config
Class YubiKeyConfiguration
- java.lang.Object
-
- org.apereo.cas.config.YubiKeyConfiguration
-
@Configuration(value="yubikeyConfiguration", proxyBeanMethods=false) @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class) public class YubiKeyConfiguration extends java.lang.ObjectThis isYubiKeyConfiguration.- Since:
- 5.0.0
-
-
Constructor Summary
Constructors Constructor Description YubiKeyConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.transaction.PlatformTransactionManagertransactionManagerYubiKey()org.apereo.cas.util.crypto.CipherExecutoryubikeyAccountCipherExecutor()
-
-
-
Method Detail
-
transactionManagerYubiKey
@Autowired @Bean @ConditionalOnMissingBean(name="transactionManagerYubiKey") public org.springframework.transaction.PlatformTransactionManager transactionManagerYubiKey()
-
yubikeyAccountCipherExecutor
@Bean @RefreshScope @ConditionalOnMissingBean(name="yubikeyAccountCipherExecutor") public org.apereo.cas.util.crypto.CipherExecutor yubikeyAccountCipherExecutor()
-
-