Package org.openiam.security
Class OpenIAMAuthenticationDetailsSource
- java.lang.Object
-
- org.springframework.security.web.authentication.WebAuthenticationDetailsSource
-
- org.openiam.security.OpenIAMAuthenticationDetailsSource
-
- All Implemented Interfaces:
org.springframework.security.authentication.AuthenticationDetailsSource<javax.servlet.http.HttpServletRequest,org.springframework.security.web.authentication.WebAuthenticationDetails>
@Component("authenticationDetailsSource") public class OpenIAMAuthenticationDetailsSource extends org.springframework.security.web.authentication.WebAuthenticationDetailsSource
-
-
Constructor Summary
Constructors Constructor Description OpenIAMAuthenticationDetailsSource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.security.web.authentication.WebAuthenticationDetails
buildDetails(javax.servlet.http.HttpServletRequest request)
-
-
-
Method Detail
-
buildDetails
public org.springframework.security.web.authentication.WebAuthenticationDetails buildDetails(javax.servlet.http.HttpServletRequest request)
- Specified by:
buildDetails
in interfaceorg.springframework.security.authentication.AuthenticationDetailsSource<javax.servlet.http.HttpServletRequest,org.springframework.security.web.authentication.WebAuthenticationDetails>
- Overrides:
buildDetails
in classorg.springframework.security.web.authentication.WebAuthenticationDetailsSource
-
-