Package | Description |
---|---|
org.restsql.security |
Contains classes that provide security, such as authorization.
|
Modifier and Type | Method and Description |
---|---|
static SqlResourceRolePrivileges.Privilege |
SqlResourceRolePrivileges.Privilege.fromString(String name) |
static SqlResourceRolePrivileges.Privilege |
SqlResourceRolePrivileges.Privilege.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SqlResourceRolePrivileges.Privilege[] |
SqlResourceRolePrivileges.Privilege.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<SqlResourceRolePrivileges.Privilege> |
SqlResourceRolePrivileges.getPrivileges() |
Constructor and Description |
---|
SqlResourceRolePrivileges(String sqlResource,
List<SqlResourceRolePrivileges.Privilege> privileges,
String roleName) |
Copyright © 2011-2018 restSQL Project Contributors