Interface SecretAccessor.SecretMutator

All Known Subinterfaces:
CredentialsAccessor.CredentialsMutator, CredentialsAccessor.CredentialsProperty, SecretAccessor.SecretProperty
Enclosing interface:
SecretAccessor

public static interface SecretAccessor.SecretMutator
Provides a mutator for a secret property.
  • Method Summary

    Modifier and Type Method Description
    void setSecret​(String aSecret)
    Sets the password (hash) for the secret property.
  • Method Details

    • setSecret

      void setSecret​(String aSecret)
      Sets the password (hash) for the secret property.
      Parameters:
      aSecret - The password (hash) to be stored by the name secret.