Java org.springframework.security.web.authentication WebAuthenticationDetails fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.security.web.authentication WebAuthenticationDetails fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.security.web.authentication WebAuthenticationDetails.

The text is from its open source code.

Subclass

org.springframework.security.web.authentication.WebAuthenticationDetails has subclasses.
Click this link to see all its subclasses.

Constructor

WebAuthenticationDetails(HttpServletRequest request)
Records the remote address and will also set the session Id if a session already exists (it won't create one).

Method

booleanequals(Object obj)
StringgetRemoteAddress()
Indicates the TCP/IP address the authentication request was received from.
StringgetSessionId()
Indicates the HttpSession id the authentication request was received from.