Class WebAuthnConfiguration.WebAuthnRepositoryConfiguration

java.lang.Object
org.apereo.cas.config.WebAuthnConfiguration.WebAuthnRepositoryConfiguration
Enclosing class:
WebAuthnConfiguration

@Configuration(value="WebAuthnRepositoryConfiguration", proxyBeanMethods=false) @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class) public static class WebAuthnConfiguration.WebAuthnRepositoryConfiguration extends Object
  • Constructor Details

    • WebAuthnRepositoryConfiguration

      public WebAuthnRepositoryConfiguration()
  • Method Details

    • webAuthnCredentialRepository

      @ConditionalOnMissingBean(name="webAuthnCredentialRepository") @Bean @RefreshScope(proxyMode=DEFAULT) public org.apereo.cas.webauthn.storage.WebAuthnCredentialRepository webAuthnCredentialRepository(org.springframework.context.ConfigurableApplicationContext applicationContext, org.apereo.cas.configuration.CasConfigurationProperties casProperties, @Qualifier("webAuthnCredentialRegistrationCipherExecutor") org.apereo.cas.util.crypto.CipherExecutor webAuthnCredentialRegistrationCipherExecutor) throws Exception
      Throws:
      Exception