Modifier and Type | Method and Description |
---|---|
protected List<AdUser> |
BackendUsersResource.getUsersFromDomain() |
Modifier and Type | Method and Description |
---|---|
protected VdcUser |
BackendUsersResource.map(AdUser adUser) |
protected User |
BackendUsersResource.mapAdUser(AdUser adUser) |
Modifier and Type | Method and Description |
---|---|
protected Users |
BackendUsersResource.mapDomainUserCollection(List<AdUser> entities) |
Modifier and Type | Method and Description |
---|---|
static User |
UserMapper.map(AdUser entity,
User template) |
static VdcUser |
UserMapper.map(AdUser adUser,
VdcUser template) |
Modifier and Type | Field and Description |
---|---|
protected AdUser |
LoginBaseCommand._adUser |
Modifier and Type | Method and Description |
---|---|
protected ArrayList<AdUser> |
SearchQuery.searchAdUsers() |
Modifier and Type | Method and Description |
---|---|
protected void |
LoginBaseCommand.HandleUserSession(AdUser adUser)
Handles the user session.
|
static DbUser |
UserCommandBase.persistAuthenticatedUser(AdUser adUser)
Check if the authenticated user exist in the DB.
|
Modifier and Type | Method and Description |
---|---|
AdUser |
UserAuthenticationResult.getUser() |
static AdUser |
InternalBrokerUtils.getUserByUPN(String userName) |
static AdUser |
InternalBrokerUtils.getUserByUserGuid(Guid userGuid) |
protected AdUser |
LdapBrokerCommandBase.populateUserData(AdUser user,
String domain) |
Modifier and Type | Method and Description |
---|---|
static List<AdUser> |
InternalBrokerUtils.getAllUsers() |
Modifier and Type | Method and Description |
---|---|
protected GroupsDNQueryGenerator |
LdapBrokerCommandBase.createGroupsGeneratorForUser(AdUser user) |
protected AdUser |
LdapBrokerCommandBase.populateUserData(AdUser user,
String domain) |
Modifier and Type | Method and Description |
---|---|
static void |
LdapBrokerUtils.performGroupPopulationForUsers(ArrayList<AdUser> adUsers,
String domain,
List<ad_groups> updatedGroups) |
static void |
LdapBrokerUtils.performGroupPopulationForUsers(List<AdUser> users,
String loginName,
String password,
String domainName,
List<ad_groups> updatedGroups)
This method performs group population for the given list of users.
|
Constructor and Description |
---|
UserAuthenticationResult(AdUser user,
VdcBllMessages... messages) |
Modifier and Type | Method and Description |
---|---|
AdUser |
AddUserParameters.getAdUser() |
Modifier and Type | Method and Description |
---|---|
void |
AddUserParameters.setAdUser(AdUser adUser) |
Constructor and Description |
---|
DbUser(AdUser adUser) |
Constructor and Description |
---|
VdcUser(AdUser adUser) |
Copyright © 2012. All Rights Reserved.