Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
Update auth store comment
Browse files Browse the repository at this point in the history
Signed-off-by: Eamonn Mansour <47121388+eamansour@users.noreply.github.com>
  • Loading branch information
eamansour committed May 22, 2024
1 parent da44928 commit 78b811c
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
import dev.galasa.framework.spi.auth.AuthStoreException;

/**
* When CouchDB is being used to store user-related information, including authentication
* tokens, this class is called upon to implement the auth store. This class registers the
* auth store as the only auth store in the framework, and is only used when Galasa is
* running in an ecosystem.
*
* This implementation of the auth store interface gets all of its data from a CouchDB
* server.
* When CouchDB is being used to store user-related information, including information
* about authentication tokens (but not the tokens themselves), this class is called
* upon to implement the auth store.
*
* This class registers the auth store as the only auth store in the framework, and is
* only used when Galasa is running in an ecosystem. It gets all of its data from a
* CouchDB server.
*/
public class CouchdbAuthStore extends CouchdbStore implements IAuthStore {

Expand Down

0 comments on commit 78b811c

Please sign in to comment.