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
Authen::PAAS::Callback(3) User Contributed Perl Documentation Authen::PAAS::Callback(3)

Authen::PAAS::Callback - callback for retrieving authentication data

  use Authen::PAAS::Callback;

  my $callback = Authen::PAAS::Callback::SOMECLASS->new();
  my $data = $callback->data;

This module provides an mechanism for login modules to retrieve authentication data from an external party, without having to know the means of communication between the application and the user. So, a login module can merely lookup the callback associated with the key "username", and ask it for data, regardless of whether the callback reads the username from the console, pops up a dialog box, or fetches it from the HTTP headers.

my $callback = Authen::PAAS::Callback->new();
Creates a new callback object. There are no required parameters to this constructor.
my $data = $callback->data;
Retrieves the data from this callback. This method must be implemented by the subclass, and it is entirely upto the subclass how the data is collected from the user.

Daniel Berrange <dan@berrange.com>

Copyright (C) 2004-2006 Daniel Berrange

Authen::PAAS::Context, Authen::PAAS::LoginModule
2006-06-03 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.