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



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 the Authen::PAAS::BasicLoginModule manpage 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), the Authen::PAAS::BasicLoginModule manpage, the Authen::PAAS::Principal manpage

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