mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Add javadoc comments to UserHandler class
This commit is contained in:
parent
ce40ea57c7
commit
02cac02d45
@ -113,6 +113,13 @@ public class UserHandler extends HttpServlet {
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Send UnAuthorized Response to the user
|
||||
* @param req HttpServletRequest object
|
||||
* @param resp HttpServletResponse object
|
||||
* @param serverUrl Url of the server
|
||||
* @param platform Requested platform
|
||||
*/
|
||||
private void sendUnAuthorizeResponse(HttpServletRequest req, HttpServletResponse resp, String serverUrl, String platform)
|
||||
throws IOException {
|
||||
ProxyResponse proxyResponse = new ProxyResponse();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user