Class AuthorityController


  • @RestController
    @RequestMapping("/authority")
    public class AuthorityController
    extends AbstractController
    • Constructor Detail

      • AuthorityController

        @Autowired
        public AuthorityController​(AuthorityService authorityService)
    • Method Detail

      • getAll

        @ResponseStatus(OK)
        @RequestMapping(value="/all",
                        method=GET,
                        produces="application/json")
        public java.lang.Iterable<Authority> getAll()