Class DynamoDbWebAuthnConfiguration


  • @Configuration("DynamoDbWebAuthnConfiguration")
    @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class)
    public class DynamoDbWebAuthnConfiguration
    extends java.lang.Object
    Since:
    6.3.0
    • Constructor Detail

      • DynamoDbWebAuthnConfiguration

        public DynamoDbWebAuthnConfiguration()
    • 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()