Package | Description |
---|---|
org.springframework.vault.authentication |
Support for authentication and session management.
|
Modifier and Type | Method and Description |
---|---|
static PcfAuthenticationOptions.PcfAuthenticationOptionsBuilder |
PcfAuthenticationOptions.builder() |
PcfAuthenticationOptions.PcfAuthenticationOptionsBuilder |
PcfAuthenticationOptions.PcfAuthenticationOptionsBuilder.clock(Clock clock)
Configure the
Clock . |
PcfAuthenticationOptions.PcfAuthenticationOptionsBuilder |
PcfAuthenticationOptions.PcfAuthenticationOptionsBuilder.instanceCertificate(Supplier<String> instanceCertSupplier)
Configure the
Supplier to obtain the instance certificate. |
PcfAuthenticationOptions.PcfAuthenticationOptionsBuilder |
PcfAuthenticationOptions.PcfAuthenticationOptionsBuilder.instanceKey(Supplier<String> instanceKeySupplier)
Configure the
Supplier to obtain the instance key. |
PcfAuthenticationOptions.PcfAuthenticationOptionsBuilder |
PcfAuthenticationOptions.PcfAuthenticationOptionsBuilder.path(String path)
Configure the mount path.
|
PcfAuthenticationOptions.PcfAuthenticationOptionsBuilder |
PcfAuthenticationOptions.PcfAuthenticationOptionsBuilder.role(String role)
Configure the role.
|
Copyright © 2016–2020 Pivotal Software, Inc.. All rights reserved.