@@ -481,7 +481,7 @@ discard block |
||
| 481 | 481 | /** |
| 482 | 482 | * Will be invoked when login fails for some reasons. |
| 483 | 483 | * |
| 484 | - * @param \AppserverIo\Appserver\ServletEngine\Security\RealmInterface $realm The realm instance containing the exception stack |
|
| 484 | + * @param RealmInterface $realm The realm instance containing the exception stack |
|
| 485 | 485 | * @param \AppserverIo\Psr\Servlet\Http\HttpServletRequestInterface $servletRequest The servlet request instance |
| 486 | 486 | * @param \AppserverIo\Psr\Servlet\Http\HttpServletResponseInterface $servletResponse The servlet response instance |
| 487 | 487 | * |
@@ -579,7 +579,7 @@ discard block |
||
| 579 | 579 | /** |
| 580 | 580 | * Returns the parsed password. |
| 581 | 581 | * |
| 582 | - * @return \AppserverIo\Lang\String The password |
|
| 582 | + * @return string|null The password |
|
| 583 | 583 | */ |
| 584 | 584 | public function getPassword() |
| 585 | 585 | { |
@@ -24,7 +24,6 @@ |
||
| 24 | 24 | use AppserverIo\Collections\ArrayList; |
| 25 | 25 | use AppserverIo\Psr\Auth\RealmInterface; |
| 26 | 26 | use AppserverIo\Psr\HttpMessage\Protocol; |
| 27 | -use AppserverIo\Psr\Security\Auth\Subject; |
|
| 28 | 27 | use AppserverIo\Psr\Servlet\ServletException; |
| 29 | 28 | use AppserverIo\Psr\Security\Utils\Constants; |
| 30 | 29 | use AppserverIo\Psr\Security\PrincipalInterface; |