Beta Shell
v2.0 ยท web2.us.cloudlogin.co
[FM]
[CMD]
[PHP]
[DB]
[INFO]
[SEC]
File Manager
~
/
usr
/
share
/
perl5
/
vendor_perl
/
Authen
/
Credential
Upload
5 items
Name
Size
Perms
Modified
Actions
[ .. / .. ]
none.pm
1.31 KB
-rw-r--r--
2021-10-15 06:49:41
Edit
Del
plain.pm
2.54 KB
-rw-r--r--
2021-10-15 06:49:41
Edit
Del
x509.pm
3.71 KB
-rw-r--r--
2021-10-15 06:49:42
Edit
Del
Editing: none.pm
(1.31 KB)
Path: /usr/share/perl5/vendor_perl/Authen/Credential/none.pm
Back
#+############################################################################## # # # File: Authen/Credential/none.pm # # # # Description: abstraction of a "none" credential # # # #-############################################################################## # # module definition # package Authen::Credential::none; use strict; use warnings; our $VERSION = "1.2"; our $REVISION = sprintf("%d.%02d", q$Revision: 1.8 $ =~ /(\d+)\.(\d+)/); # # inheritance # our @ISA = qw(Authen::Credential); # # used modules # use Authen::Credential qw(); # # Params::Validate specification # $Authen::Credential::ValidationSpec{none} = {}; 1; __DATA__ =head1 NAME Authen::Credential::none - abstraction of a "none" credential =head1 DESCRIPTION This helper module for Authen::Credential implements a "none" credential, that is the absence of authentication credential. It does not support any attributes. =head1 SEE ALSO L<Authen::Credential>. =head1 AUTHOR Lionel Cons L<http://cern.ch/lionel.cons> Copyright (C) CERN 2011-2015