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. Authentication is configured through the connection configuration when establishing a D-Bus connection.

The authentication process is handled by:

See Also: