Modifier and Type | Method and Description |
---|---|
AddUpdateSets<UserTemplateWithCredentialAndAttributes,UserTemplate> |
DirectoryCacheImplUsingChangeOperations.addOrUpdateCachedUsers(Collection<? extends User> remoteUsers,
Date syncStartDate) |
AddUpdateSets<UserTemplateWithCredentialAndAttributes,UserTemplate> |
DbCachingRemoteChangeOperations.getUsersToAddAndUpdate(Collection<? extends User> remoteUsers,
Date syncStartDate)
Returns the users that need to be added or updated given the list of all remote users.
|
AddUpdateSets<UserTemplateWithCredentialAndAttributes,UserTemplate> |
DirectoryCacheChangeOperations.getUsersToAddAndUpdate(Collection<? extends User> remoteUsers,
Date syncStartDate) |
Modifier and Type | Method and Description |
---|---|
User |
AzureAdDirectory.addUser(UserTemplate user,
PasswordCredential credential) |
User |
AuditingDirectoryDecorator.addUser(UserTemplate user,
PasswordCredential credential) |
LDAPUserWithAttributes |
Rfc2307.addUser(UserTemplate user,
PasswordCredential credential) |
LDAPUserWithAttributes |
SpringLDAPConnector.addUser(UserTemplate user,
PasswordCredential credential)
Adds a user to LDAP.
|
User |
RemoteCrowdDirectory.addUser(UserTemplate user,
PasswordCredential credential) |
User |
InternalDirectory.addUser(UserTemplate user,
PasswordCredential credential) |
User |
AbstractForwardingDirectory.addUser(UserTemplate user,
PasswordCredential credential) |
User |
CachingDirectory.addUser(UserTemplate user,
PasswordCredential credential)
Adds a user with no special added logic.
|
User |
MockSimpleRemoteDirectory.addUser(UserTemplate user,
PasswordCredential credential) |
User |
RemoteDirectory.addUser(UserTemplate user,
PasswordCredential credential)
Deprecated.
|
protected User |
MockSimpleRemoteDirectory.copyUser(UserTemplate template) |
protected UserWithAttributes |
MockSimpleRemoteDirectory.deriveUserWithAttributes(User user,
UserTemplate template) |
User |
AzureAdDirectory.updateUser(UserTemplate user) |
User |
AuditingDirectoryDecorator.updateUser(UserTemplate user) |
User |
DbCachingRemoteDirectory.updateUser(UserTemplate user) |
User |
Rfc2307.updateUser(UserTemplate user) |
User |
SpringLDAPConnector.updateUser(UserTemplate user) |
User |
RemoteCrowdDirectory.updateUser(UserTemplate user) |
User |
InternalDirectory.updateUser(UserTemplate user) |
User |
AbstractForwardingDirectory.updateUser(UserTemplate user) |
User |
CachingDirectory.updateUser(UserTemplate user) |
User |
MockSimpleRemoteDirectory.updateUser(UserTemplate user) |
User |
RemoteDirectory.updateUser(UserTemplate user)
Updates the
user . |
Modifier and Type | Method and Description |
---|---|
void |
DbCachingRemoteChangeOperations.updateUsers(Collection<UserTemplate> usersToUpdate) |
void |
DirectoryCacheChangeOperations.updateUsers(Collection<UserTemplate> usersToUpdate) |
Modifier and Type | Method and Description |
---|---|
AddUpdateSets<UserTemplateWithCredentialAndAttributes,UserTemplate> |
MockDirectoryCache.addOrUpdateCachedUsers(Collection<? extends User> users,
Date syncStartDate) |
Modifier and Type | Method and Description |
---|---|
AddUpdateSets<UserTemplateWithCredentialAndAttributes,UserTemplate> |
DirectoryCache.addOrUpdateCachedUsers(Collection<? extends User> users,
Date syncStartDate)
Synchronises a list of Users from an external directory in the local cache.
|
Modifier and Type | Method and Description |
---|---|
User |
ApplicationServiceGeneric.addUser(Application application,
UserTemplate user,
PasswordCredential credential) |
User |
TranslatingApplicationService.addUser(Application application,
UserTemplate user,
PasswordCredential credential) |
User |
AbstractDelegatingApplicationService.addUser(Application application,
UserTemplate user,
PasswordCredential credential) |
User |
ApplicationService.addUser(Application application,
UserTemplate user,
PasswordCredential credential)
|
User |
ApplicationServiceGeneric.updateUser(Application application,
UserTemplate user) |
User |
TranslatingApplicationService.updateUser(Application application,
UserTemplate user) |
User |
AbstractDelegatingApplicationService.updateUser(Application application,
UserTemplate user) |
User |
ApplicationService.updateUser(Application application,
UserTemplate user)
Updates the user in the first active directory the User belongs.
|
Modifier and Type | Method and Description |
---|---|
User |
DirectoryManagerGeneric.addUser(long directoryId,
UserTemplate user,
PasswordCredential credential) |
User |
DirectoryManager.addUser(long directoryId,
UserTemplate user,
PasswordCredential credential)
Deprecated.
|
User |
DirectoryManagerGeneric.updateUser(long directoryId,
UserTemplate user) |
User |
DirectoryManager.updateUser(long directoryId,
UserTemplate user)
Updates a user with the supplied template and returns the updated user retrieved from the directory specified by the passed in
directoryId . |
Modifier and Type | Method and Description |
---|---|
User |
RecoveryModeRemoteDirectory.addUser(UserTemplate user,
PasswordCredential credential) |
User |
RecoveryModeRemoteDirectory.updateUser(UserTemplate user) |
Modifier and Type | Class and Description |
---|---|
class |
UserTemplateWithAttributes
Mutable user template with mutable attributes.
|
class |
UserTemplateWithCredentialAndAttributes
Predominantly used for the 'bulk' adding of users to Crowd.
|
Constructor and Description |
---|
InternalUser(InternalEntityTemplate internalEntityTemplate,
Directory directory,
UserTemplate userTemplate,
PasswordCredential credential)
This constructor is used by the importer only.
|
Modifier and Type | Method and Description |
---|---|
static UserTemplate |
ObjectTranslator.processUser(SOAPPrincipal soapUser) |
Copyright © 2020 Atlassian. All rights reserved.