Uses of Interface
io.helidon.integrations.vault.auths.approle.AppRoleAuthRx
Packages that use AppRoleAuthRx
Package
Description
AppRole authentication method for Vault.
-
Uses of AppRoleAuthRx in io.helidon.integrations.vault.auths.approle
Fields in io.helidon.integrations.vault.auths.approle with type parameters of type AppRoleAuthRxModifier and TypeFieldDescriptionstatic final AuthMethod<AppRoleAuthRx>
AppRoleAuthRx.AUTH_METHOD
Authentication method.Methods in io.helidon.integrations.vault.auths.approle that return AppRoleAuthRxModifier and TypeMethodDescriptionAppRoleAuthProvider.createAuth
(Config config, RestApi restApi, String path) Methods in io.helidon.integrations.vault.auths.approle that return types with arguments of type AppRoleAuthRxMethods in io.helidon.integrations.vault.auths.approle with parameters of type AppRoleAuthRxModifier and TypeMethodDescriptionstatic AppRoleAuth
AppRoleAuth.create
(AppRoleAuthRx reactive) Create AppRole blocking API from its reactive counterpart.