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