Classes | |
| class | SecurityManager |
| struct | SecurityToken |
Variables | |
| const u_long | MYSERVER_PERMISSION_BROWSE = (1<<4) |
| const u_long | MYSERVER_PERMISSION_DELETE = (1<<3) |
| const u_long | MYSERVER_PERMISSION_EXECUTE = (1<<2) |
| const u_long | MYSERVER_PERMISSION_READ = (1<<0) |
| const u_long | MYSERVER_PERMISSION_WRITE = (1<<1) |
|
|
Current user can browse the directory content. |
|
|
Current user can remove the file. |
|
|
Current user can execute the file. |
|
|
Current user can read the file. |
|
|
Current user can write to the file. |
1.3.9.1