コード例 #1
0
 function bootstrap()
 {
     AuthenticationBackend::register(new LDAPAuthentication($this->getConfig()));
 }
コード例 #2
0
ファイル: plugin.php プロジェクト: bhaktadash248/core-plugins
 function bootstrap()
 {
     AuthenticationBackend::register('HttpAuthentication');
 }