Class WebAuthnConfiguration.WebAuthnRepositoryConfiguration.WebAuthnCryptoConfiguration

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

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

    • WebAuthnCryptoConfiguration

      public WebAuthnCryptoConfiguration()
  • Method Details

    • webAuthnCredentialRegistrationCipherExecutor

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