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