Class WebAuthnConfiguration.WebAuthnServerConfiguration

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

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.yubico.core.WebAuthnServer
    webAuthnServer(org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.apereo.cas.webauthn.storage.WebAuthnCredentialRepository webAuthnCredentialRepository, com.yubico.webauthn.attestation.AttestationTrustSource webAuthnMetadataService, com.yubico.core.SessionManager webAuthnSessionManager)
     

    Methods inherited from class java.lang.Object

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

    • WebAuthnServerConfiguration

      public WebAuthnServerConfiguration()
  • Method Details

    • webAuthnServer

      @Bean @ConditionalOnMissingBean(name="webAuthnServer") @RefreshScope(proxyMode=DEFAULT) public com.yubico.core.WebAuthnServer webAuthnServer(org.apereo.cas.configuration.CasConfigurationProperties casProperties, @Qualifier("webAuthnCredentialRepository") org.apereo.cas.webauthn.storage.WebAuthnCredentialRepository webAuthnCredentialRepository, @Qualifier("webAuthnMetadataService") com.yubico.webauthn.attestation.AttestationTrustSource webAuthnMetadataService, @Qualifier("webAuthnSessionManager") com.yubico.core.SessionManager webAuthnSessionManager) throws Exception
      Throws:
      Exception