1 | <?php |
||
6 | class FaultyToken extends UsernamePasswordToken |
||
7 | { |
||
8 | |||
9 | |||
10 | /** |
||
11 | * This method cut of the behaviour in order to keep the password in the token |
||
12 | * This is a bad practice, but is the only simple way to keep the password and reuse it after |
||
13 | * For active directory authentication |
||
14 | */ |
||
15 | public function eraseCredentials() |
||
19 | } |
||
20 |