Class DynamoDbWebAuthnConfiguration


  • @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class)
    @Configuration(value="DynamoDbWebAuthnConfiguration",
                   proxyBeanMethods=false)
    public class DynamoDbWebAuthnConfiguration
    extends java.lang.Object
    Since:
    6.3.0
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      software.amazon.awssdk.services.dynamodb.DynamoDbClient amazonDynamoDbWebAuthnClient​(org.apereo.cas.configuration.CasConfigurationProperties casProperties)  
      DynamoDbWebAuthnFacilitator dynamoDbWebAuthnFacilitator​(org.apereo.cas.configuration.CasConfigurationProperties casProperties, software.amazon.awssdk.services.dynamodb.DynamoDbClient amazonDynamoDbWebAuthnClient)  
      org.apereo.cas.webauthn.storage.WebAuthnCredentialRepository webAuthnCredentialRepository​(org.apereo.cas.configuration.CasConfigurationProperties casProperties, DynamoDbWebAuthnFacilitator dynamoDbWebAuthnFacilitator, org.apereo.cas.util.crypto.CipherExecutor webAuthnCredentialRegistrationCipherExecutor)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DynamoDbWebAuthnConfiguration

        public DynamoDbWebAuthnConfiguration()
    • Method Detail

      • amazonDynamoDbWebAuthnClient

        @RefreshScope(proxyMode=DEFAULT)
        @Bean
        @ConditionalOnMissingBean(name="amazonDynamoDbWebAuthnClient")
        public software.amazon.awssdk.services.dynamodb.DynamoDbClient amazonDynamoDbWebAuthnClient​(org.apereo.cas.configuration.CasConfigurationProperties casProperties)
      • dynamoDbWebAuthnFacilitator

        @RefreshScope(proxyMode=DEFAULT)
        @Bean
        @ConditionalOnMissingBean(name="dynamoDbWebAuthnFacilitator")
        public DynamoDbWebAuthnFacilitator dynamoDbWebAuthnFacilitator​(org.apereo.cas.configuration.CasConfigurationProperties casProperties,
                                                                       @Qualifier("amazonDynamoDbWebAuthnClient")
                                                                       software.amazon.awssdk.services.dynamodb.DynamoDbClient amazonDynamoDbWebAuthnClient)
      • webAuthnCredentialRepository

        @RefreshScope(proxyMode=DEFAULT)
        @Bean
        public org.apereo.cas.webauthn.storage.WebAuthnCredentialRepository webAuthnCredentialRepository​(org.apereo.cas.configuration.CasConfigurationProperties casProperties,
                                                                                                         @Qualifier("dynamoDbWebAuthnFacilitator")
                                                                                                         DynamoDbWebAuthnFacilitator dynamoDbWebAuthnFacilitator,
                                                                                                         @Qualifier("webAuthnCredentialRegistrationCipherExecutor")
                                                                                                         org.apereo.cas.util.crypto.CipherExecutor webAuthnCredentialRegistrationCipherExecutor)