Uses of Class
com.atlassian.crowd.model.user.UserTemplateWithAttributes
Package
Description
-
Uses of UserTemplateWithAttributes in com.atlassian.crowd.directory
Modifier and TypeMethodDescriptionAbstractForwardingDirectory.addUser
(UserTemplateWithAttributes user, PasswordCredential credential) abstract UserWithAttributes
AbstractInternalDirectory.addUser
(UserTemplateWithAttributes user, PasswordCredential credential) AuditingDirectoryDecorator.addUser
(UserTemplateWithAttributes user, PasswordCredential credential) AzureAdDirectory.addUser
(UserTemplateWithAttributes user, PasswordCredential credential) CachingDirectory.addUser
(UserTemplateWithAttributes user, PasswordCredential credential) Adds a user without modifying it, including storing its attributes.DbCachingRemoteDirectory.addUser
(UserTemplateWithAttributes user, PasswordCredential credential) InternalDirectory.addUser
(UserTemplateWithAttributes user, PasswordCredential credential) Adds a user and the following custom attributes: - RemotePrincipalConstants.PASSWORD_LASTCHANGED set to the current time.MockSimpleRemoteDirectory.addUser
(UserTemplateWithAttributes user, PasswordCredential credential) RemoteCrowdDirectory.addUser
(UserTemplateWithAttributes user, PasswordCredential credential) RemoteDirectory.addUser
(UserTemplateWithAttributes user, PasswordCredential credential) Adds auser
to the directory store.Rfc2307.addUser
(UserTemplateWithAttributes user, PasswordCredential credential) SpringLDAPConnector.addUser
(UserTemplateWithAttributes user, PasswordCredential credential) Adds a user to LDAP.protected UserWithAttributes
MockSimpleRemoteDirectory.putUser
(UserTemplateWithAttributes user) -
Uses of UserTemplateWithAttributes in com.atlassian.crowd.directory.ldap.mapper.entity
Modifier and TypeMethodDescriptionLDAPUserAttributesMapper.mapUserFromAttributes
(Attributes directoryAttributes) Creates aUser
object containing the information in theAttributes
object. -
Uses of UserTemplateWithAttributes in com.atlassian.crowd.manager.application
Modifier and TypeMethodDescriptionAbstractDelegatingApplicationService.addUser
(Application application, UserTemplateWithAttributes userWithAttributes, PasswordCredential credential) ApplicationService.addUser
(Application application, UserTemplateWithAttributes user, PasswordCredential credential) Adds the user to the first permissible active directory.ApplicationServiceGeneric.addUser
(Application application, UserTemplateWithAttributes user, PasswordCredential credential) TranslatingApplicationService.addUser
(Application application, UserTemplateWithAttributes user, PasswordCredential credential) -
Uses of UserTemplateWithAttributes in com.atlassian.crowd.manager.directory
Modifier and TypeMethodDescriptionDirectoryManager.addUser
(long directoryId, UserTemplateWithAttributes user, PasswordCredential credential) Adds aUserWithAttributes
to the directory specified by the passed indirectoryId
.DirectoryManagerGeneric.addUser
(long directoryId, UserTemplateWithAttributes user, PasswordCredential credential) -
Uses of UserTemplateWithAttributes in com.atlassian.crowd.manager.recovery
Modifier and TypeMethodDescriptionRecoveryModeRemoteDirectory.addUser
(UserTemplateWithAttributes user, PasswordCredential credential) -
Uses of UserTemplateWithAttributes in com.atlassian.crowd.model.user
Modifier and TypeClassDescriptionclass
Predominantly used for the 'bulk' adding of users to Crowd.Modifier and TypeMethodDescriptionstatic UserTemplateWithAttributes
UserTemplateWithAttributes.ofUserWithNoAttributes
(User user) Deprecated.static UserTemplateWithAttributes
UserTemplateWithAttributes.toUserWithNoAttributes
(User user) Creates new UserTemplateWithAttributes based on the given user with empty attributes.static UserTemplateWithAttributes
UserTemplateWithAttributes.toUserWithNoAttributes
(User user) Creates new UserTemplateWithAttributes based on the given user with empty attributes.ModifierConstructorDescriptionLDAPUserWithAttributes
(CrowdLdapName ldapName, UserTemplateWithAttributes user)
toUserWithNoAttributes(User)
instead.