| java.lang.Object | |
| ↳ | org.springframework.security.web.authentication.WebAuthenticationDetails |
Known Direct Subclasses
|
A holder of selected HTTP details related to a web authentication request.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Records the remote address and will also set the session Id if a session
already exists (it won't create one).
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Indicates the TCP/IP address the authentication request was received from.
| |||||||||||
Indicates the
HttpSession id the authentication request was received from. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Records the remote address and will also set the session Id if a session already exists (it won't create one).
| request | that the authentication request was received from |
|---|
Indicates the TCP/IP address the authentication request was received from.
Indicates the HttpSession id the authentication request was received from.