1 | <?php |
||
9 | class SecurityController extends Controller |
||
10 | { |
||
11 | public function loginAction() |
||
15 | |||
16 | public function acsAction() |
||
20 | |||
21 | public function logoutAction() |
||
25 | |||
26 | public function logoutReceiveAction() |
||
30 | |||
31 | public function federationMetadataAction() |
||
35 | |||
36 | public function discoveryAction() |
||
40 | |||
41 | public function failureAction() |
||
47 | } |
||
48 |
This method has been deprecated. The supplier of the class has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the method will be removed from the class and what other method or class to use instead.