Pangloss::Segment::RemoteUserLoader - load current user.


Pangloss documentation  | view source Contained in the Pangloss distribution.

Index


NAME

Top

Pangloss::Segment::RemoteUserLoader - load current user.

SYNOPSIS

Top

  $pipe->add_segment( Pangloss::Segment::RemoteUserLoader->new )

DESCRIPTION

Top

This Pipeline::Segment tries to load the user from $ENV{REMOTE_USER}. If found, it loads the user object from Pangloss and saves it in the session.

AUTHOR

Top

Steve Purkis <spurkis@quiup.com>

SEE ALSO

Top

Pangloss::Application::UserEditor, OpenFrame::WebApp::Segment::User::EnvLoader, OpenFrame::WebApp::Segment::Session


Pangloss documentation  | view source Contained in the Pangloss distribution.