Package org.apereo.cas.config
Class DynamoDbWebAuthnConfiguration
- java.lang.Object
-
- org.apereo.cas.config.DynamoDbWebAuthnConfiguration
-
@Configuration("DynamoDbWebAuthnConfiguration") @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class) public class DynamoDbWebAuthnConfiguration extends java.lang.ObjectThis isDynamoDbWebAuthnConfiguration.- Since:
- 6.3.0
-
-
Constructor Summary
Constructors Constructor Description DynamoDbWebAuthnConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description software.amazon.awssdk.services.dynamodb.DynamoDbClientamazonDynamoDbWebAuthnClient()DynamoDbWebAuthnFacilitatordynamoDbWebAuthnFacilitator()org.apereo.cas.webauthn.storage.WebAuthnCredentialRepositorywebAuthnCredentialRepository()
-
-
-
Method Detail
-
amazonDynamoDbWebAuthnClient
@RefreshScope @Bean @ConditionalOnMissingBean(name="amazonDynamoDbWebAuthnClient") public software.amazon.awssdk.services.dynamodb.DynamoDbClient amazonDynamoDbWebAuthnClient()
-
dynamoDbWebAuthnFacilitator
@RefreshScope @Bean @ConditionalOnMissingBean(name="dynamoDbWebAuthnFacilitator") public DynamoDbWebAuthnFacilitator dynamoDbWebAuthnFacilitator()
-
webAuthnCredentialRepository
@RefreshScope @Bean public org.apereo.cas.webauthn.storage.WebAuthnCredentialRepository webAuthnCredentialRepository()
-
-