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