Class PrivilegeResource


  • @RestController
    public class PrivilegeResource
    extends Object
    Author:
    Joram Barrez
    • Field Detail

      • identityService

        @Autowired
        protected org.flowable.idm.api.IdmIdentityService identityService
    • Constructor Detail

      • PrivilegeResource

        public PrivilegeResource()
    • Method Detail

      • getUser

        @GetMapping(value="/privileges/{privilegeId}",
                    produces="application/json")
        public PrivilegeResponse getUser​(@PathVariable
                                         String privilegeId,
                                         javax.servlet.http.HttpServletRequest request)