PHP Class Nelmio\SecurityBundle\EventListener\FlexibleSslListener

Inheritance: implements Symfony\Component\Security\Http\Logout\LogoutHandlerInterface
Datei anzeigen Open project: nelmio/NelmioSecurityBundle Class Usage Examples

Public Methods

Method Description
__construct ( $cookieName, $unsecuredLogout, Symfony\Component\EventDispatcher\EventDispatcherInterface $dispatcher )
logout ( Request $request, Response $response, Symfony\Component\Security\Core\Authentication\Token\TokenInterface $token )
onKernelRequest ( GetResponseEvent $e )
onLogin ( Symfony\Component\Security\Http\Event\InteractiveLoginEvent $e )
onPostLoginKernelResponse ( FilterResponseEvent $e )

Method Details

__construct() public method

public __construct ( $cookieName, $unsecuredLogout, Symfony\Component\EventDispatcher\EventDispatcherInterface $dispatcher )
$dispatcher Symfony\Component\EventDispatcher\EventDispatcherInterface

logout() public method

public logout ( Request $request, Response $response, Symfony\Component\Security\Core\Authentication\Token\TokenInterface $token )
$request Symfony\Component\HttpFoundation\Request
$response Symfony\Component\HttpFoundation\Response
$token Symfony\Component\Security\Core\Authentication\Token\TokenInterface

onKernelRequest() public method

public onKernelRequest ( GetResponseEvent $e )
$e Symfony\Component\HttpKernel\Event\GetResponseEvent

onLogin() public method

public onLogin ( Symfony\Component\Security\Http\Event\InteractiveLoginEvent $e )
$e Symfony\Component\Security\Http\Event\InteractiveLoginEvent

onPostLoginKernelResponse() public method

public onPostLoginKernelResponse ( FilterResponseEvent $e )
$e Symfony\Component\HttpKernel\Event\FilterResponseEvent