Kernel::System::Web::InterfaceAgent - the agent web interface
the global agent web interface (authentication, session handling, ...)
create agent web interface object. Do not use it directly, instead use:
use Kernel::System::ObjectManager; my $Debug = 0, local $Kernel::OM = Kernel::System::ObjectManager->new( 'Kernel::System::Web::InterfaceAgent' => { Debug => 0, WebRequest => CGI::Fast->new(), # optional, e. g. if fast cgi is used, # the CGI object is already provided } ); my $InterfaceAgent = $Kernel::OM->Get('Kernel::System::Web::InterfaceAgent');
execute the object
$InterfaceAgent->Run();
This software is part of the OTRS project (https://otrs.org/).
This software comes with ABSOLUTELY NO WARRANTY. For details, see the enclosed file COPYING for license information (GPL). If you did not receive this file, see https://www.gnu.org/licenses/gpl-3.0.txt.