protected static function initCas()
 {
     if (self::$cas == NULL) {
         self::$cas = new uphpCAS(QACASConfig::$cas_server);
     }
 }