|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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 | |
---|---|
protected void |
doPopulateAdditionalInformation(javax.servlet.http.HttpServletRequest request)
Provided so that subclasses can populate additional information. |
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getRemoteAddress()
Indicates the TCP/IP address the authentication request was received from. |
java.lang.String |
getSessionId()
Indicates the HttpSession id the authentication request was received from. |
int |
hashCode()
|
java.lang.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 fromMethod Detail |
---|
protected void doPopulateAdditionalInformation(javax.servlet.http.HttpServletRequest request)
request
- that the authentication request was received frompublic boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String getRemoteAddress()
public java.lang.String getSessionId()
HttpSession
id the authentication request was received from.
getSessionId
in interface SessionIdentifierAware
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |