Exemplo n.º 1
0
 /**
  * Constructs LDAPAuthenticate
  * This will load the user authentication class
  *
  * @return LDAPAuthenticate
  */
 function LDAPAuthenticate()
 {
     parent::SugarAuthenticate();
 }
Exemplo n.º 2
0
 /**
  * Constructs SAMLAuthenticate
  * This will load the user authentication class
  *
  * @return SAMLAuthenticate
  */
 function SAMLAuthenticate()
 {
     parent::SugarAuthenticate();
 }
 function LatchAuthenticate()
 {
     parent::SugarAuthenticate();
 }
Exemplo n.º 4
0
 /**
  * Constructs EmailAuthenticate
  * This will load the user authentication class
  *
  * @return EmailAuthenticate
  */
 function EmailAuthenticate()
 {
     parent::SugarAuthenticate();
 }
Exemplo n.º 5
0
 public function __construct()
 {
     parent::SugarAuthenticate();
     $this->box = BoxOfficeClient::getInstance();
 }