Package org.apereo.cas.config
Class WebAuthnConfiguration.WebAuthnRepositoryConfiguration.WebAuthnControllerConfiguration
java.lang.Object
org.apereo.cas.config.WebAuthnConfiguration.WebAuthnRepositoryConfiguration.WebAuthnControllerConfiguration
- Enclosing class:
- WebAuthnConfiguration.WebAuthnRepositoryConfiguration
@Configuration(value="WebAuthnControllerConfiguration",
proxyBeanMethods=false)
@EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class)
public static class WebAuthnConfiguration.WebAuthnRepositoryConfiguration.WebAuthnControllerConfiguration
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apereo.cas.webauthn.web.WebAuthnControllerwebAuthnController(com.yubico.core.WebAuthnServer webAuthnServer) org.apereo.cas.webauthn.web.WebAuthnRegisteredDevicesEndpointwebAuthnRegisteredDevicesEndpoint(org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.springframework.beans.factory.ObjectProvider<org.apereo.cas.webauthn.storage.WebAuthnCredentialRepository> webAuthnCredentialRepository)
-
Constructor Details
-
WebAuthnControllerConfiguration
public WebAuthnControllerConfiguration()
-
-
Method Details
-
webAuthnRegisteredDevicesEndpoint
@Bean @ConditionalOnAvailableEndpoint @RefreshScope(proxyMode=DEFAULT) public org.apereo.cas.webauthn.web.WebAuthnRegisteredDevicesEndpoint webAuthnRegisteredDevicesEndpoint(org.apereo.cas.configuration.CasConfigurationProperties casProperties, @Qualifier("webAuthnCredentialRepository") org.springframework.beans.factory.ObjectProvider<org.apereo.cas.webauthn.storage.WebAuthnCredentialRepository> webAuthnCredentialRepository) -
webAuthnController
@ConditionalOnMissingBean(name="webAuthnController") @Bean @RefreshScope(proxyMode=DEFAULT) public org.apereo.cas.webauthn.web.WebAuthnController webAuthnController(@Qualifier("webAuthnServer") com.yubico.core.WebAuthnServer webAuthnServer)
-