Class RoleRestClient

    • Constructor Detail

      • RoleRestClient

        public RoleRestClient()
    • Method Detail

      • delete

        public void delete​(String key)
      • update

        public void update​(RoleTO roleTO)
      • create

        public void create​(RoleTO roleTO)
      • readAnyLayout

        public String readAnyLayout​(String roleKey)
      • setAnyLayout

        public void setAnyLayout​(String roleKey,
                                 String content)
      • removeAnyLayout

        public void removeAnyLayout​(String roleKey)
      • getAllAvailableEntitlements

        public List<String> getAllAvailableEntitlements()