Uses of Package
io.kroxylicious.proxy.authentication
Packages that use io.kroxylicious.proxy.authentication
Package
Description
APIs for plugins that provide or consume SASL authentication outcomes.
The protocol filter API.
The router API.
-
Classes in io.kroxylicious.proxy.authentication used by io.kroxylicious.proxy.authenticationClassDescriptionExposes SASL authentication information to plugins, for example using
FilterContext.clientSaslContext().An identifier held by aSubject.Builds aSubjectbased on information available from a successful SASL authentication.The context that's passed toSaslSubjectBuilder.buildSaslSubject(Context).Represents an actor in the system.Builds aSubjectbased on information available at the transport layer, before any requests have been received from the client.A principal identifying an authenticated client. -
Classes in io.kroxylicious.proxy.authentication used by io.kroxylicious.proxy.filterClassDescriptionExposes SASL authentication information to plugins, for example using
FilterContext.clientSaslContext().Represents an actor in the system. -
Classes in io.kroxylicious.proxy.authentication used by io.kroxylicious.proxy.router