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 BookKeeperPrincipalBookKeeperPrincipal. 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) BookKeeperPrincipalBookieNettyServer.BookieSideConnectionPeerContextHandler. authorizedIdMethods in org.apache.bookkeeper.proto that return BookKeeperPrincipal Modifier and Type Method Description BookKeeperPrincipalConnectionPeer. 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 voidConnectionPeer. setAuthorizedId(BookKeeperPrincipal principal)Assign a principal to the current connection.
-