/**
  * Return the SSO service
  *
  * @return Maestrano_Sso_Service singleton
  */
 public static function ssoWithPreset($preset)
 {
     return Maestrano_Sso_Service::instance();
 }
Beispiel #2
0
 /**
  * Return the SSO service
  * 
  * @return Maestrano_Sso_Service singleton
  */
 public static function sso()
 {
     return Maestrano_Sso_Service::instance();
 }