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 Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apereo.cas.webauthn.storage.WebAuthnCredentialRepositorywebAuthnCredentialRepository(org.springframework.transaction.support.TransactionOperations webAuthnTransactionTemplate, org.apereo.cas.util.crypto.CipherExecutor webAuthnCredentialRegistrationCipherExecutor, org.apereo.cas.configuration.CasConfigurationProperties casProperties)
-
Constructor Details
-
JpaWebAuthnRepositoryConfiguration
public JpaWebAuthnRepositoryConfiguration()
-
-
Method Details
-
webAuthnCredentialRepository
@RefreshScope(proxyMode=DEFAULT) @Bean public org.apereo.cas.webauthn.storage.WebAuthnCredentialRepository webAuthnCredentialRepository(@Qualifier("webAuthnTransactionTemplate") org.springframework.transaction.support.TransactionOperations webAuthnTransactionTemplate, @Qualifier("webAuthnCredentialRegistrationCipherExecutor") org.apereo.cas.util.crypto.CipherExecutor webAuthnCredentialRegistrationCipherExecutor, org.apereo.cas.configuration.CasConfigurationProperties casProperties)
-