Package org.springframework.credhub.support
package org.springframework.credhub.support
Java representations of CredHub requests and responses.
-
ClassDescriptionClient options for CredHub connectivity.The details of a credential that has been written to CredHub.A collection of
CredentialDetails
.The client-provided name of a credential stored in CredHub.APermission
associated with a credential.A collection ofPermission
s associated with a credential.The details of a request to write a new or update an existing credential in CredHub.A summary of a credential that has been written to CredHub.A collection ofCredentialSummary
s.The types of credentials that can be written to CredHub.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 constructingCredHubRequest
s.Base class for credentials types that contain a public/private key pair.Base class for parameter types that contain specifications for key generation.The details of a request to generate a credential in CredHub.The client-provided name of a credential that stores service instance binding credentials.A builder that provides a fluent API for constructingServiceInstanceCredentialName
instances.Service data parsed from the VCAP_SERVICES environment variable provided to applications running on Cloud Foundry.The client-provided name of a credential.A base type for a credential that contains a single string value.The acceptable values for themode
parameter on a set or generate request, indicating the action CredHub should take when the credential being set or generated already exists.