(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.31 and 1.31.2.3

version 1.31, 2010/07/28 14:37:52 version 1.31.2.3, 2014/04/28 00:29:12
Line 44 
Line 44 
 const String AuthenticationInfoRep::AUTH_TYPE_ZOS_LOCAL_DOMIAN_SOCKET = "LDS"; const String AuthenticationInfoRep::AUTH_TYPE_ZOS_LOCAL_DOMIAN_SOCKET = "LDS";
 const String AuthenticationInfoRep::AUTH_TYPE_ZOS_ATTLS = "ATTLS"; const String AuthenticationInfoRep::AUTH_TYPE_ZOS_ATTLS = "ATTLS";
  
 AuthenticationInfoRep::AuthenticationInfoRep(Boolean flag)  AuthenticationInfoRep::AuthenticationInfoRep()
     : _connectionAuthenticated(false),     : _connectionAuthenticated(false),
       _wasRemotePrivilegedUserAccessChecked(false)        _wasRemotePrivilegedUserAccessChecked(false),
         _authHandle(),
         _isExpiredPassword(false)
 { {
     PEG_METHOD_ENTER(     PEG_METHOD_ENTER(
         TRC_AUTHENTICATION, "AuthenticationInfoRep::AuthenticationInfoRep");         TRC_AUTHENTICATION, "AuthenticationInfoRep::AuthenticationInfoRep");
Line 160 
Line 162 
     PEG_METHOD_EXIT();     PEG_METHOD_EXIT();
 } }
  
 #ifdef PEGASUS_KERBEROS_AUTHENTICATION  
 void AuthenticationInfoRep::setSecurityAssociation()  
 {  
     PEG_METHOD_ENTER(  
         TRC_AUTHENTICATION, "AuthenticationInfoRep::setSecurityAssociation");  
   
     if ( !_securityAssoc.get() )  
     {  
         _securityAssoc.reset(new CIMKerberosSecurityAssociation);  
     }  
   
     PEG_METHOD_EXIT();  
 }  
 #endif  
   
 void AuthenticationInfoRep::setClientCertificateChain( void AuthenticationInfoRep::setClientCertificateChain(
     Array<SSLCertificateInfo*> clientCertificate)     Array<SSLCertificateInfo*> clientCertificate)
 { {


Legend:
Removed from v.1.31  
changed lines
  Added in v.1.31.2.3

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2