|
Authen::PAAS::BasicUser - a simple user principal |
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 the Authen::PAAS::BasicLoginModule manpage module
$username
parameter.
Daniel Berrange <dan@berrange.com>
Copyright (C) 2004-2005 Daniel Berrange
perl(1), the Authen::PAAS::BasicLoginModule manpage, the Authen::PAAS::Principal manpage
|
Authen::PAAS::BasicUser - a simple user principal |