Uses of Interface
org.apache.pulsar.broker.authentication.AuthenticationProvider
-
Packages that use AuthenticationProvider Package Description org.apache.pulsar.broker.authentication Pulsar Client API. -
-
Uses of AuthenticationProvider in org.apache.pulsar.broker.authentication
Classes in org.apache.pulsar.broker.authentication that implement AuthenticationProvider Modifier and Type Class Description classAuthenticationProviderBasicclassAuthenticationProviderListAn authentication provider wraps a list of auth providers.classAuthenticationProviderTlsclassAuthenticationProviderTokenMethods in org.apache.pulsar.broker.authentication that return AuthenticationProvider Modifier and Type Method Description AuthenticationProviderAuthenticationService. getAuthenticationProvider(java.lang.String authMethodName)Methods in org.apache.pulsar.broker.authentication that return types with arguments of type AuthenticationProvider Modifier and Type Method Description java.util.List<AuthenticationProvider>AuthenticationProviderList. getProviders()Constructors in org.apache.pulsar.broker.authentication with parameters of type AuthenticationProvider Constructor Description OneStageAuthenticationState(org.apache.pulsar.common.api.AuthData authData, java.net.SocketAddress remoteAddress, javax.net.ssl.SSLSession sslSession, AuthenticationProvider provider)Constructor parameters in org.apache.pulsar.broker.authentication with type arguments of type AuthenticationProvider Constructor Description AuthenticationProviderList(java.util.List<AuthenticationProvider> providers)
-