(file) Return to SecureBasicAuthenticator.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Security / Authentication

Diff for /pegasus/src/Pegasus/Security/Authentication/SecureBasicAuthenticator.h between version 1.6 and 1.9

version 1.6, 2005/02/05 23:00:44 version 1.9, 2007/06/29 17:43:15
Line 1 
Line 1 
 //%2005////////////////////////////////////////////////////////////////////////  //%2006////////////////////////////////////////////////////////////////////////
 // //
 // Copyright (c) 2000, 2001, 2002 BMC Software; Hewlett-Packard Development // Copyright (c) 2000, 2001, 2002 BMC Software; Hewlett-Packard Development
 // Company, L.P.; IBM Corp.; The Open Group; Tivoli Systems. // Company, L.P.; IBM Corp.; The Open Group; Tivoli Systems.
Line 8 
Line 8 
 // IBM Corp.; EMC Corporation; VERITAS Software Corporation; The Open Group. // IBM Corp.; EMC Corporation; VERITAS Software Corporation; The Open Group.
 // Copyright (c) 2005 Hewlett-Packard Development Company, L.P.; IBM Corp.; // Copyright (c) 2005 Hewlett-Packard Development Company, L.P.; IBM Corp.;
 // EMC Corporation; VERITAS Software Corporation; The Open Group. // EMC Corporation; VERITAS Software Corporation; The Open Group.
   // Copyright (c) 2006 Hewlett-Packard Development Company, L.P.; IBM Corp.;
   // EMC Corporation; Symantec Corporation; The Open Group.
 // //
 // Permission is hereby granted, free of charge, to any person obtaining a copy // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to // of this software and associated documentation files (the "Software"), to
Line 27 
Line 29 
 // //
 //============================================================================== //==============================================================================
 // //
 // Author: Nag Boranna, Hewlett-Packard Company(nagaraja_boranna@hp.com)  
 //  
 // Modified By:  
 //  
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
 #ifndef Pegasus_SecureBasicAuthenticator_h #ifndef Pegasus_SecureBasicAuthenticator_h
Line 47 
Line 45 
 /** This class provides Secure basic authentication implementation by extending /** This class provides Secure basic authentication implementation by extending
     the BasicAuthenticator.     the BasicAuthenticator.
 */ */
 class PEGASUS_SECURITY_LINKAGE SecureBasicAuthenticator : public BasicAuthenticator  class PEGASUS_SECURITY_LINKAGE SecureBasicAuthenticator
       : public BasicAuthenticator
 { {
 public: public:
  
Line 66 
Line 65 
         const String& userName,         const String& userName,
         const String& password);         const String& password);
  
       /**
           Verify whether the user is valid.
           @param userName String containing the user name
           @return true on successful validation, false otherwise
       */
       Boolean validateUser(const String& userName);
   
     /** Construct and return the HTTP Basic authentication challenge header     /** Construct and return the HTTP Basic authentication challenge header
         @return A string containing the authentication challenge header.         @return A string containing the authentication challenge header.
     */     */
Line 77 
Line 83 
     UserManager*  _userManager;     UserManager*  _userManager;
 }; };
  
   
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END
  
 #endif /* Pegasus_SecureBasicAuthenticator_h */ #endif /* Pegasus_SecureBasicAuthenticator_h */


Legend:
Removed from v.1.6  
changed lines
  Added in v.1.9

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2