Class ValueCredential

java.lang.Object
org.springframework.credhub.support.StringCredential
org.springframework.credhub.support.value.ValueCredential

public class ValueCredential extends StringCredential
A password credential consists of a single string value.
Author:
Scott Frederick
  • Constructor Details

    • ValueCredential

      public ValueCredential(String value)
      Create a ValueCredential containing the specified string value.
      Parameters:
      value - the value
  • Method Details

    • getValue

      public String getValue()
      Get the credential value.
      Returns:
      the credential value