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