|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.security.web.authentication.WebAuthenticationDetails
public class WebAuthenticationDetails
A holder of selected HTTP details related to a web authentication request.
| Constructor Summary | |
|---|---|
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). |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getRemoteAddress()
Indicates the TCP/IP address the authentication request was received from. |
String |
getSessionId()
Indicates the HttpSession id the authentication request was received from. |
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public WebAuthenticationDetails(javax.servlet.http.HttpServletRequest request)
request - that the authentication request was received from| Method Detail |
|---|
public boolean equals(Object obj)
equals in class Objectpublic String getRemoteAddress()
public String getSessionId()
HttpSession id the authentication request was received from.
public int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||