Uses of Interface
org.apache.pulsar.broker.authentication.AuthenticationState
Packages that use AuthenticationState
-
Uses of AuthenticationState in org.apache.pulsar.broker.authentication
Classes in org.apache.pulsar.broker.authentication that implement AuthenticationStateModifier and TypeClassDescriptionclassA class to track single stage authentication.Methods in org.apache.pulsar.broker.authentication that return AuthenticationStateModifier and TypeMethodDescriptiondefault AuthenticationStateAuthenticationProvider.newAuthState(org.apache.pulsar.common.api.AuthData authData, SocketAddress remoteAddress, SSLSession sslSession) Create an authentication data State use passed in AuthenticationDataSource.AuthenticationProviderList.newAuthState(org.apache.pulsar.common.api.AuthData authData, SocketAddress remoteAddress, SSLSession sslSession) AuthenticationProviderToken.newAuthState(org.apache.pulsar.common.api.AuthData authData, SocketAddress remoteAddress, SSLSession sslSession) default AuthenticationStateAuthenticationProvider.newHttpAuthState(javax.servlet.http.HttpServletRequest request) Deprecated.AuthenticationProviderList.newHttpAuthState(javax.servlet.http.HttpServletRequest request) AuthenticationProviderToken.newHttpAuthState(javax.servlet.http.HttpServletRequest request)
AuthenticationProvider.authenticateHttpRequest(HttpServletRequest, HttpServletResponse)or ofAuthenticationProvider.authenticateHttpRequestAsync(HttpServletRequest, HttpServletResponse)so that the desired attributes are added in those methods.