Uses of Class
com.broadleafcommerce.auth.client.provider.authentication.BroadleafOAuthClientAuthenticationDetails
-
Packages that use BroadleafOAuthClientAuthenticationDetails Package Description com.broadleafcommerce.auth.client.autoconfigure com.broadleafcommerce.auth.client.provider.authentication -
-
Uses of BroadleafOAuthClientAuthenticationDetails in com.broadleafcommerce.auth.client.autoconfigure
Methods in com.broadleafcommerce.auth.client.autoconfigure that return types with arguments of type BroadleafOAuthClientAuthenticationDetails Modifier and Type Method Description org.springframework.security.authentication.AuthenticationDetailsSource<javax.servlet.http.HttpServletRequest,BroadleafOAuthClientAuthenticationDetails>OAuthClientAutoConfiguration. authenticationDetailsSource(ContextHelperService contextHelperService) -
Uses of BroadleafOAuthClientAuthenticationDetails in com.broadleafcommerce.auth.client.provider.authentication
Methods in com.broadleafcommerce.auth.client.provider.authentication that return BroadleafOAuthClientAuthenticationDetails Modifier and Type Method Description BroadleafOAuthClientAuthenticationDetailsDefaultOAuthClientAuthenticationDetailsSource. buildDetails(javax.servlet.http.HttpServletRequest context)
-