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