See: Description
Class | Description |
---|---|
ClientOptions |
Client options for CredHub connectivity.
|
CredentialDetails<T> |
The details of a credential that has been written to CredHub.
|
CredentialDetailsData<T> |
A collection of
CredentialDetails . |
CredentialName |
The client-provided name of a credential stored in CredHub.
|
CredentialPath |
The path to a credential that has been written to CredHub.
|
CredentialPathData |
A collection of
CredentialPath s. |
CredentialPermission |
A
Permission associated with a credential. |
CredentialPermissions |
A collection of
Permission s associated with a credential. |
CredentialRequest<T> |
The details of a request to write a new or update an existing credential in CredHub.
|
CredentialSummary |
A summary of a credential that has been written to CredHub.
|
CredentialSummaryData |
A collection of
CredentialSummary s. |
CredHubRequest<T> |
Fields common to all types of CredHub requests.
|
CredHubRequest.CredHubRequestBuilder<T,R extends CredHubRequest<T>,B extends CredHubRequest.CredHubRequestBuilder<T,R,B>> |
A builder that provides a fluent API for constructing
CredHubRequest s. |
KeyPairCredential |
Base class for credentials types that contain a public/private key pair.
|
KeyParameters |
Base class for parameter types that contain specifications for key generation.
|
ParametersRequest<T> |
The details of a request to generate a credential in CredHub.
|
ServiceInstanceCredentialName |
The client-provided name of a credential that stores service instance binding
credentials.
|
ServiceInstanceCredentialName.ServiceInstanceCredentialNameBuilder |
A builder that provides a fluent API for constructing
ServiceInstanceCredentialName instances. |
ServicesData |
Service data parsed from the VCAP_SERVICES environment variable provided to
applications running on Cloud Foundry.
|
SimpleCredentialName |
The client-provided name of a credential.
|
StringCredential |
A base type for a credential that contains a single string value.
|
Enum | Description |
---|---|
CredentialType |
The types of credentials that can be written to CredHub.
|
KeyLength | |
WriteMode |
The acceptable values for the
mode parameter on a set or generate request,
indicating the action CredHub should take when the credential being set or generated
already exists. |