Class B2BUsersController


  • @Controller
    @RequestMapping("/{baseSiteId}/users")
    public class B2BUsersController
    extends java.lang.Object
    Main Controller for Users
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      UserWsDTO getUser​(java.lang.String fields)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • B2BUsersController

        public B2BUsersController()
    • Method Detail

      • getUser

        @Secured({"ROLE_CUSTOMERGROUP","ROLE_TRUSTED_CLIENT","ROLE_CUSTOMERMANAGERGROUP"})
        @RequestMapping(value="/{userId}",
                        method=GET)
        @ResponseBody
        public UserWsDTO getUser​(@RequestParam(defaultValue="DEFAULT")
                                 java.lang.String fields)