Class GoogleCloudFirestoreServiceRegistryProperties

java.lang.Object
org.apereo.cas.configuration.model.support.gcp.GoogleCloudFirestoreServiceRegistryProperties
All Implemented Interfaces:
Serializable

@RequiresModule(name="cas-server-support-gcp-firestore-service-registry") public class GoogleCloudFirestoreServiceRegistryProperties extends Object implements Serializable
Since:
7.0.0
See Also:
  • Constructor Details

    • GoogleCloudFirestoreServiceRegistryProperties

      public GoogleCloudFirestoreServiceRegistryProperties()
  • Method Details

    • getCollection

      public String getCollection()
      Database collection name to store and fetch registered service definitions.
    • setCollection

      public GoogleCloudFirestoreServiceRegistryProperties setCollection(String collection)
      Database collection name to store and fetch registered service definitions.
      Returns:
      this.