Package com.google.gerrit.server.account
Class AbstractGroupBackend
java.lang.Object
com.google.gerrit.server.account.AbstractGroupBackend
- All Implemented Interfaces:
GroupBackend
- Direct Known Subclasses:
SystemGroupBackend
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Returnstrue
if the group with the given UUID is visible to all registered users.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.google.gerrit.server.account.GroupBackend
get, handles, isOrContainsExternalGroup, membershipsOf, suggest
-
Constructor Details
-
AbstractGroupBackend
public AbstractGroupBackend()
-
-
Method Details
-
isVisibleToAll
Description copied from interface:GroupBackend
Returnstrue
if the group with the given UUID is visible to all registered users.- Specified by:
isVisibleToAll
in interfaceGroupBackend
-