Package org.apereo.cas.config
Class WebAuthnConfiguration.WebAuthnRepositoryConfiguration
java.lang.Object
org.apereo.cas.config.WebAuthnConfiguration.WebAuthnRepositoryConfiguration
- Enclosing class:
- WebAuthnConfiguration
@Configuration(value="WebAuthnRepositoryConfiguration",
proxyBeanMethods=false)
@EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class)
public static class WebAuthnConfiguration.WebAuthnRepositoryConfiguration
extends Object
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apereo.cas.webauthn.storage.WebAuthnCredentialRepositorywebAuthnCredentialRepository(org.springframework.context.ConfigurableApplicationContext applicationContext, org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.apereo.cas.util.crypto.CipherExecutor webAuthnCredentialRegistrationCipherExecutor)
-
Constructor Details
-
WebAuthnRepositoryConfiguration
public WebAuthnRepositoryConfiguration()
-
-
Method Details
-
webAuthnCredentialRepository
@ConditionalOnMissingBean(name="webAuthnCredentialRepository") @Bean @RefreshScope(proxyMode=DEFAULT) public org.apereo.cas.webauthn.storage.WebAuthnCredentialRepository webAuthnCredentialRepository(org.springframework.context.ConfigurableApplicationContext applicationContext, org.apereo.cas.configuration.CasConfigurationProperties casProperties, @Qualifier("webAuthnCredentialRegistrationCipherExecutor") org.apereo.cas.util.crypto.CipherExecutor webAuthnCredentialRegistrationCipherExecutor) throws Exception - Throws:
Exception
-