Class UserAccessController
- java.lang.Object
-
- com.broadleafcommerce.auth.user.web.endpoint.UserAccessController
-
@FrameworkRestController @FrameworkMapping("/user-operations") public class UserAccessController extends Object
Endpoint for retrieving information about the currently authenticated user- Author:
- Nick Crum (ncrum), Jeff Fischer
-
-
Constructor Summary
Constructors Constructor Description UserAccessController(UserOperationService userOperationService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UserOperationInformation
findUserOperationsByScope(Set<String> scopes)
-
-
-
Constructor Detail
-
UserAccessController
public UserAccessController(UserOperationService userOperationService)
-
-
Method Detail
-
findUserOperationsByScope
@FrameworkGetMapping public UserOperationInformation findUserOperationsByScope(@RequestParam("scope") Set<String> scopes)
-
-