#include "OW_config.h"
#include "OW_SimpleAuthorizer2.hpp"
#include "OW_Assertion.hpp"
#include "OW_UserInfo.hpp"
#include "OW_OperationContext.hpp"
#include "OW_Logger.hpp"
#include "OW_Format.hpp"
#include "OW_ConfigOpts.hpp"
#include "OW_CIMClass.hpp"
#include "OW_CIMValue.hpp"
#include "OW_CIMException.hpp"
#include "OW_CIMObjectPath.hpp"
#include "OW_CIMInstance.hpp"
#include "OW_CIMProperty.hpp"
#include "OW_CIMQualifierType.hpp"
#include "OW_CIMOMHandleIFC.hpp"
#include <cstring>
Include dependency graph for OW_SimpleAuthorizer2.cpp:
Go to the source code of this file.
Namespaces | |
namespace | OW_NAMESPACE |
Functions | |
OW_AUTHORIZER2_FACTORY (OpenWBEM::SimpleAuthorizer2, simple) | |
Variables | |
const String | OW_NAMESPACE::ACCESS_READ ("r") |
const String | OW_NAMESPACE::ACCESS_WRITE ("w") |
const String | OW_NAMESPACE::ACCESS_READWRITE ("rw") |
const String | OW_NAMESPACE::COMPONENT_NAME = "ow.authorizer.simple2" |
|
|