|
Class Summary |
| BindDatabaseHandler |
This class implements a bind database handler class. |
| BindDatabaseServer |
This class implements a database server class, which can
authenticate users by binding to a database. |
| DatabaseHandler |
This abstract class implements a database handler class, inherited by
BindDatabaseHandler and SearchDatabaseHandler. |
| DatabaseServer |
This abstract class implements a database server class, inherited by
BindDatabaseServer and SearchDatabaseServer. |
| QueryDatabaseHandler |
This class implements a query database handler class. |
| QueryDatabaseServer |
This class also implements a database server class, which can
authenticate users by searching into a database. |
| SearchDatabaseHandler |
This class implements a search database handler class. |