22 #ifndef _GENERIC_MEDIA_SERVER_HH 23 #define _GENERIC_MEDIA_SERVER_HH 28 #ifndef _SERVER_MEDIA_SESSION_HH 32 #ifndef REQUEST_BUFFER_SIZE 33 #define REQUEST_BUFFER_SIZE 20000 // for incoming requests 35 #ifndef RESPONSE_BUFFER_SIZE 36 #define RESPONSE_BUFFER_SIZE 20000 50 void* completionClientData,
84 unsigned reclamationSeconds);
197 virtual void addUserRecord(
char const* username,
char const* password);
virtual void removeUserRecord(char const *username)
virtual char const * lookupPassword(char const *username)
UsageEnvironment & envir() const
virtual unsigned numEntries() const =0
Boolean passwordsAreMD5()
virtual void addUserRecord(char const *username, char const *password)
UserAuthenticationDatabase(char const *realm=NULL, Boolean passwordsAreMD5=False)
virtual ~UserAuthenticationDatabase()