コード例 #1
0
ファイル: LDAPAuthenticate.php プロジェクト: MexinaD/SuiteCRM
 /**
  * Constructs LDAPAuthenticate
  * This will load the user authentication class
  *
  * @return LDAPAuthenticate
  */
 function LDAPAuthenticate()
 {
     parent::SugarAuthenticate();
 }
コード例 #2
0
 /**
  * Constructs SAMLAuthenticate
  * This will load the user authentication class
  *
  * @return SAMLAuthenticate
  */
 function SAMLAuthenticate()
 {
     parent::SugarAuthenticate();
 }
コード例 #3
0
 function LatchAuthenticate()
 {
     parent::SugarAuthenticate();
 }
コード例 #4
0
 /**
  * Constructs EmailAuthenticate
  * This will load the user authentication class
  *
  * @return EmailAuthenticate
  */
 function EmailAuthenticate()
 {
     parent::SugarAuthenticate();
 }
コード例 #5
0
 public function __construct()
 {
     parent::SugarAuthenticate();
     $this->box = BoxOfficeClient::getInstance();
 }