@Alias(value="local") @Singleton public class LocalGroupOwnershipService extends GroupOwnershipService
| Modifier and Type | Field and Description |
|---|---|
static String |
GROUP_MEMBER_LIST |
| Constructor and Description |
|---|
LocalGroupOwnershipService(com.typesafe.config.Config config) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isMemberOfGroup(List<ServiceRequester> serviceRequesters,
String group) |
public static final String GROUP_MEMBER_LIST
@Inject public LocalGroupOwnershipService(com.typesafe.config.Config config)
public boolean isMemberOfGroup(List<ServiceRequester> serviceRequesters, String group)
isMemberOfGroup in class GroupOwnershipService