Class SaWsAuthorizedUser

java.lang.Object
com.saperion.ws.wrapper.SaWsAuthorizedUser

public class SaWsAuthorizedUser extends Object
The Class SaWsAuthorizedUser.
  • Constructor Details

    • SaWsAuthorizedUser

      public SaWsAuthorizedUser()
      Instantiates a new sa ws authorized user.
    • SaWsAuthorizedUser

      public SaWsAuthorizedUser(com.saperion.intf.UsersRights userRights)
      Instantiates a new sa ws authorized user.
      Parameters:
      userRights - the user rights
  • Method Details

    • getUser

      public SaWsUser getUser()
      Gets the user.
      Returns:
      the user
    • setUser

      public void setUser(SaWsUser newUser)
      Sets the user.
      Parameters:
      newUser - the new user
    • getRights

      public List<SaWsRight> getRights()
      Gets the rights.
      Returns:
      the rights
    • setRights

      public void setRights(List<SaWsRight> newRights)
      Sets the rights.
      Parameters:
      newRights - the new rights