Class WebAuthnConfiguration.WebAuthnAuthenticationPlanConfiguration

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

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apereo.cas.authentication.AuthenticationEventExecutionPlanConfigurer
    webAuthnAuthenticationEventExecutionPlanConfigurer(org.springframework.context.ConfigurableApplicationContext applicationContext, org.apereo.cas.authentication.AuthenticationMetaDataPopulator webAuthnMultifactorProviderAuthenticationMetadataPopulator, org.apereo.cas.authentication.AuthenticationHandler webAuthnAuthenticationHandler, org.apereo.cas.authentication.AuthenticationMetaDataPopulator webAuthnAuthenticationMetaDataPopulator)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • WebAuthnAuthenticationPlanConfiguration

      public WebAuthnAuthenticationPlanConfiguration()
  • Method Details

    • webAuthnAuthenticationEventExecutionPlanConfigurer

      @ConditionalOnMissingBean(name="webAuthnAuthenticationEventExecutionPlanConfigurer") @Bean @RefreshScope(proxyMode=DEFAULT) public org.apereo.cas.authentication.AuthenticationEventExecutionPlanConfigurer webAuthnAuthenticationEventExecutionPlanConfigurer(org.springframework.context.ConfigurableApplicationContext applicationContext, @Qualifier("webAuthnMultifactorProviderAuthenticationMetadataPopulator") org.apereo.cas.authentication.AuthenticationMetaDataPopulator webAuthnMultifactorProviderAuthenticationMetadataPopulator, @Qualifier("webAuthnAuthenticationHandler") org.apereo.cas.authentication.AuthenticationHandler webAuthnAuthenticationHandler, @Qualifier("webAuthnAuthenticationMetaDataPopulator") org.apereo.cas.authentication.AuthenticationMetaDataPopulator webAuthnAuthenticationMetaDataPopulator) throws Exception
      Throws:
      Exception