public interface TunnelAuthenticationManager
| Modifier and Type | Method and Description |
|---|---|
long |
getUserId(javax.servlet.http.HttpServletRequest httpServletRequest) |
void |
setCredentials(String login,
HttpURLConnection httpURLConnection) |
long getUserId(javax.servlet.http.HttpServletRequest httpServletRequest)
throws AuthException
AuthExceptionvoid setCredentials(String login, HttpURLConnection httpURLConnection) throws Exception
Exception