GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Gungho::Component::Authentication(3) User Contributed Perl Documentation Gungho::Component::Authentication(3)

Gungho::Component::Authentication - Base Class For WWW Authentication

   package MyAuth;
   use base qw(Gungho::Component::Authentication);

Gungho::Component::Authentication provides the base mechanism to detect and authenticate WWW Authentication responses.

Subclasses must override the authenticate() method.

Should authenticate the request, and do any re-dispatching if need be. Should return 1 if the request has been redispatched.

Checks the given request/response for a WWW Authentication challenge, and re-dispatches the request if need be.

Returns 1 if the request has been redispatched (in which case your engine class should not forward this response to handle_response()), 0 otherwise.

2007-10-25 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.