Package org.apereo.cas.config
Class JpaWebAuthnConfiguration.JpaWebAuthnRepositoryConfiguration
- java.lang.Object
-
- org.apereo.cas.config.JpaWebAuthnConfiguration.JpaWebAuthnRepositoryConfiguration
-
- Enclosing class:
- JpaWebAuthnConfiguration
@Configuration(value="JpaWebAuthnRepositoryConfiguration", proxyBeanMethods=false) @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class) public static class JpaWebAuthnConfiguration.JpaWebAuthnRepositoryConfiguration extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description JpaWebAuthnRepositoryConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apereo.cas.webauthn.storage.WebAuthnCredentialRepositorywebAuthnCredentialRepository(org.apereo.cas.util.crypto.CipherExecutor webAuthnCredentialRegistrationCipherExecutor, org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.springframework.transaction.PlatformTransactionManager transactionManager)
-
-
-
Method Detail
-
webAuthnCredentialRepository
@RefreshScope(proxyMode=DEFAULT) @Bean public org.apereo.cas.webauthn.storage.WebAuthnCredentialRepository webAuthnCredentialRepository(@Qualifier("webAuthnCredentialRegistrationCipherExecutor") org.apereo.cas.util.crypto.CipherExecutor webAuthnCredentialRegistrationCipherExecutor, org.apereo.cas.configuration.CasConfigurationProperties casProperties, @Qualifier("transactionManagerWebAuthn") org.springframework.transaction.PlatformTransactionManager transactionManager)
-
-