Apache2-AuthCASpbh
view release on metacpan or search on metacpan
lib/Apache2/AuthCASpbh/UserAgent.pm view on Meta::CPAN
=head1 SYNOPSIS
use Apache2::AuthCASpbh::UserAgent;
my $ua = Apache2::AuthCASpbh::UserAgent->new(
apache_r => $r,
cas_cookie_map => [ { URL_re => '^https://my\.server/cas' },
{ URL_re => '^https://other\.server/ssoapp',
cookie_name => 'CAS_Cookie' } ]);
my $req = HTTP::Request->new('GET', 'https://my.server/');
=head1 DESCRIPTION
AuthCASpbh::UserAgent is a derivative of L<LWP::UserAgent> that adds
transparent support for proxy CAS authentication. All of the documentation for
L<LWP::UserAgent> applies, and any method or configuration described in that
documentation is supported by an Apache2::AuthCASpbh::UserAgent object.
AuthCASpbh::UserAgent adds two configuration options to the new() method as
defined by LWP::UserAgent:
( run in 0.416 second using v1.01-cache-2.11-cpan-de7293f3b23 )