Class PcfAuthenticationOptions

java.lang.Object
org.springframework.vault.authentication.PcfAuthenticationOptions

public class PcfAuthenticationOptions extends Object
Authentication options for PcfAuthentication.

Authentication options provide the path, Clock and instance key/instance certificate Suppliers. PcfAuthenticationOptions can be constructed using builder(). Instances of this class are immutable once constructed.

Defaults to platform-default instance certificate/key by resolving CF_INSTANCE_CERT and CF_INSTANCE_KEY env variables.

Author:
Mark Paluch
See Also: