OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
LdapServer Class Reference

#include <LdapServer.h>

Public Member Functions

 LdapServer ()
 
 LdapServer (const AuthMetadata &authMetadata)
 
bool authenticate_user (const std::string &userName, const std::string &passwd)
 
bool inUse ()
 

Detailed Description

Definition at line 29 of file LdapServer.h.

Constructor & Destructor Documentation

LdapServer::LdapServer ( )
inline

Definition at line 31 of file LdapServer.h.

31 {}
LdapServer::LdapServer ( const AuthMetadata authMetadata)
inline

Definition at line 32 of file LdapServer.h.

32 {}

Member Function Documentation

bool LdapServer::authenticate_user ( const std::string &  userName,
const std::string &  passwd 
)
inline

Definition at line 33 of file LdapServer.h.

33  {
34  return false;
35  }
bool LdapServer::inUse ( )
inline

Definition at line 36 of file LdapServer.h.

36 { return false; }

The documentation for this class was generated from the following file: