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


Authen-PAAS documentation  | view source Contained in the Authen-PAAS distribution.

Index


NAME

Top

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

SYNOPSIS

Top

  use Authen::PAAS::BasicUser;

  my $principal = Authen::PAAS::BasicUser->new("joeblogs");

DESCRIPTION

Top

This module provides a representation of the simple virtual user principal created by the Authen::PAAS::BasicLoginModule module

METHODS

Top

my $principal = Authen::PAAS::BasicUser->new($username);

Creates a new basic user, with the name given by the $username parameter.

AUTHORS

Top

Daniel Berrange <dan@berrange.com>

COPYRIGHT

Top

SEE ALSO

Top

Authen::PAAS::BasicLoginModule, Authen::PAAS::Principal


Authen-PAAS documentation  | view source Contained in the Authen-PAAS distribution.