Public Member Functions | |
| void | reset () |
| SecurityToken () | |
Public Attributes | |
| char * | authType |
| int | authTypeLen |
| const char * | directory |
| const char * | filename |
| HashMap< string, string * > * | otherValues |
| const char * | password |
| int * | providedMask |
| char * | requiredPassword |
| const char * | sysdirectory |
| HttpThreadContext * | td |
| int | throttlingRate |
| const char * | user |
|
|
Create the object. |
|
|
Reset every structure member. |
|
|
Authorization scheme to use. |
|
|
Length for the [authType] allocated string. |
|
|
Directory that the user is in. |
|
|
File that the user tried to access. |
|
|
|
|
|
Password provided by the user. |
|
|
Permission mask that the user will have providing [neededPassword]. |
|
|
Password that the user should provide to have access. This is used in authorization schemes like the HTTP digest, where the password is not sent in clear on the network. |
|
|
System directory for the host. |
|
|
|
|
|
Throttling rate to use with specified user. |
|
|
User to check for. |
1.3.9.1