Package org.flasby.security.servlet
Class ServletAuthenticationDetailsSource
- java.lang.Object
-
- org.flasby.security.servlet.ServletAuthenticationDetailsSource
-
- All Implemented Interfaces:
org.springframework.security.authentication.AuthenticationDetailsSource<javax.servlet.http.HttpServletRequest,ServletAuthenticationDetails>
public class ServletAuthenticationDetailsSource extends Object implements org.springframework.security.authentication.AuthenticationDetailsSource<javax.servlet.http.HttpServletRequest,ServletAuthenticationDetails>
-
-
Constructor Summary
Constructors Constructor Description ServletAuthenticationDetailsSource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServletAuthenticationDetails
buildDetails(javax.servlet.http.HttpServletRequest context)
-
-
-
Method Detail
-
buildDetails
public ServletAuthenticationDetails buildDetails(javax.servlet.http.HttpServletRequest context)
- Specified by:
buildDetails
in interfaceorg.springframework.security.authentication.AuthenticationDetailsSource<javax.servlet.http.HttpServletRequest,ServletAuthenticationDetails>
-
-