Package org.apereo.cas.config
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.yubico.webauthn.attestation.AttestationMetadataSourcewebAuthnMetadataService(org.springframework.context.ConfigurableApplicationContext applicationContext, org.apereo.cas.configuration.CasConfigurationProperties casProperties)
-
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)
-