(file) Return to AuthenticationInfo.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Common

Diff for /pegasus/src/Pegasus/Common/AuthenticationInfo.h between version 1.29 and 1.30

version 1.29, 2006/11/07 21:30:36 version 1.30, 2006/11/08 12:41:27
Line 333 
Line 333 
         _rep->setClientCertificateChain(clientCertificate);         _rep->setClientCertificateChain(clientCertificate);
     }     }
  
       /** Set flag to show that isRemotePrivilegedUserAccess check has been done
           this function should only be used by OpenPegasus AuthenticationHandlers
       */
       void setRemotePrivilegedUserAccessChecked()
       {
           _checkRep();
           _rep->setRemotePrivilegedUserAccessChecked();
       }
   
       /** Get flag that shows if the isRemotePrivilegedUserAccess check has been done
           this function should only be used by OpenPegasus AuthenticationHandlers
       */
       Boolean getRemotePrivilegedUserAccessChecked()
       {
           _checkRep();
           return _rep->getRemotePrivilegedUserAccessChecked();
       }
   
 private: private:
  
     AuthenticationInfo(AuthenticationInfoRep* rep) : _rep(rep)     AuthenticationInfo(AuthenticationInfoRep* rep) : _rep(rep)


Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2