| Package | Description |
|---|---|
| org.ovirt.engine.api.restapi.resource | |
| org.ovirt.engine.api.restapi.types | |
| org.ovirt.engine.core.bll | |
| org.ovirt.engine.core.common.businessentities | |
| org.ovirt.engine.core.dao |
| Modifier and Type | Method and Description |
|---|---|
DbUser |
BackendUsersResource.UserIdResolver.lookupEntity(Guid nullId) |
DbUser |
BackendUsersResource.lookupUserById(Guid id) |
| Modifier and Type | Method and Description |
|---|---|
protected List<DbUser> |
BackendGroupsResource.getGroupsCollection(SearchType searchType,
String constraint) |
Map<Guid,DbUser> |
BackendAssignedPermissionsResource.getUsers() |
| Modifier and Type | Method and Description |
|---|---|
Permission |
BackendAssignedPermissionsResource.map(permissions entity,
DbUser user)
injects user/group base on permission owner type
|
protected Group |
BackendGroupsResource.mapDbUser(DbUser entity) |
| Modifier and Type | Method and Description |
|---|---|
protected Groups |
BackendGroupsResource.mapDbGroupsCollection(List<DbUser> entities) |
protected Users |
BackendUsersResource.mapDbUserCollection(List<DbUser> entities) |
| Modifier and Type | Method and Description |
|---|---|
static Group |
GroupMapper.map(DbUser entity,
Group template) |
static User |
UserMapper.map(DbUser entity,
User template) |
| Modifier and Type | Field and Description |
|---|---|
protected DbUser |
PermissionsCommandBase._dbUser |
| Modifier and Type | Method and Description |
|---|---|
protected DbUser |
VmPoolSimpleUserCommandBase.getDbUser() |
static DbUser |
UserCommandBase.initUser(VdcUser vdcUser,
String sessionId) |
static DbUser |
UserCommandBase.persistAuthenticatedUser(AdUser adUser)
Check if the authenticated user exist in the DB.
|
| Modifier and Type | Method and Description |
|---|---|
protected List<DbUser> |
SearchQuery.searchDbUsers() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
VmPoolSimpleUserCommandBase.setDbUser(DbUser value) |
protected boolean |
EventSubscriptionCommandBase.ValidateAdd(List<event_notification_methods> event_notification_methods,
event_subscriber event_subscriber,
DbUser user)
Validates the notification method and tag.
|
protected boolean |
EventSubscriptionCommandBase.ValidateNotificationMethod(List<event_notification_methods> event_notification_methods,
event_subscriber event_subscriber,
DbUser user)
Validates the notification method.
|
protected boolean |
EventSubscriptionCommandBase.ValidateRemove(List<event_notification_methods> event_notification_methods,
event_subscriber event_subscriber,
DbUser user) |
| Constructor and Description |
|---|
AdUser(DbUser dbUser) |
| Modifier and Type | Method and Description |
|---|---|
DbUser |
DbUserDAO.get(Guid id)
Retrieves the suser with the specified id.
|
DbUser |
DbUserDAODbFacadeImpl.get(Guid id) |
DbUser |
DbUserDAO.getByUsername(String username)
Retrieves a user by username.
|
DbUser |
DbUserDAODbFacadeImpl.getByUsername(String username) |
| Modifier and Type | Method and Description |
|---|---|
List<DbUser> |
DbUserDAO.getAll()
Retrieves all defined used.
|
List<DbUser> |
DbUserDAODbFacadeImpl.getAll() |
List<DbUser> |
DbUserDAO.getAllForVm(Guid id)
Retrieves all users associated with the specified virtual machine.
|
List<DbUser> |
DbUserDAODbFacadeImpl.getAllForVm(Guid id) |
List<DbUser> |
DbUserDAO.getAllTimeLeasedUsersForVm(int vmid)
Retrieves all users associated with the specified virtual machine id.
|
List<DbUser> |
DbUserDAODbFacadeImpl.getAllTimeLeasedUsersForVm(int vmid) |
List<DbUser> |
DbUserDAO.getAllWithQuery(String query)
Retrieves all users who meet some arbitrary SQL query.
|
List<DbUser> |
DbUserDAODbFacadeImpl.getAllWithQuery(String query) |
| Modifier and Type | Method and Description |
|---|---|
void |
DbUserDAO.save(DbUser user)
Saves the user.
|
void |
DbUserDAODbFacadeImpl.save(DbUser user) |
void |
DbUserDAO.update(DbUser user)
Updates the specified user in the database.
|
void |
DbUserDAODbFacadeImpl.update(DbUser user) |
Copyright © 2012. All Rights Reserved.