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
public abstract class AbstractGroupBackend extends Object implements GroupBackend
-
-
Constructor Summary
Constructors Constructor Description AbstractGroupBackend()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isVisibleToAll(AccountGroup.UUID uuid)
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, membershipsOf, suggest
-
-
-
-
Method Detail
-
isVisibleToAll
public boolean isVisibleToAll(AccountGroup.UUID uuid)
Description copied from interface:GroupBackend
Returnstrue
if the group with the given UUID is visible to all registered users.- Specified by:
isVisibleToAll
in interfaceGroupBackend
-
-