Package com.google.gerrit.server.account
Class AccountControl.Factory
java.lang.Object
com.google.gerrit.server.account.AccountControl.Factory
- Enclosing class:
- AccountControl
-
Method Summary
Modifier and TypeMethodDescriptionget()
Creates aAccountControl
instance that checks whether the current user can see other accounts.get
(CurrentUser user) Creates aAccountControl
instance that checks whether the given user can see other accounts.
-
Method Details
-
get
Creates aAccountControl
instance that checks whether the current user can see other accounts. -
get
Creates aAccountControl
instance that checks whether the given user can see other accounts.
-