Uses of Class
com.atlassian.crowd.model.user.UserTemplate
Packages that use UserTemplate
Package
Description
-
Uses of UserTemplate in com.atlassian.crowd.directory
Methods in com.atlassian.crowd.directory that return types with arguments of type UserTemplateModifier and TypeMethodDescriptionDirectoryCacheImplUsingChangeOperations.addOrUpdateCachedUsers
(Collection<? extends User> remoteUsers, Date syncStartDate) 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.DirectoryCacheChangeOperations.getUsersToAddAndUpdate
(Collection<? extends User> remoteUsers, Date syncStartDate) DbCachingRemoteChangeOperations.getUsersToAddAndUpdateOld
(Collection<? extends User> remoteUsers, Date syncStartDate) Methods in com.atlassian.crowd.directory with parameters of type UserTemplateModifier and TypeMethodDescriptionAbstractForwardingDirectory.addUser
(UserTemplate user, PasswordCredential credential) AuditingDirectoryDecorator.addUser
(UserTemplate user, PasswordCredential credential) AzureAdDirectory.addUser
(UserTemplate user, PasswordCredential credential) CachingDirectory.addUser
(UserTemplate user, PasswordCredential credential) Adds a user with no special added logic.InternalDirectory.addUser
(UserTemplate user, PasswordCredential credential) MockSimpleRemoteDirectory.addUser
(UserTemplate user, PasswordCredential credential) RemoteCrowdDirectory.addUser
(UserTemplate user, PasswordCredential credential) RemoteDirectory.addUser
(UserTemplate user, PasswordCredential credential) Deprecated.Rfc2307.addUser
(UserTemplate user, PasswordCredential credential) SpringLDAPConnector.addUser
(UserTemplate user, PasswordCredential credential) Adds a user to LDAP.protected User
MockSimpleRemoteDirectory.copyUser
(UserTemplate template) protected UserWithAttributes
MockSimpleRemoteDirectory.deriveUserWithAttributes
(User user, UserTemplate template) AbstractForwardingDirectory.updateUser
(UserTemplate user) AuditingDirectoryDecorator.updateUser
(UserTemplate user) AzureAdDirectory.updateUser
(UserTemplate user) CachingDirectory.updateUser
(UserTemplate user) DbCachingRemoteDirectory.updateUser
(UserTemplate user) InternalDirectory.updateUser
(UserTemplate user) MockSimpleRemoteDirectory.updateUser
(UserTemplate user) RemoteCrowdDirectory.updateUser
(UserTemplate user) RemoteDirectory.updateUser
(UserTemplate user) Updates theuser
.Rfc2307.updateUser
(UserTemplate user) SpringLDAPConnector.updateUser
(UserTemplate user) Method parameters in com.atlassian.crowd.directory with type arguments of type UserTemplateModifier and TypeMethodDescriptionvoid
DbCachingRemoteChangeOperations.updateUsers
(Collection<UserTemplate> usersToUpdate) void
DirectoryCacheChangeOperations.updateUsers
(Collection<UserTemplate> usersToUpdate) -
Uses of UserTemplate in com.atlassian.crowd.directory.ldap.cache
Methods in com.atlassian.crowd.directory.ldap.cache that return types with arguments of type UserTemplateModifier and TypeMethodDescriptionMockDirectoryCache.addOrUpdateCachedUsers
(Collection<? extends User> users, Date syncStartDate) -
Uses of UserTemplate in com.atlassian.crowd.directory.synchronisation.cache
Methods in com.atlassian.crowd.directory.synchronisation.cache that return types with arguments of type UserTemplateModifier and TypeMethodDescriptionDirectoryCache.addOrUpdateCachedUsers
(Collection<? extends User> users, Date syncStartDate) Synchronises a list of Users from an external directory in the local cache. -
Uses of UserTemplate in com.atlassian.crowd.manager.application
Methods in com.atlassian.crowd.manager.application with parameters of type UserTemplateModifier and TypeMethodDescriptionAbstractDelegatingApplicationService.addUser
(Application application, UserTemplate user, PasswordCredential credential) ApplicationService.addUser
(Application application, UserTemplate user, PasswordCredential credential) ApplicationServiceGeneric.addUser
(Application application, UserTemplate user, PasswordCredential credential) TranslatingApplicationService.addUser
(Application application, UserTemplate user, PasswordCredential credential) AbstractDelegatingApplicationService.updateUser
(Application application, UserTemplate user) ApplicationService.updateUser
(Application application, UserTemplate user) Updates the user in the first active directory the User belongs.ApplicationServiceGeneric.updateUser
(Application application, UserTemplate user) TranslatingApplicationService.updateUser
(Application application, UserTemplate user) ApplicationServiceGeneric.validateUpdateUser
(Application application, UserTemplate user) -
Uses of UserTemplate in com.atlassian.crowd.manager.directory
Methods in com.atlassian.crowd.manager.directory with parameters of type UserTemplateModifier and TypeMethodDescriptionDirectoryManager.addUser
(long directoryId, UserTemplate user, PasswordCredential credential) DirectoryManagerGeneric.addUser
(long directoryId, UserTemplate user, PasswordCredential credential) 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 indirectoryId
.DirectoryManagerGeneric.updateUser
(long directoryId, UserTemplate user) -
Uses of UserTemplate in com.atlassian.crowd.manager.recovery
Methods in com.atlassian.crowd.manager.recovery with parameters of type UserTemplateModifier and TypeMethodDescriptionRecoveryModeRemoteDirectory.addUser
(UserTemplate user, PasswordCredential credential) RecoveryModeRemoteDirectory.updateUser
(UserTemplate user) -
Uses of UserTemplate in com.atlassian.crowd.model.user
Subclasses of UserTemplate in com.atlassian.crowd.model.userModifier and TypeClassDescriptionclass
Mutable user template with mutable attributes.class
Predominantly used for the 'bulk' adding of users to Crowd.Constructors in com.atlassian.crowd.model.user with parameters of type UserTemplateModifierConstructorDescriptionInternalUser
(InternalEntityTemplate internalEntityTemplate, Directory directory, UserTemplate userTemplate, PasswordCredential credential) This constructor is used by the importer only.
RemoteDirectory.addUser(com.atlassian.crowd.model.user.UserTemplateWithAttributes, com.atlassian.crowd.embedded.api.PasswordCredential)
instead.