Auto generate handler wrapper when possible (#1718)
parent
c968b39715
commit
5af27967c6
@ -1,13 +0,0 @@ |
||||
# LLNG wrapper class to enable AuthBasic handler with Apache-2/ModPerl-2 |
||||
# |
||||
# See https://lemonldap-ng.org/documentation/latest/handlerarch |
||||
package Lemonldap::NG::Handler::ApacheMP2::AuthBasic; |
||||
|
||||
use strict; |
||||
|
||||
use base 'Lemonldap::NG::Handler::Lib::AuthBasic', |
||||
'Lemonldap::NG::Handler::ApacheMP2::Main'; |
||||
|
||||
our $VERSION = '2.1.0'; |
||||
|
||||
1; |
@ -1,13 +0,0 @@ |
||||
# LLNG wrapper class to enable CDA handler with Apache-2/ModPerl-2 |
||||
# |
||||
# See https://lemonldap-ng.org/documentation/latest/handlerarch |
||||
package Lemonldap::NG::Handler::ApacheMP2::CDA; |
||||
|
||||
use strict; |
||||
|
||||
use base 'Lemonldap::NG::Handler::Lib::CDA', |
||||
'Lemonldap::NG::Handler::ApacheMP2::Main'; |
||||
|
||||
our $VERSION = '2.1.0'; |
||||
|
||||
1; |
@ -1,13 +0,0 @@ |
||||
# LLNG wrapper class to enable DevOps handler with Apache-2/ModPerl-2 |
||||
# |
||||
# See https://lemonldap-ng.org/documentation/latest/handlerarch |
||||
package Lemonldap::NG::Handler::ApacheMP2::DevOps; |
||||
|
||||
use strict; |
||||
|
||||
use base 'Lemonldap::NG::Handler::Lib::DevOps', |
||||
'Lemonldap::NG::Handler::ApacheMP2::Main'; |
||||
|
||||
our $VERSION = '2.1.0'; |
||||
|
||||
1; |
@ -1,13 +0,0 @@ |
||||
# LLNG wrapper class to enable OAuth2 handler with Apache-2/ModPerl-2 |
||||
# |
||||
# See https://lemonldap-ng.org/documentation/latest/handlerarch |
||||
package Lemonldap::NG::Handler::ApacheMP2::OAuth2; |
||||
|
||||
use strict; |
||||
|
||||
use base 'Lemonldap::NG::Handler::Lib::OAuth2', |
||||
'Lemonldap::NG::Handler::ApacheMP2::Main'; |
||||
|
||||
our $VERSION = '2.0.4'; |
||||
|
||||
1; |
@ -1,13 +0,0 @@ |
||||
# LLNG wrapper class to enable SecureToken handler with Apache-2/ModPerl-2 |
||||
# |
||||
# See https://lemonldap-ng.org/documentation/latest/handlerarch |
||||
package Lemonldap::NG::Handler::ApacheMP2::SecureToken; |
||||
|
||||
use strict; |
||||
|
||||
use base 'Lemonldap::NG::Handler::Lib::SecureToken', |
||||
'Lemonldap::NG::Handler::ApacheMP2::Main'; |
||||
|
||||
our $VERSION = '2.1.0'; |
||||
|
||||
1; |
@ -1,13 +0,0 @@ |
||||
# LLNG wrapper class to enable ServiceToken handler with Apache-2/ModPerl-2 |
||||
# |
||||
# See https://lemonldap-ng.org/documentation/latest/handlerarch |
||||
package Lemonldap::NG::Handler::ApacheMP2::ServiceToken; |
||||
|
||||
use strict; |
||||
|
||||
use base 'Lemonldap::NG::Handler::Lib::ServiceToken', |
||||
'Lemonldap::NG::Handler::ApacheMP2::Main'; |
||||
|
||||
our $VERSION = '2.1.0'; |
||||
|
||||
1; |
@ -1,13 +0,0 @@ |
||||
# LLNG wrapper class to enable ZimbraPreAuth handler with Apache-2/ModPerl-2 |
||||
# |
||||
# See https://lemonldap-ng.org/documentation/latest/handlerarch |
||||
package Lemonldap::NG::Handler::ApacheMP2::ZimbraPreAuth; |
||||
|
||||
use strict; |
||||
|
||||
use base 'Lemonldap::NG::Handler::Lib::ZimbraPreAuth', |
||||
'Lemonldap::NG::Handler::ApacheMP2::Main'; |
||||
|
||||
our $VERSION = '2.1.0'; |
||||
|
||||
1; |
@ -1,13 +0,0 @@ |
||||
# LLNG wrapper class to enable AuthBasic handler with auto-protected PSGI |
||||
# |
||||
# See https://lemonldap-ng.org/documentation/latest/handlerarch |
||||
package Lemonldap::NG::Handler::PSGI::AuthBasic; |
||||
|
||||
use strict; |
||||
|
||||
use base 'Lemonldap::NG::Handler::Lib::AuthBasic', |
||||
'Lemonldap::NG::Handler::PSGI::Main'; |
||||
|
||||
our $VERSION = '2.1.0'; |
||||
|
||||
1; |
@ -1,13 +0,0 @@ |
||||
# LLNG wrapper class to enable CDA handler with auto-protected PSGI |
||||
# |
||||
# See https://lemonldap-ng.org/documentation/latest/handlerarch |
||||
package Lemonldap::NG::Handler::PSGI::CDA; |
||||
|
||||
use strict; |
||||
|
||||
use base 'Lemonldap::NG::Handler::Lib::CDA', |
||||
'Lemonldap::NG::Handler::PSGI::Main'; |
||||
|
||||
our $VERSION = '2.1.0'; |
||||
|
||||
1; |
@ -1,13 +0,0 @@ |
||||
# LLNG wrapper class to enable ServiceToken handler with FastCGI handler |
||||
# |
||||
# See https://lemonldap-ng.org/documentation/latest/handlerarch |
||||
package Lemonldap::NG::Handler::PSGI::ServiceToken; |
||||
|
||||
use strict; |
||||
|
||||
use base 'Lemonldap::NG::Handler::Lib::ServiceToken', |
||||
'Lemonldap::NG::Handler::PSGI::Main'; |
||||
|
||||
our $VERSION = '2.1.0'; |
||||
|
||||
1; |
@ -1,13 +0,0 @@ |
||||
# LLNG wrapper class to enable AuthBasic handler with FastCGI handler |
||||
# |
||||
# See https://lemonldap-ng.org/documentation/latest/handlerarch |
||||
package Lemonldap::NG::Handler::Server::AuthBasic; |
||||
|
||||
use strict; |
||||
|
||||
use base 'Lemonldap::NG::Handler::Lib::AuthBasic', |
||||
'Lemonldap::NG::Handler::Server::Main'; |
||||
|
||||
our $VERSION = '2.1.0'; |
||||
|
||||
1; |
@ -1,13 +0,0 @@ |
||||
# LLNG wrapper class to enable CDA handler with FastCGI handler |
||||
# |
||||
# See https://lemonldap-ng.org/documentation/latest/handlerarch |
||||
package Lemonldap::NG::Handler::Server::CDA; |
||||
|
||||
use strict; |
||||
|
||||
use base 'Lemonldap::NG::Handler::Lib::CDA', |
||||
'Lemonldap::NG::Handler::Server::Main'; |
||||
|
||||
our $VERSION = '2.1.0'; |
||||
|
||||
1; |
@ -1,13 +0,0 @@ |
||||
# LLNG wrapper class to enable DevOps handler with FastCGI handler |
||||
# |
||||
# See https://lemonldap-ng.org/documentation/latest/handlerarch |
||||
package Lemonldap::NG::Handler::Server::DevOps; |
||||
|
||||
use strict; |
||||
|
||||
use base 'Lemonldap::NG::Handler::Lib::DevOps', |
||||
'Lemonldap::NG::Handler::Server::Main'; |
||||
|
||||
our $VERSION = '2.1.0'; |
||||
|
||||
1; |
@ -1,13 +0,0 @@ |
||||
# LLNG wrapper class to enable OAuth2 handler with FastCGI handler |
||||
# |
||||
# See https://lemonldap-ng.org/documentation/latest/handlerarch |
||||
package Lemonldap::NG::Handler::Server::OAuth2; |
||||
|
||||
use strict; |
||||
|
||||
use base 'Lemonldap::NG::Handler::Lib::OAuth2', |
||||
'Lemonldap::NG::Handler::Server::Main'; |
||||
|
||||
our $VERSION = '2.0.4'; |
||||
|
||||
1; |
@ -1,13 +0,0 @@ |
||||
# LLNG wrapper class to enable SecureToken handler with FastCGI handler |
||||
# |
||||
# See https://lemonldap-ng.org/documentation/latest/handlerarch |
||||
package Lemonldap::NG::Handler::Server::SecureToken; |
||||
|
||||
use strict; |
||||
|
||||
use base 'Lemonldap::NG::Handler::Lib::SecureToken', |
||||
'Lemonldap::NG::Handler::Server::Main'; |
||||
|
||||
our $VERSION = '2.1.0'; |
||||
|
||||
1; |
@ -1,13 +0,0 @@ |
||||
# LLNG wrapper class to enable ServiceToken handler with FastCGI handler |
||||
# |
||||
# See https://lemonldap-ng.org/documentation/latest/handlerarch |
||||
package Lemonldap::NG::Handler::Server::ServiceToken; |
||||
|
||||
use strict; |
||||
|
||||
use base 'Lemonldap::NG::Handler::Lib::ServiceToken', |
||||
'Lemonldap::NG::Handler::Server::Main'; |
||||
|
||||
our $VERSION = '2.1.0'; |
||||
|
||||
1; |
@ -1,13 +0,0 @@ |
||||
# LLNG wrapper class to enable ZimbraPreAuth handler with FastCGI handler |
||||
# |
||||
# See https://lemonldap-ng.org/documentation/latest/handlerarch |
||||
package Lemonldap::NG::Handler::Server::ZimbraPreAuth; |
||||
|
||||
use strict; |
||||
|
||||
use base 'Lemonldap::NG::Handler::Lib::ZimbraPreAuth', |
||||
'Lemonldap::NG::Handler::Server::Main'; |
||||
|
||||
our $VERSION = '2.1.0'; |
||||
|
||||
1; |
Loading…
Reference in new issue