Kernel::System::Auth::PostAuth::Base

NAME

Kernel::System::Auth::PostAuth::Base

DESCRIPTION

This is the base module for the post authorization modules.

PUBLIC INTERFACE

has UserData

Attribute that holds the user data.

ModuleName()

Returns the module name that will be returned if the step is needed for the current user.

_SetUserData()

Set function for the user data.

    $PostAuthPasswordChangeObject->_SetUserData(
        User => 'tt',
    );
Scroll to Top