Class DefaultOAuthClientAuthenticationDetailsSource
- java.lang.Object
-
- com.broadleafcommerce.auth.client.provider.authentication.DefaultOAuthClientAuthenticationDetailsSource
-
- All Implemented Interfaces:
org.springframework.security.authentication.AuthenticationDetailsSource<javax.servlet.http.HttpServletRequest,BroadleafOAuthClientAuthenticationDetails>
public class DefaultOAuthClientAuthenticationDetailsSource extends Object implements org.springframework.security.authentication.AuthenticationDetailsSource<javax.servlet.http.HttpServletRequest,BroadleafOAuthClientAuthenticationDetails>
Provides aBroadleafOAuthClientAuthenticationDetails
to theOAuth2LoginAuthenticationFilter
during authentication.
-
-
Constructor Summary
Constructors Constructor Description DefaultOAuthClientAuthenticationDetailsSource(ContextHelperService contextHelperService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BroadleafOAuthClientAuthenticationDetails
buildDetails(javax.servlet.http.HttpServletRequest context)
-
-
-
Constructor Detail
-
DefaultOAuthClientAuthenticationDetailsSource
public DefaultOAuthClientAuthenticationDetailsSource(ContextHelperService contextHelperService)
-
-
Method Detail
-
buildDetails
public BroadleafOAuthClientAuthenticationDetails buildDetails(javax.servlet.http.HttpServletRequest context)
- Specified by:
buildDetails
in interfaceorg.springframework.security.authentication.AuthenticationDetailsSource<javax.servlet.http.HttpServletRequest,BroadleafOAuthClientAuthenticationDetails>
-
-