Uses of Class
org.apache.bookkeeper.auth.BookKeeperPrincipal
Packages that use BookKeeperPrincipal
Package
Description
Classes used to handle authentication in bookies and clients.
Classes related to the Bookkeeper protocol.
-
Uses of BookKeeperPrincipal in org.apache.bookkeeper.auth
Fields in org.apache.bookkeeper.auth declared as BookKeeperPrincipal -
Uses of BookKeeperPrincipal in org.apache.bookkeeper.proto
Fields in org.apache.bookkeeper.proto declared as BookKeeperPrincipalModifier and TypeFieldDescription(package private) BookKeeperPrincipalBookieNettyServer.BookieSideConnectionPeerContextHandler.authorizedIdMethods in org.apache.bookkeeper.proto that return BookKeeperPrincipalModifier and TypeMethodDescriptionConnectionPeer.getAuthorizedId()Returns the user which is bound to the connection.Methods in org.apache.bookkeeper.proto with parameters of type BookKeeperPrincipalModifier and TypeMethodDescriptionvoidConnectionPeer.setAuthorizedId(BookKeeperPrincipal principal) Assign a principal to the current connection.