Class 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apereo.cas.webauthn.storage.WebAuthnCredentialRepository webAuthnCredentialRepository​(org.apereo.cas.util.crypto.CipherExecutor webAuthnCredentialRegistrationCipherExecutor, org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.springframework.transaction.PlatformTransactionManager transactionManager)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JpaWebAuthnRepositoryConfiguration

        public JpaWebAuthnRepositoryConfiguration()
    • 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)