![]() |
![]()
| ![]() |
![]()
NAMEAuthen::PAAS::Callback - callback for retrieving authentication data SYNOPSISuse Authen::PAAS::Callback; my $callback = Authen::PAAS::Callback::SOMECLASS->new(); my $data = $callback->data; DESCRIPTIONThis 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. METHODS
AUTHORSDaniel Berrange <dan@berrange.com> COPYRIGHTCopyright (C) 2004-2006 Daniel Berrange SEE ALSOAuthen::PAAS::Context, Authen::PAAS::LoginModule
|