Class CredentialSummaryData
java.lang.Object
org.springframework.credhub.support.CredentialSummaryData
A collection of
CredentialSummary
s. Clients don't typically instantiate objects
of this type, but will receive them in response to write and retrieve requests.- Author:
- Scott Frederick
-
Constructor Summary
ConstructorDescriptionCredentialSummaryData
(CredentialSummary... credentials) Create aCredentialSummaryData
from the provided parameters. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Get the collection ofCredentialSummary
s.int
hashCode()
toString()
-
Constructor Details
-
CredentialSummaryData
Create aCredentialSummaryData
from the provided parameters. Intended for internal use. Clients will getCredentialSummaryData
objects populated from CredHub responses.- Parameters:
credentials
- a collection ofCredentialSummary
s
-
-
Method Details
-
getCredentials
Get the collection ofCredentialSummary
s.- Returns:
- the collection of
CredentialSummary
s
-
equals
-
hashCode
public int hashCode() -
toString
-