Class DynamoDbGoogleAuthenticatorMultifactorProperties

All Implemented Interfaces:
Serializable, CasFeatureModule

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

    • DynamoDbGoogleAuthenticatorMultifactorProperties

      public DynamoDbGoogleAuthenticatorMultifactorProperties()
  • Method Details

    • getTableName

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

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

      The table name used and created by CAS to hold accounts in DynamoDb.
      Returns:
      this.
    • setTokenTableName

      public DynamoDbGoogleAuthenticatorMultifactorProperties setTokenTableName(String tokenTableName)
      The table name used and created by CAS to hold tokens in DynamoDb.
      Returns:
      this.