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

Diff for /pegasus/src/Pegasus/Common/AuthenticationInfoRep.cpp between version 1.11 and 1.12

version 1.11, 2004/05/21 20:57:00 version 1.12, 2004/06/30 18:20:14
Line 40 
Line 40 
  
 PEGASUS_NAMESPACE_BEGIN PEGASUS_NAMESPACE_BEGIN
  
   const String AuthenticationInfoRep::AUTH_TYPE_SSL = "SSL";
  
 AuthenticationInfoRep::AuthenticationInfoRep(Boolean flag) AuthenticationInfoRep::AuthenticationInfoRep(Boolean flag)
     :     :
Line 50 
Line 51 
     _privileged(false),     _privileged(false),
     _authType(String::EMPTY),     _authType(String::EMPTY),
     _authStatus(NEW_REQUEST),     _authStatus(NEW_REQUEST),
     _peerCertificate(0),  
     _exportConnection(false)     _exportConnection(false)
 { {
     PEG_METHOD_ENTER(     PEG_METHOD_ENTER(
Line 153 
Line 153 
 } }
 #endif #endif
  
 void   AuthenticationInfoRep::setPeerCertificate(SSLCertificateInfo* peerCertificate)  
 {  
     PEG_METHOD_ENTER(  
                     TRC_AUTHENTICATION, "AuthenticationInfoRep::setPeerCertificate");  
   
     _peerCertificate = peerCertificate;  
   
     PEG_METHOD_EXIT();  
 }  
   
 void   AuthenticationInfoRep::setExportConnection(Boolean exportConnection) void   AuthenticationInfoRep::setExportConnection(Boolean exportConnection)
 { {
     PEG_METHOD_ENTER(TRC_AUTHENTICATION,     PEG_METHOD_ENTER(TRC_AUTHENTICATION,


Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2