Package com.saperion.rmi
Class UserRightsImpl
java.lang.Object
com.saperion.rmi.UserRightsImpl
- All Implemented Interfaces:
UsersRights
,Serializable
Default implementation of
UsersRights
.- Author:
- jsc
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUserRightsImpl
(WorkflowMember actor, SaACLRights aclRights) Literal constructor. -
Method Summary
Modifier and TypeMethodDescriptionThis method returns the rights the given user has.getUser()
This method returns the user that has the specific rights.
-
Constructor Details
-
UserRightsImpl
Literal constructor.- Parameters:
actor
- The user that has the specific rightsaclRights
- The rights this user has.
-
-
Method Details
-
getUser
Description copied from interface:UsersRights
This method returns the user that has the specific rights.- Specified by:
getUser
in interfaceUsersRights
- Returns:
- the user that has the specific rights
-
getRights
Description copied from interface:UsersRights
This method returns the rights the given user has.- Specified by:
getRights
in interfaceUsersRights
- Returns:
- the rights the given user has.
-