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-2005 Daniel Berrange
SEE ALSO
perl(1), Authen::PAAS::BasicLoginModule, Authen::PAAS::Principal
2 POD Errors
The following errors were encountered while parsing the POD:
- Around line 42:
You can't have =items (as at line 56) unless the first thing after the =over is an =item
- Around line 77:
=back doesn't take any parameters, but you said =back 4