Class UserRightsImpl

java.lang.Object
com.saperion.rmi.UserRightsImpl
All Implemented Interfaces:
UsersRights, Serializable

public class UserRightsImpl extends Object implements UsersRights
Default implementation of UsersRights.
Author:
jsc
See Also:
  • Constructor Details

    • UserRightsImpl

      public UserRightsImpl(WorkflowMember actor, SaACLRights aclRights)
      Literal constructor.
      Parameters:
      actor - The user that has the specific rights
      aclRights - The rights this user has.
  • Method Details

    • getUser

      public WorkflowMember getUser()
      Description copied from interface: UsersRights
      This method returns the user that has the specific rights.
      Specified by:
      getUser in interface UsersRights
      Returns:
      the user that has the specific rights
    • getRights

      public SaACLRights getRights()
      Description copied from interface: UsersRights
      This method returns the rights the given user has.
      Specified by:
      getRights in interface UsersRights
      Returns:
      the rights the given user has.