|
||||||||||
| 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. |
|
WebAuthenticationDetails(javax.servlet.http.HttpServletRequest request,
boolean forceSessionCreation)
|
| Method Summary | |
|---|---|
protected void |
doPopulateAdditionalInformation(javax.servlet.http.HttpServletRequest request)
Provided so that subclasses can populate additional information. |
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. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, 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 from
public WebAuthenticationDetails(javax.servlet.http.HttpServletRequest request,
boolean forceSessionCreation)
protected WebAuthenticationDetails()
| Method Detail |
|---|
public String getRemoteAddress()
public String getSessionId()
HttpSession id the authentication request was
received from.
public String toString()
toString in class Objectprotected void doPopulateAdditionalInformation(javax.servlet.http.HttpServletRequest request)
request - that the authentication request was received from
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||