Uses of Interface
org.apache.pulsar.broker.authentication.AuthenticationProvider
Packages that use AuthenticationProvider
-
Uses of AuthenticationProvider in org.apache.pulsar.broker.authentication
Classes in org.apache.pulsar.broker.authentication that implement AuthenticationProviderModifier and TypeClassDescriptionclassclassAn authentication provider wraps a list of auth providers.classclassMethods in org.apache.pulsar.broker.authentication that return AuthenticationProviderModifier and TypeMethodDescriptionAuthenticationService.getAuthenticationProvider(String authMethodName) Methods in org.apache.pulsar.broker.authentication that return types with arguments of type AuthenticationProviderConstructors in org.apache.pulsar.broker.authentication with parameters of type AuthenticationProviderModifierConstructorDescriptionOneStageAuthenticationState(javax.servlet.http.HttpServletRequest request, AuthenticationProvider provider) OneStageAuthenticationState(org.apache.pulsar.common.api.AuthData authData, SocketAddress remoteAddress, SSLSession sslSession, AuthenticationProvider provider) Constructor for aOneStageAuthenticationStatewhere there is no authentication performed during initialization.Constructor parameters in org.apache.pulsar.broker.authentication with type arguments of type AuthenticationProvider