|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.acegisecurity.ui.WebAuthenticationDetails
public class WebAuthenticationDetails
A holder of selected HTTP details related to a web authentication request.
| Constructor Summary | |
|---|---|
protected |
WebAuthenticationDetails()
|
|
WebAuthenticationDetails(javax.servlet.http.HttpServletRequest request)
Constructor. |
| Method Summary | |
|---|---|
protected void |
doPopulateAdditionalInformation(javax.servlet.http.HttpServletRequest request)
Provided so that subclasses can populate additional information. |
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)
NB: This constructor will cause a HttpSession to be created
(this is considered reasonable as all Acegi Security authentication
requests rely on HttpSession to store the
Authentication between requests
request - that the authentication request was received fromprotected WebAuthenticationDetails()
| Method Detail |
|---|
protected void doPopulateAdditionalInformation(javax.servlet.http.HttpServletRequest request)
request - that the authentication request was received frompublic boolean equals(Object obj)
equals in class Objectpublic String getRemoteAddress()
public String getSessionId()
HttpSession id the authentication request was received from.
getSessionId in interface SessionIdentifierAwarepublic 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 | |||||||||