|
bool | OMEverifyUserPassword (const char *userName, const char *password) |
|
int | OMEgetSystemUser (OMEstring &sysUser, OMEstring &sysPw) |
|
void | OMEaddToACL (OMEassoc &result, const OMEstring &entity, uint_fast32_t defaultPermission, const OMEassoc &methodList) |
|
OMEassoc * | OMEmakeACL (const OMEstring &entity, uint_fast32_t defaultPermission, const OMEassoc &methodList) |
|
bool | OMEcheckACL (const OMEassoc &acl, const OMEstring &methodName, const OMEthread *threadData) |
|
int | createACLthatAllowsOthers (OMEthread *thread, OMEtype &result, const OMEtype &args) |
|
int | createACLthatDisallowsOthers (OMEthread *thread, OMEtype &result, const OMEtype &args) |
|
int | makeDefaultACL (OMEthread *thread, OMEtype &result) |
|
int | makePermitEveryoneACL (OMEthread *thread, OMEtype &result) |
|
int | addUserToACL (OMEthread *thread, OMEtype &result, const OMEtype &acl, const OMEtype &user, const OMEtype &methods) |
|
int | createNewOIDthatOnlyAllowsOthers (OMEthread *thread, OMEtype &result, const OMEtype &args) |
|
int | becomeUser (OMEthread *thread, OMEtype &result, const OMEtype &userName, const OMEtype &password) |
|
int | becomePseudoUser (OMEthread *thread, OMEtype &result) |
|
bool | OMEcheckResourceAccess (OMEthread *thread, const OMEstring &resourceName) |
|
void | OMEclearUserIDtable () |
|