Server 0.0.1
HTTP/REST server implementation

include/auth.h

Go to the documentation of this file.
00001 #ifndef __AUTH_H__
00002 #define __AUTH_H__
00003 
00004 #include "auth/auth.h"
00005 #include "auth/ldap.h"
00006 #include "auth/credential.h"
00007 #include "auth/interface/auth.h"
00008 
00009 #endif // __AUTH_H__
00010 
00011 // vim: set ts=4 sw=4:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines