Lines Matching +full:time +full:- +full:based
9 - DBus event websocket. Allows registering on changes to specific dbus paths,
11 - OpenBMC DBus REST api. Allows direct, low interference, high fidelity access
13 - Serial: A serial websocket for interacting with the host serial console
15 - Redfish: A protocol compliant, [DBus to Redfish translator](docs/Redfish.md).
16 - KVM: A websocket based implementation of the RFB (VNC) frame buffer protocol
17 intended to mate to webui-vue to provide a complete KVM implementation.
31 - Basic authentication per RFC7617
32 - Cookie based authentication for authenticating against webui-vue
33 - Mutual TLS authentication based on OpenSSL
34 - Session authentication through webui-vue
35 - XToken based authentication conformant to Redfish DSP0266
38 runtime policy changes (through the relevant Redfish APIs) or via configure time
44 All authorization in bmcweb is determined at routing time, and per route, and
47 \*Note: Non-Redfish functions are mapped to the closest equivalent Redfish
53 [meson build files](https://mesonbuild.com/Build-options.html). Available
60 ninja -C builddir
69 bmcweb relies on some on-system data for storage of persistent data that is
76 generate a self-signed a certificate before launching the server. Please see the