SYNOPSIS
package My::SecureToken; use Lemonldap::NG::Handler::SecureToken; @ISA = qw(Lemonldap::NG::Handler::SecureToken);__PACKAGE__->init ( {
# See Lemonldap::NG::Handler for more
} );
1;
DESCRIPTION
Edit your vhost configuration like this:<VirtualHost *> ServerName secure.example.com
# Load Secure Token Handler PerlRequire __HANDLERDIR__/MyHandlerSecureToken.pm PerlHeaderParserHandler My::SecureToken
</VirtualHost>
EXPORT
See Lemonldap::NG::HandlerAUTHOR
Clement Oudot, <[email protected]>COPYRIGHT AND LICENSE
Copyright (C) 2011 by Clement Oudot
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.10.0 or,
at your option, any later version of Perl 5 you may have available.
=cut