Class PcfAuthentication

java.lang.Object
org.springframework.vault.authentication.PcfAuthentication
All Implemented Interfaces:
AuthenticationStepsFactory, ClientAuthentication

public class PcfAuthentication extends Object implements ClientAuthentication, AuthenticationStepsFactory
PCF implementation of ClientAuthentication. PcfAuthentication uses a PCF instance certificate and key to login into Vault.

Requires BouncyCastle to generate a RSA PSS signature.

Since:
2.2
Author:
Mark Paluch
See Also: