public static interface LoginResponseHandler.LoginPageTypeHandler
| Modifier and Type | Method and Description |
|---|---|
boolean |
canLogin(Resource r,
Request request)
Return true if the given resource and request is suitable for
presenting a web browser login page
|
boolean |
isAjax(Resource r,
Request request)
Return true if the request indicates that the login response should
be given as json data (ie response to an ajax login)
|
Copyright © 2021 McEvoy Software Ltd. All rights reserved.