public final class PermissionCommands extends Object
| Modifier and Type | Method and Description |
|---|---|
static Command |
channelAddPerm(int channelId,
String permName,
int permValue) |
static Command |
channelClientAddPerm(int channelId,
int clientDBId,
String permName,
int permValue) |
static Command |
channelClientDelPerm(int channelId,
int clientDBId,
String permName) |
static Command |
channelClientPermList(int channelId,
int clientDBId) |
static Command |
channelDelPerm(int channelId,
String permName) |
static Command |
channelGroupAddPerm(int groupId,
String permName,
int permValue) |
static Command |
channelGroupDelPerm(int groupId,
String permName) |
static Command |
channelGroupPermList(int groupId) |
static Command |
channelPermList(int channelId) |
static Command |
clientAddPerm(int clientDBId,
String permName,
boolean permValue,
boolean skip) |
static Command |
clientAddPerm(int clientDBId,
String permName,
int permValue,
boolean skip) |
static Command |
clientDelPerm(int clientDBId,
String permName) |
static Command |
clientPermList(int clientDBId) |
static Command |
permFind(String permName) |
static Command |
permGet(String... permNames) |
static Command |
permIdGetByName(String... permNames) |
static Command |
permIdGetByName(String permName) |
static Command |
permissionList() |
static Command |
permOverview(int channelId,
int clientDBId) |
static Command |
permReset() |
static Command |
serverGroupAddPerm(int groupId,
String permName,
int permValue,
boolean negate,
boolean skip) |
static Command |
serverGroupAutoAddPerm(ServerGroupType type,
String permName,
int permValue,
boolean negate,
boolean skip) |
static Command |
serverGroupAutoDelPerm(ServerGroupType type,
String permName) |
static Command |
serverGroupDelPerm(int groupId,
String permName) |
static Command |
serverGroupPermList(int groupId) |
public static Command permIdGetByName(String permName)
public static Command permIdGetByName(String... permNames)
public static Command permissionList()
public static Command permOverview(int channelId, int clientDBId)
public static Command clientAddPerm(int clientDBId, String permName, int permValue, boolean skip)
public static Command clientAddPerm(int clientDBId, String permName, boolean permValue, boolean skip)
public static Command clientDelPerm(int clientDBId, String permName)
public static Command clientPermList(int clientDBId)
public static Command channelAddPerm(int channelId, String permName, int permValue)
public static Command channelDelPerm(int channelId, String permName)
public static Command channelPermList(int channelId)
public static Command channelClientAddPerm(int channelId, int clientDBId, String permName, int permValue)
public static Command channelClientDelPerm(int channelId, int clientDBId, String permName)
public static Command channelClientPermList(int channelId, int clientDBId)
public static Command channelGroupAddPerm(int groupId, String permName, int permValue)
public static Command channelGroupDelPerm(int groupId, String permName)
public static Command channelGroupPermList(int groupId)
public static Command serverGroupAddPerm(int groupId, String permName, int permValue, boolean negate, boolean skip)
public static Command serverGroupAutoAddPerm(ServerGroupType type, String permName, int permValue, boolean negate, boolean skip)
public static Command serverGroupDelPerm(int groupId, String permName)
public static Command serverGroupAutoDelPerm(ServerGroupType type, String permName)
public static Command serverGroupPermList(int groupId)
Released under the MIT license.