public class UserAccountRole extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
accountId |
protected List<AccountRole> |
accountRoles |
protected String |
userId |
| Constructor and Description |
|---|
UserAccountRole(String userId,
String accountId,
List<AccountRole> accountRoles) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccountId() |
List<AccountRole> |
getAccountRoles() |
String |
getUserId() |
void |
setAccountId(String accountId) |
void |
setPermissions(List<AccountRole> accountRoles) |
void |
setUserId(String userId) |
String |
toString() |
protected String userId
protected String accountId
protected List<AccountRole> accountRoles
public UserAccountRole(String userId, String accountId, List<AccountRole> accountRoles)
public String getUserId()
public void setUserId(String userId)
public String getAccountId()
public void setAccountId(String accountId)
public List<AccountRole> getAccountRoles()
public void setPermissions(List<AccountRole> accountRoles)
Copyright 2022 OneSpan All rights reserved.