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
FieldsModifier and TypeFieldDescriptionprotected final @Nullable CredentialNameThe name of the credential.protected final @Nullable DateThe date the credential version was created. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
name
The name of the credential. -
versionCreatedAt
The date the credential version was created.
-
-
Constructor Details
-
CredentialSummary
Create aCredentialSummaryfrom the provided parameters. Intended for internal use. Clients will getCredentialSummaryobjects populated from CredHub responses.- Parameters:
name- the name of the credential
-
-
Method Details