1 | <?php |
||
12 | class ShibbolethAuthenticationEntryPoint implements AuthenticationEntryPointInterface |
||
13 | { |
||
14 | use LoggerTrait; |
||
15 | |||
16 | private $shibbolethServiceProvider; |
||
17 | |||
18 | public function __construct(ShibbolethServiceProvider $shibbolethServiceProvider) |
||
22 | |||
23 | public function start(Request $request, AuthenticationException $authException = null) |
||
37 | } |
||
38 |