Class ServiceInstanceCredentialName
java.lang.Object
org.springframework.credhub.support.CredentialName
org.springframework.credhub.support.ServiceInstanceCredentialName
The client-provided name of a credential that stores service instance binding
credentials. Service instance binding credential names consist of four segments:
service broker name, service offering name, service binding GUID, and credential name.
When these values are combined the full name of the credential will be of the form
/c/service-broker-name/service-offering-name/binding-GUID/credential-name.
Objects of this type are created by clients and included as part of requests.
- Author:
- Scott Frederick
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
A builder that provides a fluent API for constructingServiceInstanceCredentialName
instances. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Create a builder that provides a fluent API for providing the values required to construct aServiceInstanceCredentialName
.toString()
Methods inherited from class org.springframework.credhub.support.CredentialName
equals, getName, hashCode
-
Method Details
-
builder
Create a builder that provides a fluent API for providing the values required to construct aServiceInstanceCredentialName
.- Returns:
- the builder
-
toString
- Overrides:
toString
in classCredentialName
-