@FrameworkRestController @FrameworkMapping(value="/user-operations") public class UserAccessController extends Object
Constructor and Description |
---|
UserAccessController(UserOperationService userOperationService) |
Modifier and Type | Method and Description |
---|---|
UserOperationInformation |
findUserOperationsByScope(Set<String> scopes) |
public UserAccessController(UserOperationService userOperationService)
@FrameworkGetMapping public UserOperationInformation findUserOperationsByScope(@RequestParam(value="scope") Set<String> scopes)
Copyright © 2021. All rights reserved.