Package com.lucimber.dbus.netty.sasl


package com.lucimber.dbus.netty.sasl
Netty-specific SASL authentication mechanism implementations.

This package contains the Netty channel handlers and mechanism implementations for D-Bus SASL authentication. It provides concrete implementations of the authentication mechanisms defined in the D-Bus specification:

Getting Started

For first-time users: This package handles authentication automatically. You typically won't interact with these classes directly. To configure authentication, use com.lucimber.dbus.connection.sasl.SaslAuthConfig with your connection configuration.

The authentication process is handled by:

See Also: