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 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)