| Package | Description |
|---|---|
| org.apache.pulsar.broker.authentication |
Pulsar Client API.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AuthenticationProviderBasic |
class |
AuthenticationProviderList
An authentication provider wraps a list of auth providers.
|
class |
AuthenticationProviderTls |
class |
AuthenticationProviderToken |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationProvider |
AuthenticationService.getAuthenticationProvider(String authMethodName) |
| Modifier and Type | Method and Description |
|---|---|
List<AuthenticationProvider> |
AuthenticationProviderList.getProviders() |
| Constructor and Description |
|---|
OneStageAuthenticationState(org.apache.pulsar.common.api.AuthData authData,
SocketAddress remoteAddress,
SSLSession sslSession,
AuthenticationProvider provider) |
OneStageAuthenticationState(javax.servlet.http.HttpServletRequest request,
AuthenticationProvider provider) |
| Constructor and Description |
|---|
AuthenticationProviderList(List<AuthenticationProvider> providers) |
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.