| Package | Description |
|---|---|
| org.opencastproject.security.api |
| Modifier and Type | Field and Description |
|---|---|
protected List<JaxbUser> |
JaxbUserList.users
A list of users.
|
| Modifier and Type | Method and Description |
|---|---|
static JaxbUser |
JaxbUser.fromUser(User user)
Creates a JAXB user from a regular user object.
|
static JaxbUser |
JaxbUser.fromUser(User user,
Collection<? extends Role> extraRoles)
Creates a JAXB user from a regular user object with an additional set of roles.
|
| Modifier and Type | Method and Description |
|---|---|
List<JaxbUser> |
JaxbUserList.getUsers() |
| Modifier and Type | Method and Description |
|---|---|
void |
JaxbUserList.setUsers(List<JaxbUser> users) |
| Constructor and Description |
|---|
JaxbUserList(JaxbUser user) |
| Constructor and Description |
|---|
JaxbUserList(Collection<JaxbUser> users) |
Copyright © 2009–2020 Opencast Project. All rights reserved.