#include "OW_config.h"#include "OW_LocalAuthentication.hpp"#include "OW_HTTPSvrConnection.hpp"#include "OW_CryptographicRandomNumber.hpp"#include "OW_UUID.hpp"#include "OW_FileSystem.hpp"#include "OW_Format.hpp"#include "OW_AutoPtr.hpp"#include "OW_UserUtils.hpp"#include "OW_AuthenticationException.hpp"#include "OW_Exec.hpp"#include "OW_LocalAuthenticationCommon.hpp"#include <cerrno>Include dependency graph for OW_LocalAuthentication.cpp:

Go to the source code of this file.
Namespaces | |
| namespace | OW_NAMESPACE |
Functions | |
| bool | OW_NAMESPACE::useHelper () |
| String | OW_NAMESPACE::runHelper (const String &inputCmd, const String &extraInput=String()) |
| void | OW_NAMESPACE::initializeHelper () |
| void | OW_NAMESPACE::cleanupEntryHelper (const String &pathToFile, const String &cookie) |
| String | OW_NAMESPACE::createFileHelper (const String &uid, const String &cookie) |
| String | OW_NAMESPACE::generateNewNonce () |
| void | OW_NAMESPACE::parseInfo (const String &pinfo, SortedVectorMap< String, String > &infoMap) |
| void | OW_NAMESPACE::generateNewCookieFile (const String &uid, String &cookieFileName, String &cookie) |
1.4.6