Uses of Interface
org.apache.bookkeeper.auth.BookieAuthProvider
-
Packages that use BookieAuthProvider Package Description org.apache.bookkeeper.auth Classes used to handle authentication in bookies and clients.org.apache.bookkeeper.proto Classes related to the Bookkeeper protocol.org.apache.bookkeeper.sasl SASL and JAAS Authentication classes.org.apache.bookkeeper.tls Security and TLS-related classes. -
-
Uses of BookieAuthProvider in org.apache.bookkeeper.auth
Methods in org.apache.bookkeeper.auth that return BookieAuthProvider Modifier and Type Method Description BookieAuthProvider
BookieAuthProvider.Factory. newProvider(BookieConnectionPeer connection, AuthCallbacks.GenericCallback<java.lang.Void> completeCb)
Create a new instance of a bookie auth provider. -
Uses of BookieAuthProvider in org.apache.bookkeeper.proto
Fields in org.apache.bookkeeper.proto declared as BookieAuthProvider Modifier and Type Field Description (package private) BookieAuthProvider
AuthHandler.ServerSideHandler. authProvider
-
Uses of BookieAuthProvider in org.apache.bookkeeper.sasl
Classes in org.apache.bookkeeper.sasl that implement BookieAuthProvider Modifier and Type Class Description class
SASLBookieAuthProvider
SASL Bookie Authentication Provider.Methods in org.apache.bookkeeper.sasl that return BookieAuthProvider Modifier and Type Method Description BookieAuthProvider
SASLBookieAuthProviderFactory. newProvider(BookieConnectionPeer addr, AuthCallbacks.GenericCallback<java.lang.Void> completeCb)
-
Uses of BookieAuthProvider in org.apache.bookkeeper.tls
Methods in org.apache.bookkeeper.tls that return BookieAuthProvider Modifier and Type Method Description BookieAuthProvider
BookieAuthZFactory. newProvider(BookieConnectionPeer addr, AuthCallbacks.GenericCallback<java.lang.Void> completeCb)
-