Kernel::System::Auth::PostAuth::AgentSystemContract

NAME

Kernel::System::Auth::PostAuth::AgentSystemContract

DESCRIPTION

Post authorization module, which checks the system contract.

PUBLIC INTERFACE

Run()

Checks the system contract.

    my $Result = $PostAuthSystemContractObject->Run();

    returns status if something is wrong.
Scroll to Top