public interface CredHubOperations
Modifier and Type | Method and Description |
---|---|
CredHubCertificateOperations |
certificates()
Get the operations for retrieving, regenerating, and updating certificates.
|
CredHubCredentialOperations |
credentials()
Get the operations for saving, retrieving, and deleting credentials.
|
<T> T |
doWithRest(RestOperationsCallback<T> callback)
Allow interaction with the configured
RestTemplate not provided by other
methods. |
CredHubInfoOperations |
info()
Get the operations for retrieving CredHub server information.
|
CredHubInterpolationOperations |
interpolation()
Get the operations for interpolating service binding credentials.
|
CredHubPermissionOperations |
permissions()
Get the operations for adding, retrieving, and deleting credential permissions.
|
CredHubPermissionV2Operations |
permissionsV2()
Get the operations for adding, retrieving, and deleting credential permissions.
|
CredHubCredentialOperations credentials()
CredHubPermissionOperations permissions()
CredHubPermissionV2Operations permissionsV2()
CredHubCertificateOperations certificates()
CredHubInterpolationOperations interpolation()
CredHubInfoOperations info()
<T> T doWithRest(RestOperationsCallback<T> callback)
RestTemplate
not provided by other
methods.T
- the credential implementation typecallback
- wrapper for the callback method