| Package | Description |
|---|---|
| org.apache.pulsar.broker.authentication |
Pulsar Client API.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OneStageAuthenticationState
Interface for authentication state.
|
| Modifier and Type | Method and Description |
|---|---|
default AuthenticationState |
AuthenticationProvider.newAuthState(org.apache.pulsar.common.api.AuthData authData,
SocketAddress remoteAddress,
SSLSession sslSession)
Create an authentication data State use passed in AuthenticationDataSource.
|
AuthenticationState |
AuthenticationProviderList.newAuthState(org.apache.pulsar.common.api.AuthData authData,
SocketAddress remoteAddress,
SSLSession sslSession) |
AuthenticationState |
AuthenticationProviderToken.newAuthState(org.apache.pulsar.common.api.AuthData authData,
SocketAddress remoteAddress,
SSLSession sslSession) |
default AuthenticationState |
AuthenticationProvider.newHttpAuthState(javax.servlet.http.HttpServletRequest request)
Create an http authentication data State use passed in AuthenticationDataSource.
|
AuthenticationState |
AuthenticationProviderList.newHttpAuthState(javax.servlet.http.HttpServletRequest request) |
AuthenticationState |
AuthenticationProviderToken.newHttpAuthState(javax.servlet.http.HttpServletRequest request) |
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.