The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Authen::PAAS::BasicUser - a simple user principal

SYNOPSIS

  use Authen::PAAS::BasicUser;

  my $principal = Authen::PAAS::BasicUser->new("joeblogs");

DESCRIPTION

This module provides a representation of the simple virtual user principal created by the Authen::PAAS::BasicLoginModule module

METHODS

my $principal = Authen::PAAS::BasicUser->new($username);

Creates a new basic user, with the name given by the $username parameter.

AUTHORS

Daniel Berrange <dan@berrange.com>

COPYRIGHT

Copyright (C) 2004-2006 Daniel Berrange

SEE ALSO

Authen::PAAS::BasicLoginModule, Authen::PAAS::Principal