public static class Privileges.ManageGroups extends Privileges.GenericPrivilege<Privileges.ManageGroups>
Privilege.Condition, Privilege.Name| Modifier and Type | Method and Description | 
|---|---|
| static Privileges.ManageGroups | allow() | 
| boolean | canBindTo(MetadataObject.Type type)If the privilege can bind to a securable object, then this method will return true, otherwise
 false. | 
| static Privileges.ManageGroups | deny() | 
condition, equals, hashCode, name, simpleStringpublic static Privileges.ManageGroups allow()
public static Privileges.ManageGroups deny()
public boolean canBindTo(MetadataObject.Type type)
Privilegetype - The securable object type.