Uses of Interface
io.helidon.integrations.vault.auths.token.TokenAuthRx
Packages that use TokenAuthRx
Package
Description
Token authentication method for Vault.
-
Uses of TokenAuthRx in io.helidon.integrations.vault.auths.token
Fields in io.helidon.integrations.vault.auths.token with type parameters of type TokenAuthRxModifier and TypeFieldDescriptionstatic final AuthMethod<TokenAuthRx>
TokenAuthRx.AUTH_METHOD
Token authentication method.Methods in io.helidon.integrations.vault.auths.token that return TokenAuthRxModifier and TypeMethodDescriptionTokenAuthProvider.createAuth
(Config config, RestApi restApi, String path) Methods in io.helidon.integrations.vault.auths.token that return types with arguments of type TokenAuthRxMethods in io.helidon.integrations.vault.auths.token with parameters of type TokenAuthRxModifier and TypeMethodDescriptionstatic TokenAuth
TokenAuth.create
(TokenAuthRx reactive) Create blocking token authentication method from its reactive counterpart.