Authen::PAAS::BasicUser - a simple user principal
use Authen::PAAS::BasicUser;
my $principal = Authen::PAAS::BasicUser->new("joeblogs");
This module provides a representation of the simple virtual user principal
created by the Authen::PAAS::BasicLoginModule module
- my $principal = Authen::PAAS::BasicUser->new($username);
- Creates a new basic user, with the name given by the
$username parameter.
Daniel Berrange <dan@berrange.com>
Copyright (C) 2004-2006 Daniel Berrange
Authen::PAAS::BasicLoginModule, Authen::PAAS::Principal