getAuthenticationManager() public method

Get authentication manager
Deprecation:
Example #1
0
 public function testNullAuthenticationManager()
 {
     $this->assertNull($this->router->getAuthenticationManager());
 }