(file) Return to CIMOperationRequestAuthorizer.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Server

Diff for /pegasus/src/Pegasus/Server/CIMOperationRequestAuthorizer.cpp between version 1.46 and 1.47

version 1.46, 2006/11/14 18:34:59 version 1.47, 2007/02/07 21:24:46
Line 320 
Line 320 
                 ((CIMInvokeMethodRequestMessage*)req.get())->methodName,                 ((CIMInvokeMethodRequestMessage*)req.get())->methodName,
                 PEGASUS_CIM_EXCEPTION_L(CIM_ERR_ACCESS_DENIED,                 PEGASUS_CIM_EXCEPTION_L(CIM_ERR_ACCESS_DENIED,
                     MessageLoaderParms(                     MessageLoaderParms(
                         "Server.CIMOperationRequestAuthorizer.NOT_AUTHORIZED",                          "Server.CIMOperationRequestAuthorizer.NAMESPACE_AUTHORIZATION_FAILED",
                         "Not authorized to run $0 in the namespace $1",                          "User '$0' is not authorized to run '$1' in the namespace '$2'",
                         cimMethodName, nameSpace.getString())));                          userName, cimMethodName, nameSpace.getString())));
         }         }
         else         else
         {         {
Line 333 
Line 333 
                 cimMethodName,                 cimMethodName,
                 PEGASUS_CIM_EXCEPTION_L(CIM_ERR_ACCESS_DENIED,                 PEGASUS_CIM_EXCEPTION_L(CIM_ERR_ACCESS_DENIED,
                     MessageLoaderParms(                     MessageLoaderParms(
                         "Server.CIMOperationRequestAuthorizer.NOT_AUTHORIZED",                          "Server.CIMOperationRequestAuthorizer.NAMESPACE_AUTHORIZATION_FAILED",
                         "Not authorized to run $0 in the namespace $1",                          "User '$0' is not authorized to run '$1' in the namespace '$2'",
                         cimMethodName, nameSpace.getString())));                          userName, cimMethodName, nameSpace.getString())));
         }         }
         PEG_METHOD_EXIT();         PEG_METHOD_EXIT();
         return;         return;
Line 475 
Line 475 
                       ((CIMInvokeMethodRequestMessage*)req.get())->methodName,                       ((CIMInvokeMethodRequestMessage*)req.get())->methodName,
                       PEGASUS_CIM_EXCEPTION_L(CIM_ERR_ACCESS_DENIED,                       PEGASUS_CIM_EXCEPTION_L(CIM_ERR_ACCESS_DENIED,
                           MessageLoaderParms(                           MessageLoaderParms(
                               "Server.CIMOperationRequestAuthorizer."                          "Server.CIMOperationRequestAuthorizer.NAMESPACE_AUTHORIZATION_FAILED",
                                   "NOT_AUTHORIZED",                          "User '$0' is not authorized to run '$1' in the namespace '$2'",
                               "Not authorized to run $0 in the namespace $1",                          userName, cimMethodName, nameSpace.getString())));
                               cimMethodName, nameSpace.getString())));  
                 }                 }
                 else                 else
                 {                 {
Line 489 
Line 488 
                         cimMethodName,                         cimMethodName,
                         PEGASUS_CIM_EXCEPTION_L(CIM_ERR_ACCESS_DENIED,                         PEGASUS_CIM_EXCEPTION_L(CIM_ERR_ACCESS_DENIED,
                             MessageLoaderParms(                             MessageLoaderParms(
                                 "Server.CIMOperationRequestAuthorizer."                               "Server.CIMOperationRequestAuthorizer.NAMESPACE_AUTHORIZATION_FAILED",
                                     "NOT_AUTHORIZED",                               "User '$0' is not authorized to run '$1' in the namespace '$2'",
                                 "Not authorized to run $0 in the namespace $1",                               userName, cimMethodName, nameSpace.getString())));
                                 cimMethodName, nameSpace.getString())));  
                 }                 }
  
                 PEG_METHOD_EXIT();                 PEG_METHOD_EXIT();


Legend:
Removed from v.1.46  
changed lines
  Added in v.1.47

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2