#include "OW_config.h"
#include "OW_LocalAuthenticationCommon.hpp"
#include "OW_String.hpp"
#include "OW_Array.hpp"
#include "OW_FileSystem.hpp"
#include "OW_File.hpp"
#include "OW_Format.hpp"
#include <unistd.h>
#include <sys/types.h>
#include <pwd.h>
#include <sys/stat.h>
#include <cstring>
#include <cstdio>
#include <cerrno>
#include <ctime>
#include <iostream>
Include dependency graph for OW_LocalAuthenticationCommon.cpp:
Go to the source code of this file.
Namespaces | ||||
namespace | OW_NAMESPACE | |||
namespace | OW_NAMESPACE::LocalAuthenticationCommon | |||
Functions | ||||
OW_NAMESPACE::LocalAuthenticationCommon::OW_DEFINE_EXCEPTION (LocalAuthentication) | ||||
void | OW_NAMESPACE::LocalAuthenticationCommon::initializeDir () | |||
| ||||
String | OW_NAMESPACE::LocalAuthenticationCommon::createFile (const String &uid, const String &cookie) | |||
Variables | ||||
::mode_t | m_oldumask | |||
String | m_filename | |||
bool | m_delete |
|
Definition at line 187 of file OW_LocalAuthenticationCommon.cpp. |
|
Definition at line 186 of file OW_LocalAuthenticationCommon.cpp. |
|
Definition at line 163 of file OW_LocalAuthenticationCommon.cpp. |