Class SaslAuthenticationDataSource
java.lang.Object
org.apache.pulsar.broker.authentication.SaslAuthenticationDataSource
- All Implemented Interfaces:
org.apache.pulsar.broker.authentication.AuthenticationDataSource
public class SaslAuthenticationDataSource
extends Object
implements org.apache.pulsar.broker.authentication.AuthenticationDataSource
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.pulsar.broker.authentication.AuthenticationDataSource
authenticate, getCommandData, getHttpAuthType, getHttpHeader, getPeerAddress, getSubscription, getTlsCertificates, hasDataFromHttp, hasDataFromPeer, hasDataFromTls, hasSubscription, setSubscription
-
Constructor Details
-
SaslAuthenticationDataSource
-
-
Method Details
-
hasDataFromCommand
public boolean hasDataFromCommand()- Specified by:
hasDataFromCommandin interfaceorg.apache.pulsar.broker.authentication.AuthenticationDataSource
-
getAuthorizationID
-