![]() |
![]()
| ![]() |
![]()
NAMEAuthen::PAAS::Credential - represents a credential for a subject SYNOPSISuse Authen::PAAS::Credential; my $cred = Authen::PAAS::Credential->new(name => "krb5ticket"); print $cred->name, "\n"; DESCRIPTIONThe "Authen::PAAS::Credential" module represents a credential for an authenticated subject. A credential is merely an abstract token generated during the authentication process. This module would be subclassed by "Authen::PAAS::LoginModule" implementations to provide module specific data. METHODS
AUTHORSDaniel Berrange <dan@berrange.com> COPYRIGHTCopyright (C) 2004-2006 Daniel Berrange SEE ALSOAuthen::PAAS::Subject, Authen::PAAS::Principal
|