Package org.apereo.cas.config
Class WebAuthnConfiguration.WebAuthnMetadataConfiguration
java.lang.Object
org.apereo.cas.config.WebAuthnConfiguration.WebAuthnMetadataConfiguration
- Enclosing class:
- WebAuthnConfiguration
@Configuration(value="WebAuthnMetadataConfiguration",
proxyBeanMethods=false)
@EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class)
public static class WebAuthnConfiguration.WebAuthnMetadataConfiguration
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apereo.cas.authentication.AuthenticationMetaDataPopulatorwebAuthnAuthenticationMetaDataPopulator(org.springframework.context.ConfigurableApplicationContext applicationContext, org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.apereo.cas.authentication.AuthenticationHandler webAuthnAuthenticationHandler, org.apereo.cas.authentication.MultifactorAuthenticationProvider webAuthnMultifactorAuthenticationProvider) org.apereo.cas.authentication.AuthenticationMetaDataPopulatorwebAuthnMultifactorProviderAuthenticationMetadataPopulator(org.apereo.cas.services.ServicesManager servicesManager, org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.springframework.beans.factory.ObjectProvider<org.apereo.cas.authentication.MultifactorAuthenticationProvider> multifactorAuthenticationProvider)
-
Constructor Details
-
WebAuthnMetadataConfiguration
public WebAuthnMetadataConfiguration()
-
-
Method Details
-
webAuthnMultifactorProviderAuthenticationMetadataPopulator
@Bean @RefreshScope(proxyMode=DEFAULT) @ConditionalOnMissingBean(name="webAuthnMultifactorProviderAuthenticationMetadataPopulator") public org.apereo.cas.authentication.AuthenticationMetaDataPopulator webAuthnMultifactorProviderAuthenticationMetadataPopulator(@Qualifier("servicesManager") org.apereo.cas.services.ServicesManager servicesManager, org.apereo.cas.configuration.CasConfigurationProperties casProperties, @Qualifier("webAuthnMultifactorAuthenticationProvider") org.springframework.beans.factory.ObjectProvider<org.apereo.cas.authentication.MultifactorAuthenticationProvider> multifactorAuthenticationProvider) -
webAuthnAuthenticationMetaDataPopulator
@Bean @RefreshScope(proxyMode=DEFAULT) @ConditionalOnMissingBean(name="webAuthnAuthenticationMetaDataPopulator") public org.apereo.cas.authentication.AuthenticationMetaDataPopulator webAuthnAuthenticationMetaDataPopulator(org.springframework.context.ConfigurableApplicationContext applicationContext, org.apereo.cas.configuration.CasConfigurationProperties casProperties, @Qualifier("webAuthnAuthenticationHandler") org.apereo.cas.authentication.AuthenticationHandler webAuthnAuthenticationHandler, @Qualifier("webAuthnMultifactorAuthenticationProvider") org.apereo.cas.authentication.MultifactorAuthenticationProvider webAuthnMultifactorAuthenticationProvider) throws Exception - Throws:
Exception
-