public class CredentialPath
extends java.lang.Object
| Constructor and Description |
|---|
CredentialPath(java.lang.String path)
Create a
CredentialPath from the provided parameters. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getPath()
Get the path to the credential.
|
int |
hashCode() |
java.lang.String |
toString() |
public CredentialPath(java.lang.String path)
CredentialPath from the provided parameters. Intended for
internal use. Clients will get CredentialPath objects populated from
CredHub responses.path - the name of the credentialpublic java.lang.String getPath()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object