Uses of Interface
org.apache.pulsar.broker.authentication.AuthenticationState
-
Packages that use AuthenticationState Package Description org.apache.pulsar.broker.authentication Pulsar Client API. -
-
Uses of AuthenticationState in org.apache.pulsar.broker.authentication
Classes in org.apache.pulsar.broker.authentication that implement AuthenticationState Modifier and Type Class Description classOneStageAuthenticationStateInterface for authentication state.Methods in org.apache.pulsar.broker.authentication that return AuthenticationState Modifier and Type Method Description default AuthenticationStateAuthenticationProvider. newAuthState(org.apache.pulsar.common.api.AuthData authData, java.net.SocketAddress remoteAddress, javax.net.ssl.SSLSession sslSession)Create an authentication data State use passed in AuthenticationDataSource.AuthenticationStateAuthenticationProviderList. newAuthState(org.apache.pulsar.common.api.AuthData authData, java.net.SocketAddress remoteAddress, javax.net.ssl.SSLSession sslSession)AuthenticationStateAuthenticationProviderToken. newAuthState(org.apache.pulsar.common.api.AuthData authData, java.net.SocketAddress remoteAddress, javax.net.ssl.SSLSession sslSession)
-