#include "OW_config.h"
#include "OW_Exception.hpp"
#include "OW_CommonFwd.hpp"
Include dependency graph for OW_LocalAuthenticationCommon.hpp:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | ||||
namespace | OW_NAMESPACE | |||
namespace | OW_NAMESPACE::LocalAuthenticationCommon | |||
Defines | ||||
#define | LOCAL_AUTH_DIR OW_DEFAULT_STATE_DIR "/openwbem/OWLocal" | |||
Functions | ||||
OW_NAMESPACE::LocalAuthenticationCommon::OW_DECLARE_EXCEPTION (LocalAuthentication) | ||||
void | OW_NAMESPACE::LocalAuthenticationCommon::initializeDir () | |||
| ||||
String | OW_NAMESPACE::LocalAuthenticationCommon::createFile (const String &uid, const String &cookie) | |||
Variables | ||||
static const char *const | OW_NAMESPACE::LocalAuthenticationCommon::OWLOCALHELPER_BINARY = OW_DEFAULT_LIBEXEC_DIR "/openwbem/owlocalhelper" | |||
static const char *const | OW_NAMESPACE::LocalAuthenticationCommon::REMOVE_CMD = "remove" | |||
static const char *const | OW_NAMESPACE::LocalAuthenticationCommon::INITIALIZE_CMD = "initialize" | |||
static const char *const | OW_NAMESPACE::LocalAuthenticationCommon::CREATE_CMD = "create" |
|
Definition at line 57 of file OW_LocalAuthenticationCommon.hpp. Referenced by OW_NAMESPACE::LocalAuthenticationCommon::initializeDir(). |