Package org.apache.pulsar.client.api.v5.auth


package org.apache.pulsar.client.api.v5.auth
Authentication and encryption types.

Provides pluggable authentication via Authentication and convenience factories in AuthenticationFactory, as well as end-to-end encryption support via PublicKeyProvider (producer side) and PrivateKeyProvider (consumer side). For local PEM-file-backed setups, use PemFileKeyProvider.