14 #ifndef OSGDB_AUTHENTICATIONMAP
15 #define OSGDB_AUTHENTICATIONMAP 1
17 #include <osg/Referenced>
18 #include <osg/ref_ptr>
20 #include <osgDB/Export>
79 #endif // OSGDB_AUTHENTICATIONMAP
HttpAuthentication httpAuthentication
virtual ~AuthenticationDetails()
virtual ~AuthenticationMap()
AuthenticationDetailsMap _authenticationMap
AuthenticationDetails(const std::string &u, const std::string &p, HttpAuthentication auth=BASIC)
std::map< std::string, osg::ref_ptr< AuthenticationDetails > > AuthenticationDetailsMap