![]() |
![]()
| ![]() |
![]()
NAMEAuthen::PAAS::Principal - An identity for a subject SYNOPSISuse Authen::PAAS::Principal; my $princ = Authen::PAAS::Principal->new(name => $name); print $princ->name, "\n"; DESCRIPTIONThis module represents an identity for a subject. An identity may be a kerberos principal, a UNIX username, or any other identifying token related to a particular authentication scheme. This module will usually be sub-classed by each "Authen::PAAS::LoginModule" implementation to provide module specific identifying data. METHODS
AUTHORSDaniel Berrange <dan@berrange.com> COPYRIGHTCopyright (C) 2004-2006 Daniel Berrange SEE ALSOAuthen::PAAS::Subject, Authen::PAAS::Credential
|