Uses of Class
org.springframework.vault.authentication.PcfAuthenticationOptions
Packages that use PcfAuthenticationOptions
Package
Description
Support for authentication and session management.
-
Uses of PcfAuthenticationOptions in org.springframework.vault.authentication
Methods in org.springframework.vault.authentication that return PcfAuthenticationOptionsModifier and TypeMethodDescriptionPcfAuthenticationOptions.PcfAuthenticationOptionsBuilder.build()
Build a newPcfAuthenticationOptions
instance.Methods in org.springframework.vault.authentication with parameters of type PcfAuthenticationOptionsModifier and TypeMethodDescriptionstatic AuthenticationSteps
PcfAuthentication.createAuthenticationSteps
(PcfAuthenticationOptions options) Creates aAuthenticationSteps
for pcf authentication givenPcfAuthenticationOptions
.Constructors in org.springframework.vault.authentication with parameters of type PcfAuthenticationOptionsModifierConstructorDescriptionPcfAuthentication
(PcfAuthenticationOptions options, RestOperations restOperations)