Class RestfulWebAuthnConfiguration

java.lang.Object
org.apereo.cas.config.RestfulWebAuthnConfiguration

@EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class) @ConditionalOnFeatureEnabled(feature=WebAuthn) @AutoConfiguration public class RestfulWebAuthnConfiguration extends Object
Since:
6.4.0
  • Constructor Details

    • RestfulWebAuthnConfiguration

      public RestfulWebAuthnConfiguration()
  • Method Details

    • webAuthnCredentialRepository

      @RefreshScope(proxyMode=DEFAULT) @Bean public org.apereo.cas.webauthn.storage.WebAuthnCredentialRepository webAuthnCredentialRepository(org.apereo.cas.configuration.CasConfigurationProperties casProperties, @Qualifier("webAuthnCredentialRegistrationCipherExecutor") org.apereo.cas.util.crypto.CipherExecutor<String,String> webAuthnCredentialRegistrationCipherExecutor)