![]() |
DeveelDB
20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
|
Static Public Member Functions | |
| static void | Create (IQuery context) |
| static bool | IsSystemGroup (string groupName) |
Public Attributes | |
| const string | LockGroup = "#locked" |
| The name of the lock group. More... | |
| const String | SchemaManagerGroup = "schema_manager" |
| The name of the schema manager group. More... | |
| const string | SecureGroup = "secure_access" |
| THe name of the secure access group. More... | |
| const string | UserManagerGroup = "user_manager" |
| The name of the user manager group. More... | |
Definition at line 20 of file SystemGroups.cs.
|
inlinestatic |
Definition at line 57 of file SystemGroups.cs.
|
inlinestatic |
Definition at line 64 of file SystemGroups.cs.
| const string Deveel.Data.Security.SystemGroups.LockGroup = "#locked" |
The name of the lock group.
If a user belongs to this group the user account is locked and they are not allowed to log into the database.
Definition at line 28 of file SystemGroups.cs.
| const String Deveel.Data.Security.SystemGroups.SchemaManagerGroup = "schema_manager" |
The name of the schema manager group.
Users that belong in this group can create and drop schema from the system.
Definition at line 36 of file SystemGroups.cs.
| const string Deveel.Data.Security.SystemGroups.SecureGroup = "secure_access" |
THe name of the secure access group.
If a user belongs to this group they are permitted to perform a number of privileged operations such as shutting down the database, and adding and removing users.
Definition at line 46 of file SystemGroups.cs.
| const string Deveel.Data.Security.SystemGroups.UserManagerGroup = "user_manager" |
The name of the user manager group.
Users that belong in this group can create, alter and drop users from the system.
Definition at line 55 of file SystemGroups.cs.
1.8.10