public class AuthenticationStepsExecutor extends Object implements ClientAuthentication
AuthenticationSteps using RestOperations to
login using authentication flows.AuthenticationSteps| Constructor and Description |
|---|
AuthenticationStepsExecutor(AuthenticationSteps steps,
org.springframework.web.client.RestOperations restOperations)
|
| Modifier and Type | Method and Description |
|---|---|
VaultToken |
login()
Return a
VaultToken. |
public AuthenticationStepsExecutor(AuthenticationSteps steps, org.springframework.web.client.RestOperations restOperations)
steps - must not be null.restOperations - must not be null.public VaultToken login() throws VaultException
ClientAuthenticationVaultToken. This method can optionally log into Vault to obtain a
token.login in interface ClientAuthenticationVaultToken.VaultExceptionCopyright © 2016–2024 Pivotal Software, Inc.. All rights reserved.