PerlDoc

26 August 2025 - 17:41 | Version 1 |
See PublishedAPI for packages intended to be used by Plugin and Contrib authors, or browse all packages.
See also Developing plugins, Developer's Bible, Technical Overview


Parent package: Foswiki::Plugins::CaptchaPlugin
Child packages:

    internal package Foswiki::Plugins::CaptchaPlugin::Store

    class to manage the captcha

    ClassMethod new() → $store

    constructor for a store object

    ObjectMethod writeDebug($message)

    prints debug $message to STDERR

    ObjectMethod readCaptcha($challenge)

    reads the store and creates a Captcha object for it

    ObjectMethod writeCaptcha($captcha)

    takes a Captcha object and saves it into the store

    ObjectMethod removeCaptcha($captcha)

    deletes the store for the given captcha object

    ObjectMethod lockDB($mode)

    locking for the captcha store

    ObjectMethod unlockDB()

    unlocks the store

    ObjectMethod expire()

    expires objects stored in the database