Class DynamoDbConsentProperties

All Implemented Interfaces:
Serializable, CasFeatureModule

@RequiresModule(name="cas-server-support-consent-dynamodb") public class DynamoDbConsentProperties extends AbstractDynamoDbProperties
Since:
6.5.0
See Also:
  • Constructor Details

    • DynamoDbConsentProperties

      public DynamoDbConsentProperties()
  • Method Details

    • getTableName

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

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