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
-
Method Summary
Modifier and TypeMethodDescriptionfindUserOperationsByScope
(Set<String> scopes) findUserOperationsByScope
(Set<String> scopes, String accountId)
-
Constructor Details
-
UserAccessController
-
-
Method Details
-
findUserOperationsByScope
@FrameworkGetMapping public UserOperationInformation findUserOperationsByScope(@RequestParam("scope") Set<String> scopes) -
findUserOperationsByScope
@FrameworkGetMapping(params="accountId") public UserOperationInformation findUserOperationsByScope(@RequestParam("scope") Set<String> scopes, @RequestParam String accountId)
-