Uses of Class
io.helidon.integrations.vault.sys.EnableAuth.Response
-
Packages that use EnableAuth.Response Package Description io.helidon.integrations.vault.sys Sys operations for Vault. -
-
Uses of EnableAuth.Response in io.helidon.integrations.vault.sys
Methods in io.helidon.integrations.vault.sys that return EnableAuth.Response Modifier and Type Method Description default EnableAuth.Response
Sys. enableAuth(AuthMethod<?> authMethod)
Enable an authentication method on default path.EnableAuth.Response
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.Response Modifier and Type Method Description default Single<EnableAuth.Response>
SysRx. enableAuth(AuthMethod<?> authMethod)
Enable an authentication method on default path.Single<EnableAuth.Response>
SysRx. enableAuth(EnableAuth.Request request)
Enable an authentication method on custom path or with additional configuration.
-