Class LibSecretBackedCredentialStore

    • Constructor Detail

      • LibSecretBackedCredentialStore

        public LibSecretBackedCredentialStore()
    • Method Detail

      • add

        public boolean add​(String key,
                           StoredCredential secret)
        Description copied from interface: SecretStore
        Save the secret identified by the key to this store. Replace existing secret if it exists.
        Parameters:
        key - for which a secret is associated with
        secret - secret to be stored
        Returns:
        true if secret is added successfully false otherwise