Package org.apereo.cas.config
Class RestfulWebAuthnConfiguration
java.lang.Object
org.apereo.cas.config.RestfulWebAuthnConfiguration
@EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class)
@ConditionalOnFeatureEnabled(feature=WebAuthn)
@AutoConfiguration
public class RestfulWebAuthnConfiguration
extends Object
This is
RestfulWebAuthnConfiguration.- Since:
- 6.4.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apereo.cas.webauthn.storage.WebAuthnCredentialRepositorywebAuthnCredentialRepository(org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.apereo.cas.util.crypto.CipherExecutor<String, String> webAuthnCredentialRegistrationCipherExecutor)
-
Constructor Details
-
RestfulWebAuthnConfiguration
public RestfulWebAuthnConfiguration()
-
-
Method Details
-
webAuthnCredentialRepository
@RefreshScope(proxyMode=DEFAULT) @Bean public org.apereo.cas.webauthn.storage.WebAuthnCredentialRepository webAuthnCredentialRepository(org.apereo.cas.configuration.CasConfigurationProperties casProperties, @Qualifier("webAuthnCredentialRegistrationCipherExecutor") org.apereo.cas.util.crypto.CipherExecutor<String, String> webAuthnCredentialRegistrationCipherExecutor)
-