Uses of Class
org.springframework.vault.authentication.PcfAuthenticationOptions
Package
Description
Support for authentication and session management.
-
Uses of PcfAuthenticationOptions in org.springframework.vault.authentication
Modifier and TypeMethodDescriptionPcfAuthenticationOptions.PcfAuthenticationOptionsBuilder.build()
Build a newPcfAuthenticationOptions
instance.Modifier and TypeMethodDescriptionstatic AuthenticationSteps
PcfAuthentication.createAuthenticationSteps
(PcfAuthenticationOptions options) Creates aAuthenticationSteps
for pcf authentication givenPcfAuthenticationOptions
.ModifierConstructorDescriptionPcfAuthentication
(PcfAuthenticationOptions options, RestOperations restOperations)