public class SaWsAuthorizedUsers extends Object
Constructor and Description |
---|
SaWsAuthorizedUsers()
Standard constructor.
|
SaWsAuthorizedUsers(List<com.saperion.intf.UsersRights> userRights)
Parameterized constructor.
|
Modifier and Type | Method and Description |
---|---|
List<SaWsAuthorizedUser> |
getMembers()
Returns the authorized user members.
|
boolean |
isAllUsers()
Indicates if all users are allowed to perform the action in question.
|
void |
setAllUsers(boolean allUsersBool)
Sets the flag allUsers - all users are allowed to perform the action in question.
|
void |
setMembers(List<SaWsAuthorizedUser> users)
Sets the members (List of SaWsAuthorizedUser) of authorized users.
|
public SaWsAuthorizedUsers()
public SaWsAuthorizedUsers(List<com.saperion.intf.UsersRights> userRights)
userRights
- The List of UsersRights.public void setAllUsers(boolean allUsersBool)
allUsersBool
- indicates if all users are allowed to perform the action in question.public boolean isAllUsers()
public void setMembers(List<SaWsAuthorizedUser> users)
users
- the list of authorized users.public List<SaWsAuthorizedUser> getMembers()
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.