Uses of Interface
io.helidon.integrations.vault.auths.token.TokenAuthRx
Package
Description
Token authentication method for Vault.
-
Uses of TokenAuthRx in io.helidon.integrations.vault.auths.token
Modifier and TypeFieldDescriptionstatic final AuthMethod<TokenAuthRx>
TokenAuthRx.AUTH_METHOD
Token authentication method.Modifier and TypeMethodDescriptionTokenAuthProvider.createAuth
(Config config, RestApi restApi, String path) Modifier and TypeMethodDescriptionstatic TokenAuth
TokenAuth.create
(TokenAuthRx reactive) Create blocking token authentication method from its reactive counterpart.