Class CredentialSummary
java.lang.Object
org.springframework.credhub.support.CredentialSummary
- Direct Known Subclasses:
CredentialDetails
A summary of a credential that has been written to CredHub. Clients don't typically
instantiate objects of this type, but will receive them in response to write and
retrieve requests. The name field can be used in subsequent requests.
- Author:
- Scott Frederick
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
name
-
versionCreatedAt
-
-
Constructor Details
-
CredentialSummary
Create aCredentialSummary
from the provided parameters. Intended for internal use. Clients will getCredentialSummary
objects populated from CredHub responses.- Parameters:
name
- the name of the credential
-
-
Method Details