public class CredentialPathData extends Object
CredentialPath
s. Clients don't typically instantiate objects of
this type, but will receive them in response to requests.Constructor and Description |
---|
CredentialPathData(CredentialPath... paths)
Create a
CredentialPathData from the provided parameters. |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
List<CredentialPath> |
getPaths()
Get the collection of
CredentialPath s. |
int |
hashCode() |
String |
toString() |
public CredentialPathData(CredentialPath... paths)
CredentialPathData
from the provided parameters. Intended for
internal use. Clients will get CredentialPathData
objects populated from
CredHub responses.paths
- a collection of CredentialPath
spublic List<CredentialPath> getPaths()
CredentialPath
s.CredentialPath
s