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
ConstructorDescriptionCreate aCredentialDetailsData
.CredentialDetailsData
(CredentialDetails<T>... data) Create aCredentialDetailsData
from the provided parameters. -
Method Summary
Modifier and TypeMethodDescriptionboolean
getData()
Get the collection ofCredentialDetails
.int
hashCode()
toString()
-
Constructor Details
-
CredentialDetailsData
public CredentialDetailsData()Create aCredentialDetailsData
. -
CredentialDetailsData
Create aCredentialDetailsData
from the provided parameters. Intended for internal use. Clients will getCredentialDetailsData
objects 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
-