- createToken
- loginByAppRole
Basic login operation to authenticate to an app-role backend. This version of
the overloaded method
- loginByUserPass
Basic login operation to authenticate to a Username & Password backend. Example
usage:
>
final Au
- unwrap
Returns the original response inside the given wrapped auth token. This method
is useful if you need
- <init>
- loginByCert
Basic login operation to authenticate using Vault's TLS Certificate auth
backend. Example usage:
>
- loginByGithub
Basic login operation to authenticate to an github backend. Example usage:
>
final AuthResponse r
- loginByLDAP
Basic login operation to authenticate to a LDAP backend. Example usage:
>
final AuthResponse resp
- renewSelf
Renews the lease associated with the calling token. This version of the method
accepts a parameter t
- revokeSelf
Revokes current client token.
- loginByAwsEc2
Basic login operation to authenticate to a AWS backend using EC2 authentication.
Example usage:
>
- loginByAwsIam
Basic login operation to authenticate to a AWS backend using IAM authentication.
Example usage:
>