Modifier and Type | Method and Description |
---|---|
protected Map<String,Set<String>> |
ViewPrincipal.readAttributes(UserWithAttributes userWithAttributes) |
Modifier and Type | Method and Description |
---|---|
Collection<String> |
ApplicationDefaultGroupMembershipResolver.getDefaultGroupNames(Application application,
Directory directory,
UserWithAttributes user) |
Collection<String> |
DefaultGroupMembershipResolver.getDefaultGroupNames(Application application,
Directory directory,
UserWithAttributes user)
Returns the default group memberships to which the user authenticating to the specified application should be added to.
|
Collection<String> |
DirectoryDefaultGroupMembershipResolver.getDefaultGroupNames(Application application,
Directory directory,
UserWithAttributes user) |
void |
ApplicationDefaultGroupMembershipResolver.onDefaultGroupsAdded(Application application,
Directory directory,
UserWithAttributes user) |
void |
DefaultGroupMembershipResolver.onDefaultGroupsAdded(Application application,
Directory directory,
UserWithAttributes user)
The callback that should be called after adding the user to all the default groups returned from this DefaultGroupMembershipResolver
|
void |
DirectoryDefaultGroupMembershipResolver.onDefaultGroupsAdded(Application application,
Directory directory,
UserWithAttributes user) |
Modifier and Type | Method and Description |
---|---|
DeltaQueryResult<UserWithAttributes> |
AzureAdDirectory.fetchUserChanges(String syncToken) |
org.apache.commons.lang3.tuple.Pair<List<UserWithAttributes>,List<GroupWithAttributes>> |
AzureMembershipHelper.getDirectChildren(String groupId)
Returns direct children of a group.
|
DeltaQueryResult<UserWithAttributes> |
AzureAdDirectory.performUsersDeltaQuery() |
Modifier and Type | Method and Description |
---|---|
protected long |
AbstractInternalDirectory.currentPrincipalInvalidPasswordAttempts(UserWithAttributes user) |
protected boolean |
AbstractInternalDirectory.requiresPasswordChange(UserWithAttributes user) |
Modifier and Type | Method and Description |
---|---|
protected List<UserWithAttributes> |
UserFilterableNonDeltaQueryCacheRefresher.findAllRemoteUsers(boolean withAttributes) |
protected DeltaQueryResult<UserWithAttributes> |
DeltaQueryCacheRefresher.getUserChangesFromDeltaQuery(String userSyncToken) |
DeltaQueryResult<UserWithAttributes> |
BackgroundQueriesProcessor.getUsers() |
protected DeltaQueryResult<UserWithAttributes> |
DeltaQueryCacheRefresher.getUsersFromDeltaQuery() |
protected DeltaQueryResult<UserWithAttributes> |
DeltaQueryCacheRefresher.synchroniseUserChanges(DirectoryCache directoryCache,
DeltaQueryResult<UserWithAttributes> mappedUsers,
Date syncStartDate) |
Modifier and Type | Method and Description |
---|---|
protected void |
DeltaQueryCacheRefresher.synchroniseMembershipChanges(DirectoryCache directoryCache,
Collection<UserWithAttributes> mappedUsers,
Collection<GroupWithMembershipChanges> mappedGroups) |
protected DeltaQueryResult<UserWithAttributes> |
DeltaQueryCacheRefresher.synchroniseUserChanges(DirectoryCache directoryCache,
DeltaQueryResult<UserWithAttributes> mappedUsers,
Date syncStartDate) |
protected DeltaQueryCacheRefresher.IdToNameResolver |
DeltaQueryCacheRefresher.usersResolver(Collection<UserWithAttributes> mappedUsers,
DirectoryCache directoryCache) |
Constructor and Description |
---|
BackgroundQueriesProcessor(String threadPoolName,
Callable<DeltaQueryResult<UserWithAttributes>> usersSupplier,
Callable<DeltaQueryResult<GroupWithMembershipChanges>> groupsSupplier) |
Modifier and Type | Field and Description |
---|---|
Map<String,UserWithAttributes> |
MockDirectoryCache.userWithAttributesHashMap |
Modifier and Type | Method and Description |
---|---|
UserWithAttributes |
MockDirectoryCache.findUserWithAttributesByName(String name) |
Modifier and Type | Method and Description |
---|---|
protected List<UserWithAttributes> |
RemoteDirectoryCacheRefresher.findAllRemoteUsers(boolean withAttributes) |
protected PartialSynchronisationResult<? extends UserWithAttributes> |
RemoteDirectoryCacheRefresher.synchroniseAllUsers(DirectoryCache directoryCache) |
protected PartialSynchronisationResult<? extends UserWithAttributes> |
EventTokenChangedCacheRefresher.synchroniseAllUsers(DirectoryCache directoryCache) |
Modifier and Type | Method and Description |
---|---|
DeltaQueryResult<UserWithAttributes> |
AzureAdRestEntityMapper.mapDeltaQueryUsers(GraphDeltaQueryResult<GraphDeltaQueryUser> graphUsersList,
long directoryId)
Maps a delta query result for users to a result suitable for incremental synchronisation.
|
Modifier and Type | Method and Description |
---|---|
UserWithAttributes |
DirectoryCache.findUserWithAttributesByName(String name) |
Modifier and Type | Method and Description |
---|---|
protected PartialSynchronisationResult<? extends UserWithAttributes> |
UsnChangedCacheRefresher.synchroniseAllUsers(DirectoryCache directoryCache) |
protected abstract PartialSynchronisationResult<? extends UserWithAttributes> |
AbstractCacheRefresher.synchroniseAllUsers(DirectoryCache directoryCache)
This method is expected to fetch the users to update (or all currently in the remote directory)
and update the directory cache (call the appropriate method for deleting and then the appropriate method for
updating/adding).
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractCacheRefresher.synchroniseAllUserAttributes(Collection<? extends UserWithAttributes> remoteUsers,
DirectoryCache directoryCache) |
Modifier and Type | Method and Description |
---|---|
UserWithAttributes |
UserDao.findByNameWithAttributes(long directoryId,
String userName)
Finds and returns the user with attributes with the given name and directory ID.
|
Modifier and Type | Method and Description |
---|---|
UserWithAttributes |
RestCrowdClient.addUser(User user,
PasswordCredential passwordCredential) |
UserWithAttributes |
RestCrowdClient.addUser(UserWithAttributes user,
PasswordCredential passwordCredential) |
UserWithAttributes |
RestCrowdClient.getUserWithAttributes(String name) |
Modifier and Type | Method and Description |
---|---|
List<UserWithAttributes> |
RestCrowdClient.searchUsersWithAttributes(SearchRestriction searchRestriction,
int startIndex,
int maxResults) |
Modifier and Type | Method and Description |
---|---|
UserWithAttributes |
RestCrowdClient.addUser(UserWithAttributes user,
PasswordCredential passwordCredential) |
Modifier and Type | Method and Description |
---|---|
static List<UserWithAttributes> |
EntityTranslator.toUserWithAttributesList(UserEntityList userEntityList)
Transforms UserEntityList into a list of users with attributes.
|
Modifier and Type | Method and Description |
---|---|
UserWithAttributes |
ApplicationServiceGeneric.addUser(Application application,
UserTemplateWithAttributes user,
PasswordCredential credential) |
UserWithAttributes |
TranslatingApplicationService.addUser(Application application,
UserTemplateWithAttributes user,
PasswordCredential credential) |
UserWithAttributes |
AbstractDelegatingApplicationService.addUser(Application application,
UserTemplateWithAttributes userWithAttributes,
PasswordCredential credential) |
UserWithAttributes |
ApplicationService.addUser(Application application,
UserTemplateWithAttributes user,
PasswordCredential credential)
Adds the user to the first permissible active directory.
|
UserWithAttributes |
ApplicationServiceGeneric.findUserWithAttributesByKey(Application application,
String key) |
UserWithAttributes |
AbstractDelegatingApplicationService.findUserWithAttributesByKey(Application application,
String key) |
UserWithAttributes |
ApplicationService.findUserWithAttributesByKey(Application application,
String key)
Returns the user with a matching key from all the active directories assigned to the application.
|
UserWithAttributes |
ApplicationServiceGeneric.findUserWithAttributesByName(Application application,
String name) |
UserWithAttributes |
TranslatingApplicationService.findUserWithAttributesByName(Application application,
String name) |
UserWithAttributes |
AbstractDelegatingApplicationService.findUserWithAttributesByName(Application application,
String name) |
UserWithAttributes |
ApplicationService.findUserWithAttributesByName(Application application,
String name)
Returns the first user with the matching username
from all the active directories assigned to the application.
|
Modifier and Type | Method and Description |
---|---|
UserWithAttributes |
DirectoryManagerGeneric.addUser(long directoryId,
UserTemplateWithAttributes user,
PasswordCredential credential) |
UserWithAttributes |
DirectoryManager.addUser(long directoryId,
UserTemplateWithAttributes user,
PasswordCredential credential)
Adds a
UserWithAttributes to the directory specified by the passed in directoryId . |
UserWithAttributes |
DirectoryManagerGeneric.findUserWithAttributesByExternalId(long directoryId,
String externalId) |
UserWithAttributes |
DirectoryManager.findUserWithAttributesByExternalId(long directoryId,
String externalId)
Returns the user (with attributes) matching the supplied external ID in the directory specified by the
passed in
directoryId . |
UserWithAttributes |
DirectoryManagerGeneric.findUserWithAttributesByName(long directoryId,
String username) |
UserWithAttributes |
DirectoryManager.findUserWithAttributesByName(long directoryId,
String username)
Returns the user with all attributes matching the supplied username in the directory specified by the passed in
directoryId .. |
Modifier and Type | Method and Description |
---|---|
UserWithAttributes |
RecoveryModeRemoteDirectory.addUser(UserTemplateWithAttributes user,
PasswordCredential credential) |
UserWithAttributes |
RecoveryModeRemoteDirectory.findUserWithAttributesByName(String name) |
Constructor and Description |
---|
UserTemplateWithAttributes(UserWithAttributes user)
Creates new UserTemplateWithAttributes based on the given user with attributes.
|
Modifier and Type | Method and Description |
---|---|
static UserWithAttributes |
EntityTranslator.fromUserEntity(UserEntity userEntity)
Translates a UserEntity to a UserWithAttributes.
|
Modifier and Type | Method and Description |
---|---|
UserWithAttributes |
CrowdClient.addUser(User user,
PasswordCredential passwordCredential)
Deprecated.
|
UserWithAttributes |
CrowdClient.addUser(UserWithAttributes user,
PasswordCredential passwordCredential)
Adds a new User to the remote Crowd server and will attempt to add the attributes atomically, but for Crowd servers < v2.9.0
atomic attribute adding may not be supported.
|
UserWithAttributes |
CrowdClient.getUserWithAttributes(String name)
Gets a User with Attributes by user name.
|
Modifier and Type | Method and Description |
---|---|
List<UserWithAttributes> |
CrowdClient.searchUsersWithAttributes(SearchRestriction searchRestriction,
int startIndex,
int maxResults)
Searches for users (with their attributes) matching the following criteria.
|
Modifier and Type | Method and Description |
---|---|
UserWithAttributes |
CrowdClient.addUser(UserWithAttributes user,
PasswordCredential passwordCredential)
Adds a new User to the remote Crowd server and will attempt to add the attributes atomically, but for Crowd servers < v2.9.0
atomic attribute adding may not be supported.
|
Modifier and Type | Method and Description |
---|---|
static SOAPPrincipal |
ObjectTranslator.processUserWithAttributes(UserWithAttributes user) |
Modifier and Type | Method and Description |
---|---|
static void |
ModelAssertions.assertUsersWithAttributesEqual(UserWithAttributes expected,
UserWithAttributes actual) |
Copyright © 2020 Atlassian. All rights reserved.