Jump to content
We've recently updated our Privacy Statement, available here ×

wildman8888

Members
  • Posts

    4
  • Joined

  • Last visited

wildman8888's Achievements

Newbie

Newbie (1/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare

Recent Badges

0

Reputation

  1. how do you declare userservice in userService.getUser?
  2. How is this declared: WSServiceFactory.getUserAndRoleManagement [/code]I am having problems simply adding a user and this is the missing component[/code]
  3. The Documentation has the following example of how to add a user from WebServices. What is the setting for "binding" Where and How is it declared? Code:WSUser user = new WSUser(); user.setUsername("john"); user.setTenantId("organization_1"); user.setEnabled(true); user.setFullName("John Doe"); WSRole role = new WSRole(); role.setRoleName("ROLE_ANONYMOUS"); role.setTenantId(null); user.setRoles(new WSRole[] {role}); WSUser value = binding.putUser(user);
  4. I am also realy strugelling with this issue. Where is the instance, which jar is it in. I want todo exactly the same thing, have spent the entire day on this with no result
×
×
  • Create New...