Spring / Spring CredHub Interview questions
What is a password credential in Spring CredHub?
A password credential is a CredHub credential type that stores a single string value intended to be used as a password, modeled in Spring CredHub by the PasswordCredential class.
It can be written directly with a caller-supplied string via PasswordCredentialRequest, or generated by CredHub itself by supplying PasswordParameters — length, whether to include special characters, and so on — through a generate request.
Because generated passwords are the common case, they're also the credential type most often paired with regenerate(), which asks CredHub to produce a fresh value using the same generation parameters that were used the first time.
More Related questions...