Interface SecretAccessor

All Known Subinterfaces:
CredentialsAccessor, CredentialsAccessor.CredentialsProperty, SecretAccessor.SecretProperty

public interface SecretAccessor
Provides an accessor for a secret property.
  • Method Details

    • getSecret

      String getSecret()
      Retrieves the password (hash) from the secret property.
      Returns:
      The password (hash) stored by the secret property.