Class MongoDbGoogleAuthenticatorMultifactorProperties

All Implemented Interfaces:
Serializable, CasFeatureModule

@RequiresModule(name="cas-server-support-gauth-mongo") public class MongoDbGoogleAuthenticatorMultifactorProperties extends SingleCollectionMongoDbProperties
Since:
5.2.0
See Also:
  • Constructor Details

    • MongoDbGoogleAuthenticatorMultifactorProperties

      public MongoDbGoogleAuthenticatorMultifactorProperties()
  • Method Details

    • getTokenCollection

      public String getTokenCollection()
      Collection name where tokens are kept to prevent replay attacks.
    • setTokenCollection

      public MongoDbGoogleAuthenticatorMultifactorProperties setTokenCollection(String tokenCollection)
      Collection name where tokens are kept to prevent replay attacks.
      Returns:
      this.