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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apereo.cas.webauthn.storage.WebAuthnCredentialRepository
    webAuthnCredentialRepository(org.springframework.transaction.support.TransactionOperations webAuthnTransactionTemplate, org.apereo.cas.util.crypto.CipherExecutor webAuthnCredentialRegistrationCipherExecutor, org.apereo.cas.configuration.CasConfigurationProperties casProperties)
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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)