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