public static class Privileges.ConsumeTopic extends Privileges.GenericPrivilege<Privileges.ConsumeTopic>
Privilege.Condition, Privilege.Name| Modifier and Type | Method and Description | 
|---|---|
static Privileges.ConsumeTopic | 
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.ConsumeTopic | 
deny()  | 
condition, equals, hashCode, name, simpleStringpublic static Privileges.ConsumeTopic allow()
public static Privileges.ConsumeTopic deny()
public boolean canBindTo(MetadataObject.Type type)
Privilegetype - The securable object type.