예제 #1
0
 public function beforeFilter()
 {
     parent::beforeFilter();
     $this->Auth->allow('index');
 }
예제 #2
0
 public function beforeFilter()
 {
     parent::beforeFilter();
     $this->Auth->deny('index');
     $this->Auth->allow('add', 'check', 'single_sign_on');
 }
예제 #3
0
 public function beforeFilter()
 {
     parent::beforeFilter();
     $this->Auth->allow('display');
 }