Uses of Class
io.helidon.integrations.vault.sys.EnableAuth.Response
Packages that use EnableAuth.Response
-
Uses of EnableAuth.Response in io.helidon.integrations.vault.sys
Methods in io.helidon.integrations.vault.sys that return EnableAuth.ResponseModifier and TypeMethodDescriptiondefault EnableAuth.Response
Sys.enableAuth
(AuthMethod<?> authMethod) Enable an authentication method on default path.Sys.enableAuth
(EnableAuth.Request request) Enable an authentication method on custom path or with additional configuration.Methods in io.helidon.integrations.vault.sys that return types with arguments of type EnableAuth.ResponseModifier and TypeMethodDescriptiondefault Single<EnableAuth.Response>
SysRx.enableAuth
(AuthMethod<?> authMethod) Enable an authentication method on default path.SysRx.enableAuth
(EnableAuth.Request request) Enable an authentication method on custom path or with additional configuration.