Interface ClientAuthentication

All Known Implementing Classes:
AppIdAuthentication, AppRoleAuthentication, AuthenticationStepsExecutor, AwsEc2Authentication, AwsIamAuthentication, AzureMsiAuthentication, ClientCertificateAuthentication, CubbyholeAuthentication, GcpComputeAuthentication, GcpIamAuthentication, GcpIamCredentialsAuthentication, JwtAuthentication, KubernetesAuthentication, LoginTokenAdapter, PcfAuthentication, TokenAuthentication, UsernamePasswordAuthentication
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface ClientAuthentication
ClientAuthentication provides VaultToken to be used for authenticated Vault access. Implementing classes usually use a login method to login and return a VaultToken when implementing login().
Author:
Mark Paluch
  • Method Summary

    Modifier and Type
    Method
    Description
    Return a VaultToken.