(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.36 and 1.37

version 1.36, 2014/09/15 07:52:14 version 1.37, 2014/09/26 07:46:58
Line 43 
Line 43 
 const String AuthenticationInfoRep::AUTH_TYPE_SSL = "SSL"; const String AuthenticationInfoRep::AUTH_TYPE_SSL = "SSL";
 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";
   const String AuthenticationInfoRep::AUTH_TYPE_COOKIE = "COOKIE";
  
 AuthenticationInfoRep::AuthenticationInfoRep() AuthenticationInfoRep::AuthenticationInfoRep()
     : _connectionAuthenticated(false),     : _connectionAuthenticated(false),
       _wasRemotePrivilegedUserAccessChecked(false),       _wasRemotePrivilegedUserAccessChecked(false),
       _authHandle(),       _authHandle(),
       _isExpiredPassword(false)        _isExpiredPassword(false),
         _cookie()
 { {
     PEG_METHOD_ENTER(     PEG_METHOD_ENTER(
         TRC_AUTHENTICATION, "AuthenticationInfoRep::AuthenticationInfoRep");         TRC_AUTHENTICATION, "AuthenticationInfoRep::AuthenticationInfoRep");


Legend:
Removed from v.1.36  
changed lines
  Added in v.1.37

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2