Class CredentialDetailsData<T>
java.lang.Object
org.springframework.credhub.support.CredentialDetailsData<T>
- Type Parameters:
T- the type of CredHub credential
A collection of
CredentialDetails. 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
ConstructorsConstructorDescriptionCreate aCredentialDetailsData.CredentialDetailsData(CredentialDetails<T>... data) Create aCredentialDetailsDatafrom the provided parameters. -
Method Summary
Modifier and TypeMethodDescriptionbooleangetData()Get the collection ofCredentialDetails.inthashCode()toString()
-
Constructor Details
-
CredentialDetailsData
public CredentialDetailsData()Create aCredentialDetailsData. -
CredentialDetailsData
Create aCredentialDetailsDatafrom the provided parameters. Intended for internal use. Clients will getCredentialDetailsDataobjects populated from CredHub responses.- Parameters:
data- a collection ofCredentialDetails
-
-
Method Details
-
getData
Get the collection ofCredentialDetails.- Returns:
- the collection of
CredentialDetails
-
equals
-
hashCode
public int hashCode() -
toString
-