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