1 package SL::DB::Helper::ALLAuth;
5 use SL::DB::AuthClient;
6 use SL::DB::AuthClientGroup;
7 use SL::DB::AuthClientUser;
9 use SL::DB::AuthGroupRight;
10 use SL::DB::AuthMasterRight;
11 use SL::DB::AuthSchemaInfo;
12 use SL::DB::AuthSession;
13 use SL::DB::AuthSessionContent;
15 use SL::DB::AuthUserConfig;
16 use SL::DB::AuthUserGroup;
26 SL::DB::Helper::ALLAuth: Dependency-only package for all SL::DB::Auth* modules
30 use SL::DB::Helper::ALLAuth;
34 This module depends on all modules in SL/DB/Auth*.pm for the
35 convenience of being able to write a simple \C<use
36 SL::DB::Helper::ALLAuth> and having everything loaded. This is
37 supposed to be used only in the kivitendo console. Normal modules
38 should C<use> only the modules they actually need.
42 Moritz Bunkus E<lt>m.bunkus@linet-services.deE<gt>