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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apereo.cas.authentication.AuthenticationMetaDataPopulator
    webAuthnAuthenticationMetaDataPopulator(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.AuthenticationMetaDataPopulator
    webAuthnMultifactorProviderAuthenticationMetadataPopulator(org.apereo.cas.services.ServicesManager servicesManager, org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.springframework.beans.factory.ObjectProvider<org.apereo.cas.authentication.MultifactorAuthenticationProvider> multifactorAuthenticationProvider)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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