static AuthenticationSteps |
ClientCertificateAuthentication.createAuthenticationSteps()
|
static AuthenticationSteps |
AppIdAuthentication.createAuthenticationSteps(AppIdAuthenticationOptions options)
Deprecated.
|
static AuthenticationSteps |
AppRoleAuthentication.createAuthenticationSteps(AppRoleAuthenticationOptions options)
|
static AuthenticationSteps |
AwsEc2Authentication.createAuthenticationSteps(AwsEc2AuthenticationOptions options)
|
protected static AuthenticationSteps |
AwsEc2Authentication.createAuthenticationSteps(AwsEc2AuthenticationOptions options,
AtomicReference<char[]> nonce,
Supplier<char[]> nonceSupplier) |
static AuthenticationSteps |
AwsIamAuthentication.createAuthenticationSteps(AwsIamAuthenticationOptions options)
|
protected static AuthenticationSteps |
AwsIamAuthentication.createAuthenticationSteps(AwsIamAuthenticationOptions options,
com.amazonaws.auth.AWSCredentials credentials) |
static AuthenticationSteps |
AzureMsiAuthentication.createAuthenticationSteps(AzureMsiAuthenticationOptions options)
|
protected static AuthenticationSteps |
AzureMsiAuthentication.createAuthenticationSteps(AzureMsiAuthenticationOptions options,
AzureVmEnvironment environment) |
static AuthenticationSteps |
CubbyholeAuthentication.createAuthenticationSteps(CubbyholeAuthenticationOptions options)
|
static AuthenticationSteps |
GcpComputeAuthentication.createAuthenticationSteps(GcpComputeAuthenticationOptions options)
|
static AuthenticationSteps |
KubernetesAuthentication.createAuthenticationSteps(KubernetesAuthenticationOptions options)
|
static AuthenticationSteps |
PcfAuthentication.createAuthenticationSteps(PcfAuthenticationOptions options)
|
static AuthenticationSteps |
TokenAuthentication.createAuthenticationSteps(VaultToken token,
boolean selfLookup)
|
AuthenticationSteps |
AuthenticationStepsFactory.getAuthenticationSteps()
|
AuthenticationSteps |
ClientCertificateAuthentication.getAuthenticationSteps() |
AuthenticationSteps |
AwsIamAuthentication.getAuthenticationSteps() |
AuthenticationSteps |
AppIdAuthentication.getAuthenticationSteps()
Deprecated.
|
AuthenticationSteps |
TokenAuthentication.getAuthenticationSteps() |
AuthenticationSteps |
PcfAuthentication.getAuthenticationSteps() |
AuthenticationSteps |
AwsEc2Authentication.getAuthenticationSteps() |
AuthenticationSteps |
KubernetesAuthentication.getAuthenticationSteps() |
AuthenticationSteps |
GcpComputeAuthentication.getAuthenticationSteps() |
AuthenticationSteps |
CubbyholeAuthentication.getAuthenticationSteps() |
AuthenticationSteps |
AppRoleAuthentication.getAuthenticationSteps() |
static AuthenticationSteps |
AuthenticationSteps.just(AuthenticationSteps.HttpRequest<VaultResponse> request)
|
static AuthenticationSteps |
AuthenticationSteps.just(VaultToken token)
Create a flow definition using a provided VaultToken .
|
AuthenticationSteps |
AuthenticationSteps.Node.login(AuthenticationSteps.HttpRequest<VaultResponse> request)
Terminal operation requesting a token from Vault by issuing
a HTTP request with the current state to Vaults uriTemplate .
|
AuthenticationSteps |
AuthenticationSteps.Node.login(Function<? super T,? extends VaultToken> mappingFunction)
Terminal operation resulting in a token by applying a
mapping Function to the current state object.
|
AuthenticationSteps |
AuthenticationSteps.Node.login(String uriTemplate,
String... uriVariables)
Terminal operation requesting a token from Vault by posting
the current state to Vaults uriTemplate .
|