Uses of Class
org.apache.bookkeeper.auth.BookKeeperPrincipal
-
Packages that use BookKeeperPrincipal 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. -
-
Uses of BookKeeperPrincipal in org.apache.bookkeeper.auth
Fields in org.apache.bookkeeper.auth declared as BookKeeperPrincipal Modifier and Type Field Description static BookKeeperPrincipal
BookKeeperPrincipal. ANONYMOUS
-
Uses of BookKeeperPrincipal in org.apache.bookkeeper.proto
Fields in org.apache.bookkeeper.proto declared as BookKeeperPrincipal Modifier and Type Field Description (package private) BookKeeperPrincipal
BookieNettyServer.BookieSideConnectionPeerContextHandler. authorizedId
Methods in org.apache.bookkeeper.proto that return BookKeeperPrincipal Modifier and Type Method Description BookKeeperPrincipal
ConnectionPeer. getAuthorizedId()
Returns the user which is bound to the connection.Methods in org.apache.bookkeeper.proto with parameters of type BookKeeperPrincipal Modifier and Type Method Description void
ConnectionPeer. setAuthorizedId(BookKeeperPrincipal principal)
Assign a principal to the current connection.
-