Class WebAuthnDynamoDbMultifactorProperties

All Implemented Interfaces:
Serializable, CasFeatureModule

@RequiresModule(name="cas-server-support-webauthn-dynamodb") public class WebAuthnDynamoDbMultifactorProperties extends AbstractDynamoDbProperties
Since:
6.3.0
See Also:
  • Constructor Details

    • WebAuthnDynamoDbMultifactorProperties

      public WebAuthnDynamoDbMultifactorProperties()
  • Method Details

    • getTableName

      public String getTableName()
      The table name used and created by CAS to hold records in DynamoDb.
    • setTableName

      public WebAuthnDynamoDbMultifactorProperties setTableName(String tableName)
      The table name used and created by CAS to hold records in DynamoDb.
      Returns:
      this.