public class WebAuthenticationDetails extends Object implements Serializable
| Constructor and Description | 
|---|
| WebAuthenticationDetails(javax.servlet.http.HttpServletRequest request)Records the remote address and will also set the session Id if a session
 already exists (it won't create one). | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object obj) | 
| String | getRemoteAddress()Indicates the TCP/IP address the authentication request was received from. | 
| String | getSessionId()Indicates the  HttpSessionid the authentication request was received from. | 
| int | hashCode() | 
| String | toString() | 
public WebAuthenticationDetails(javax.servlet.http.HttpServletRequest request)
request - that the authentication request was received from