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

Authen::PluggableCaptcha::Render

Base Render Class

There is no constructor. Calling ->new() will die . new() must be subclassed.

"_init PARAMS"
base render setup. PARAMS are required name/value pairs. Required PARAMS are:
"challenge_instance TYPE"
an instance of an Authen::PluggableCaptcha::Challenge object

It's often easiest for derived classes to call

        Authen::PluggableCaptcha::Render::_init( $self , \%kw_args );

in their constructors

"_challenge_instance TYPE"
sets the internal stash of the Authen::PluggableCaptcha::Challenge object. you probably don't want to call this , unless you replace _init_render
"challenge_instance"
gets the internal stash of the Authen::PluggableCaptcha::Challenge object.
"is_rendered BOOL"
gets/sets a bool if the object is rendered or not
"expired_message TEXT"
gets/sets the expired message
"as_string"
returns a rendering of the captcha as a string. this MUST be subclassed
"render"
runs the render logic. this MUST be subclassed
"init_expired"
called by Authen::PluggableCaptcha when initializing a new captcha render object for an expired key
"init_valid"
called by Authen::PluggableCaptcha when initializing a new captcha render object for a valid key

Set the Following envelope variables for debugging

        $ENV{'Authen::PluggableCaptcha::Render-DEBUG_FUNCTION_NAME'}

debug messages are sent to STDERR via the ErrorLoggingObject package

2007-02-21 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.