- Added a simple Single Sign On mechanism.

- Added the SessionId macro.
This commit is contained in:
JT Smith 2007-06-10 17:52:51 +00:00
parent f25553394e
commit c9266c4588
4 changed files with 81 additions and 0 deletions

View file

@ -226,6 +226,8 @@ sub getOperations {
'spectreGetSiteData' => 'WebGUI::Operation::Spectre',
'spectreTest' => 'WebGUI::Operation::Spectre',
'ssoViaSessionId' => 'WebGUI::Operation::SSO',
'viewStatistics' => 'WebGUI::Operation::Statistics',
'makePrintable' => 'WebGUI::Operation::Style',