Class WebAuthnConfiguration.WebAuthnMetadataServiceConfiguration

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

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

    • WebAuthnMetadataServiceConfiguration

      public WebAuthnMetadataServiceConfiguration()
  • Method Details

    • webAuthnMetadataService

      @Bean @ConditionalOnMissingBean(name="webAuthnMetadataService") @RefreshScope(proxyMode=DEFAULT) public com.yubico.webauthn.attestation.AttestationMetadataSource webAuthnMetadataService(org.springframework.context.ConfigurableApplicationContext applicationContext, org.apereo.cas.configuration.CasConfigurationProperties casProperties)