Uses of Interface
io.kroxylicious.proxy.authentication.Principal
Packages that use Principal
Package
Description
APIs for plugins that provide or consume SASL authentication outcomes.
-
Uses of Principal in io.kroxylicious.proxy.authentication
Classes in io.kroxylicious.proxy.authentication with type parameters of type PrincipalClasses in io.kroxylicious.proxy.authentication that implement PrincipalModifier and TypeClassDescriptionfinal recordA principal identifying an authenticated client.Methods in io.kroxylicious.proxy.authentication with type parameters of type PrincipalModifier and TypeMethodDescriptionSubject.allPrincipalsOfType(Class<P> principalType) Returns all principals of the given type.Subject.uniquePrincipalOfType(Class<P> uniquePrincipalType) Returns the unique principal of the given type, if present.Methods in io.kroxylicious.proxy.authentication that return types with arguments of type PrincipalModifier and TypeMethodDescriptionSubject.principals()Returns the value of theprincipalsrecord component.Constructors in io.kroxylicious.proxy.authentication with parameters of type PrincipalModifierConstructorDescriptionCreates a subject from the given principals.Constructor parameters in io.kroxylicious.proxy.authentication with type arguments of type Principal