The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "module:Authen::Ticket"

Authen::Ticket - Perl extension for implementing ticket authentication River stage zero No dependents

Authen::Ticket provides the mod_perl framework for using the Authen::Ticket::Server and Authen::Ticket::Client classes as Apache handlers. To create custom handlers, derive a class (My::Authen) from Authen::Ticket: package My::Authen; use vars (qw/@I...

JSMITH/Authen-Ticket-0.02 - 18 Nov 1999 21:50:42 UTC

Authen::Ticket::Client - Authentication code for the client website River stage zero No dependents

Authen::Ticket::Client contains the basic tools required to decode and reconstruct the information in a ticket. See Authen::Ticket for the mod_perl access handler using Authen::Ticket::Client....

JSMITH/Authen-Ticket-0.02 - 18 Nov 1999 21:50:42 UTC

Authen::Ticket::Server - Perl extension for implementing ticket authentication. River stage zero No dependents

Authen::Ticket::Server is an abstract class which provides the skeleton upon which a full ticket issuing master authentication server may be built. With appropriate subroutine definitions, the resulting class may provided authentication for either tr...

JSMITH/Authen-Ticket-0.02 - 18 Nov 1999 21:50:42 UTC

Authen::Ticket::Signature - Support for signing authentication tickets River stage zero No dependents

Authen::Ticket::Signature provides the framework for signing and verifying tickets. The El Gamal algorithm is included in the code as a good default signing algorithm. The default key length is 512 bits. If IPC::Shareable is available, keys are cache...

JSMITH/Authen-Ticket-0.02 - 18 Nov 1999 21:50:42 UTC

Authen::Krb4 - Perl extension for Kerberos 4 River stage zero No dependents

Authen::Krb4 is an object oriented extension to Perl 5 which implements several user-level Kerberos 4 functions. With this module, you can create Kerberized clients and servers written in Perl. It is compatible with both AFS and MIT Kerberos. VARIABL...

JHORWITZ/Krb4-1.1 - 13 Jun 2000 00:10:51 UTC

Authen::Krb5 - XS bindings for Kerberos 5 River stage one • 3 direct dependents • 3 total dependents

"Authen::Krb5" is an object oriented interface to the Kerberos 5 API. Both the implementation and documentation are nowhere near complete, and may require previous experience with Kerberos 5 programming. Most of the functions here are documented in d...

IOANR/Authen-Krb5-1.905 - 04 Dec 2017 20:30:58 UTC

Authen::NTLM - An NTLM authentication module River stage one • 6 direct dependents • 8 total dependents

This module provides methods to use NTLM authentication. It can be used as an authenticate method with the Mail::IMAPClient module to perform the challenge/response mechanism for NTLM connections or it can be used on its own for NTLM authentication w...

NBEBOUT/NTLM-1.09 - 09 Sep 2011 02:12:11 UTC

Authen::Krb5::Easy - Simple Kerberos 5 interaction River stage zero No dependents

This allows simple access to getting kerberos 5 ticket granting tickets using a keytab file....

SCHALLEE/Authen-Krb5-Easy-0.90 - 18 Apr 2002 16:41:54 UTC

Authen::CAS::Client - Provides an easy-to-use interface for authentication using JA-SIG's Central Authentication Service River stage one • 7 direct dependents • 8 total dependents

The Authen::CAS::Client module provides a simple interface for authenticating users using JA-SIG's CAS protocol. Both CAS v1.0 and v2.0 are supported....

PRAVUS/Authen-CAS-Client-0.08 - 04 Apr 2017 14:06:56 UTC

Authen::ModAuthPubTkt - Generate Tickets (Signed HTTP Cookies) for mod_auth_pubtkt protected websites. River stage zero No dependents

This module generates and verify a mod_auth_pubtkt-compatible ticket string, which should be used as a cookie with the rest of the mod_auth_pubtkt ( <https://neon1.net/mod_auth_pubtkt/> ) system. Common scenario: 1. On the login server side, write pe...

AGORDON/Authen-ModAuthPubTkt-0.1.1 - 21 Jun 2012 19:30:13 UTC

WWW::Authen::Simple - Cookie based session and authentication module using database backend. Also provides group based authorization. River stage zero No dependents

UNRTST/WWW-Authen-Simple-1.22 - 28 Jan 2008 04:18:18 UTC

Authen::Krb5::Admin - Perl extension for MIT Kerberos 5 admin interface River stage zero No dependents

The Authen::Krb5::Admin Perl module is an object-oriented interface to the Kerberos 5 admin server. Currently only MIT KDCs are supported, but the author envisions seamless integration with other KDCs. The following classes are provided by this modul...

SJQUINNEY/Authen-Krb5-Admin-0.17 - 20 Feb 2013 13:31:25 UTC

Authen::CAS::External - Authenticate with CAS servers as a browser would. River stage one • 1 direct dependent • 1 total dependent

Provides a way to authenticate with a CAS server just as a browser would. This is useful with web scrapers needing to login to a CAS site....

DOUGDUDE/Authen-CAS-External-0.08 - 17 Oct 2011 18:18:55 UTC

Authen::CAS::UserAgent - CAS-aware LWP::UserAgent River stage zero No dependents

This module attempts to add transparent CAS authentication support to LWP::UserAgent. It currently supports using proxy granting tickets, the RESTful API, screen scraping the login screen, or a custom login callback when CAS authentication is require...

DFRETT/Authen-CAS-UserAgent-0.91 - 28 Feb 2013 20:53:02 UTC

LWP::Authen::Negotiate - GSSAPI based Authentication Plugin for LWP River stage one • 4 direct dependents • 5 total dependents

To see what ist going on add use LWP::Debug qw(+); to yor LWP using Scripts. (e.g. too see what is going wrong with GSSAPI...)...

AGROLMS/LWP-Authen-Negotiate-0.08 - 02 Nov 2009 20:36:55 UTC

Authen::Krb5::Effortless - This module is a subclass to Authen::Krb5, adding 'Effortless' ways to authenticate against a Kerberos Domain Controller. River stage zero No dependents

Authen::Krb5::Effortless is more then a 'Simple' module, as it supports both pass-phrase and key-tab based authorization....

AFARIS/Authen-Krb5-Effortless-0.02 - 27 Mar 2013 01:44:42 UTC

Authen::CAS::Client::Response - A set of classes for implementing responses from a CAS server River stage one • 7 direct dependents • 8 total dependents

Authen::CAS::Client::Response implements a base class that is used to build a hierarchy of response objects that are returned from methods in Authen::CAS::Client. Most response objects are meant to encapsulate a type of response from a CAS server....

PRAVUS/Authen-CAS-Client-0.08 - 04 Apr 2017 14:06:56 UTC

Authen::CAS::External::Library - Types library River stage one • 1 direct dependent • 1 total dependent

This module provides types for Authen::CAS::External...

DOUGDUDE/Authen-CAS-External-0.08 - 17 Oct 2011 18:18:55 UTC

Authen::CAS::External::Response - Response from CAS interaction. River stage one • 1 direct dependent • 1 total dependent

This module is rarely created by anything other than Authen::CAS::External::UserAgent. This is an object that is provided to make determining what the CAS response was easier....

DOUGDUDE/Authen-CAS-External-0.08 - 17 Oct 2011 18:18:55 UTC

Authen::CAS::External::UserAgent - UserAgent role for CAS session managers. River stage one • 1 direct dependent • 1 total dependent

Provides a way to authenticate with a CAS server just as a browser would. This is useful with web scrapers needing to login to a CAS site....

DOUGDUDE/Authen-CAS-External-0.08 - 17 Oct 2011 18:18:55 UTC
20 results (0.067 seconds)