PHP Classes

File: classmaps.php

Recommend this page to a friend!
  Classes of Manuel Lemos   Simple Authentication and Security Layer   classmaps.php   Download  
File: classmaps.php
Role: Auxiliary script
Content type: text/plain
Description: Class map list
Class: Simple Authentication and Security Layer
Single API for standard authentication mechanisms
Author: By
Last change:
Date: 11 months ago
Size: 845 bytes
 

Contents

Class file image Download
<?php
/*
 * classmaps.php
 *
 * @(#) $Id: classmaps.php,v 1.1 2023/06/01 11:13:10 mlemos Exp $
 *
 */

 
$__classmap += array(
    
'cram_md5_sasl_client_class'=>__DIR__.DIRECTORY_SEPARATOR.'cram_md5_sasl_client.php',
    
'digest_sasl_client_class'=>__DIR__.DIRECTORY_SEPARATOR.'digest_sasl_client.php',
    
'login_sasl_client_class'=>__DIR__.DIRECTORY_SEPARATOR.'login_sasl_client.php',
    
'ntlm_sasl_client_class'=>__DIR__.DIRECTORY_SEPARATOR.'ntlm_sasl_client.php',
    
'plain_sasl_client_class'=>__DIR__.DIRECTORY_SEPARATOR.'plain_sasl_client.php',
    
'sasl_interact_class'=>__DIR__.DIRECTORY_SEPARATOR.'sasl.php',
    
'sasl_client_class'=>__DIR__.DIRECTORY_SEPARATOR.'sasl.php',
    
'basic_sasl_client_class'=>__DIR__.DIRECTORY_SEPARATOR.'basic_sasl_client.php',
    
'xoauth2_sasl_client_class'=>__DIR__.DIRECTORY_SEPARATOR.'xoauth2_sasl_client.php',
 );

?>