Package org.gcube.documentstore.security.credentials


package org.gcube.documentstore.security.credentials
  • Class
    Description
    The ClientIdCredentials class implements the DocumentStoreCredential interface and provides methods to handle client ID and secret credentials for accessing a document store.
    The DocumentStoreCredential interface extends the Credentials interface and provides methods to retrieve contexts and secrets associated with those contexts.
    The UserCredentials class implements the Credentials interface and represents user credentials with a username and password.