Uses of Interface
com.atlassian.crowd.model.user.User
Packages that use User
Package
Description
The audit processors are meant to be called from within other DAOs, to facilitate auditing either single or bulk
operations.
-
Uses of User in com.atlassian.crowd.cache
Methods in com.atlassian.crowd.cache with parameters of type UserModifier and TypeMethodDescriptionDelegatingUserAuthorisationCache.isPermitted(User user, String applicationName) UserAuthorisationCache.isPermitted(User user, String applicationName) Returns whether the user is permitted to authenticate with the application.UserAuthorisationCacheImpl.isPermitted(User user, String applicationName) voidDelegatingUserAuthorisationCache.setPermitted(User user, String applicationName, boolean permitted) voidUserAuthorisationCache.setPermitted(User user, String applicationName, boolean permitted) Sets whether the user is permitted to authenticate with the application.voidUserAuthorisationCacheImpl.setPermitted(User user, String applicationName, boolean permitted) -
Uses of User in com.atlassian.crowd.console.action
Methods in com.atlassian.crowd.console.action that return UserMethods in com.atlassian.crowd.console.action that return types with arguments of type UserModifier and TypeMethodDescriptionUserSearcherImpl.doSearchByApplication(long applicationId, Boolean active, String searchText, int resultsStartIndex, int resultsPerPage) UserSearcherImpl.doSearchByDirectory(long directoryID, Boolean active, String searchText, int resultsStartIndex, int resultsPerPage) Methods in com.atlassian.crowd.console.action with parameters of type User -
Uses of User in com.atlassian.crowd.console.action.application
Fields in com.atlassian.crowd.console.action.application with type parameters of type UserMethods in com.atlassian.crowd.console.action.application that return types with arguments of type UserMethod parameters in com.atlassian.crowd.console.action.application with type arguments of type User -
Uses of User in com.atlassian.crowd.console.action.group
Methods in com.atlassian.crowd.console.action.group that return types with arguments of type UserModifier and TypeMethodDescriptionViewGroupMembers.getPrincipals()ViewGroupNestedPrincipals.getPrincipals()Method parameters in com.atlassian.crowd.console.action.group with type arguments of type UserModifier and TypeMethodDescriptionvoidViewGroupMembers.setPrincipals(Collection<User> principals) voidViewGroupNestedPrincipals.setPrincipals(Collection<User> principals) -
Uses of User in com.atlassian.crowd.console.action.principal
Fields in com.atlassian.crowd.console.action.principal declared as UserModifier and TypeFieldDescriptionprotected UserRemovePrincipal.principalprotected UserViewPrincipal.userMethods in com.atlassian.crowd.console.action.principal that return User -
Uses of User in com.atlassian.crowd.console.authentication
Methods in com.atlassian.crowd.console.authentication that return types with arguments of type UserModifier and TypeMethodDescriptionCrowdSSOAuthenticatedUserProvider.getAuthorizedUser(jakarta.servlet.http.HttpServletRequest request) Provides authenticated SSO user based on token cookies.CrowdSSOAuthenticatedUserProviderImpl.getAuthorizedUser(jakarta.servlet.http.HttpServletRequest request) -
Uses of User in com.atlassian.crowd.console.filter
Methods in com.atlassian.crowd.console.filter that return User -
Uses of User in com.atlassian.crowd.dao.audit.processor
Methods in com.atlassian.crowd.dao.audit.processor with parameters of type UserModifier and TypeMethodDescriptionvoidUserAuditProcessor.auditUserUpdated(User oldUser, InternalUser updatedUser) -
Uses of User in com.atlassian.crowd.dao.audit.processor.impl
Methods in com.atlassian.crowd.dao.audit.processor.impl with parameters of type UserModifier and TypeMethodDescriptionvoidDefaultUserAuditProcessor.auditUserUpdated(User oldUser, InternalUser updatedUser) voidDisablableUserAuditProcessor.auditUserUpdated(User oldUser, InternalUser updatedUser) voidNoopAuditProcessor.auditUserUpdated(User oldUser, InternalUser updatedUser) -
Uses of User in com.atlassian.crowd.dao.user
Methods in com.atlassian.crowd.dao.user that return types with arguments of type UserModifier and TypeMethodDescriptionInternalUserDao.addAll(Collection<UserTemplateWithCredentialAndAttributes> users) UserDAOHibernate.addAll(Collection<UserTemplateWithCredentialAndAttributes> users) UserDAOHibernate.addAll(Set<UserTemplateWithCredentialAndAttributes> users) Methods in com.atlassian.crowd.dao.user with parameters of type UserModifier and TypeMethodDescriptionUserDAOHibernate.add(User user, PasswordCredential credential) voidvoidUserDAOHibernate.removeAttribute(User user, String attributeName) voidUserDAOHibernate.storeAttributes(User user, Map<String, Set<String>> attributes, boolean updateTimestamp) voidUserDAOHibernate.updateCredential(User user, PasswordCredential credential, int maxPasswordHistory) -
Uses of User in com.atlassian.crowd.directory
Fields in com.atlassian.crowd.directory with type parameters of type UserModifier and TypeFieldDescriptionMockSimpleRemoteDirectory.userByExternalIdMapMockSimpleRemoteDirectory.userMapMethods in com.atlassian.crowd.directory that return UserModifier and TypeMethodDescriptionDelegatedAuthenticationDirectory.addOrUpdateLdapUser(String name) Copies or updates a user in the internal directory from their counterpart in the LDAP directory.AbstractForwardingDirectory.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.AbstractForwardingDirectory.authenticate(String name, PasswordCredential credential) AbstractInternalDirectory.authenticate(UserAuthenticationContext userAuthenticationContext) AbstractInternalDirectory.authenticate(String name, PasswordCredential credential) AuditingDirectoryDecorator.authenticate(String name, PasswordCredential credential) AzureAdDirectory.authenticate(String name, PasswordCredential credential) DbCachingRemoteDirectory.authenticate(UserAuthenticationContext userAuthenticationContext) DbCachingRemoteDirectory.authenticate(String name, PasswordCredential credential) DelegatedAuthenticationDirectory.authenticate(UserAuthenticationContext userAuthenticationContext) DelegatedAuthenticationDirectory.authenticate(String name, PasswordCredential credential) MockSimpleRemoteDirectory.authenticate(String name, PasswordCredential credential) RemoteCrowdDirectory.authenticate(String username, PasswordCredential credential) default UserRemoteDirectory.authenticate(UserAuthenticationContext userAuthenticationContext) Authenticates auserwith the directory store.RemoteDirectory.authenticate(String name, PasswordCredential credential) Authenticates auserwith the directory store.SpringLDAPConnector.authenticate(String name, PasswordCredential credential) protected UserDbCachingRemoteDirectory.authenticateAndUpdateInternalUser(String name, PasswordCredential credential) Authenticates user and ensures that internal directory contains the authenticated user.protected UserMockSimpleRemoteDirectory.copyUser(UserTemplate template) AbstractForwardingDirectory.findUserByExternalId(String externalId) AuditingDirectoryDecorator.findUserByExternalId(String externalId) AzureAdDirectory.findUserByExternalId(String externalId) MockSimpleRemoteDirectory.findUserByExternalId(String externalId) RemoteCrowdDirectory.findUserByExternalId(String externalId) RemoteDirectory.findUserByExternalId(String externalId) Finds the user that matches the suppliedexternalId.AbstractForwardingDirectory.findUserByName(String name) AuditingDirectoryDecorator.findUserByName(String name) AzureAdDirectory.findUserByName(String name) MockSimpleRemoteDirectory.findUserByName(String name) RemoteCrowdDirectory.findUserByName(String name) RemoteDirectory.findUserByName(String name) Finds theuserthat matches the suppliedname.MockSimpleRemoteDirectory.findUserByNameOrNull(String name) AbstractInternalDirectory.forceRenameUser(User oldUser, String newName) InternalRemoteDirectory.forceRenameUser(User oldUser, String newName) Forces a rename on the given user in this directory.protected UserAbstractForwardingDirectory.renameUser(String oldName, String newName) AbstractInternalDirectory.renameUser(String oldName, String newName) AuditingDirectoryDecorator.renameUser(String oldName, String newName) AzureAdDirectory.renameUser(String oldName, String newName) DbCachingRemoteDirectory.renameUser(String oldName, String newName) MockSimpleRemoteDirectory.renameUser(String oldName, String newName) RemoteCrowdDirectory.renameUser(String oldName, String newName) RemoteDirectory.renameUser(String oldName, String newName) Renames auser.Rfc2307.renameUser(String oldName, String newName) SpringLDAPConnector.renameUser(String oldName, String newName) DbCachingRemoteDirectory.setUserStatusLocally(String username, boolean userActiveInternally) 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) protected UserDbCachingRemoteDirectory.updateUserAndSetActiveFlag(User remoteUser, User internalUser) AbstractForwardingDirectory.updateUserFromRemoteDirectory(User remoteUser) AuditingDirectoryDecorator.updateUserFromRemoteDirectory(User remoteUser) DbCachingRemoteDirectory.updateUserFromRemoteDirectory(User remoteUser) DelegatedAuthenticationDirectory.updateUserFromRemoteDirectory(User ldapUser) default UserRemoteDirectory.updateUserFromRemoteDirectory(User remoteUser) AbstractInternalDirectory.userAuthenticated(String username) DbCachingRemoteDirectory.userAuthenticated(String username) DelegatedAuthenticationDirectory.userAuthenticated(String username) RemoteCrowdDirectory.userAuthenticated(String username) default UserRemoteDirectory.userAuthenticated(String username) Methods in com.atlassian.crowd.directory that return types with arguments of type UserModifier and TypeMethodDescriptionCachingDirectory.addAllUsers(Set<UserTemplateWithCredentialAndAttributes> users) InternalDirectory.addAllUsers(Set<UserTemplateWithCredentialAndAttributes> users) InternalRemoteDirectory.addAllUsers(Set<UserTemplateWithCredentialAndAttributes> users) Adds a collection of users to the directory.protected static List<org.apache.commons.lang3.tuple.Pair<User, TimestampedUser>> DbCachingRemoteChangeOperations.matchUsers(Collection<? extends User> remoteUsers, Collection<? extends TimestampedUser> internalUsers) Returns list ofPair, wherePair.getLeft()is one ofremoteUsersandPair.getRight()is a matchedinternalUsersor null, if not matched.Methods in com.atlassian.crowd.directory with parameters of type UserModifier and TypeMethodDescriptionvoidMockMembershipSearcher.addMembership(Group parent, User child) voidMockMembershipSearcher.addMemberships(List<Group> parents, User child) voidDbCachingRemoteChangeOperations.addOrUpdateCachedUser(User user) voidDirectoryCacheChangeOperations.addOrUpdateCachedUser(User user) voidDirectoryCacheImplUsingChangeOperations.addOrUpdateCachedUser(User user) protected UserWithAttributesMockSimpleRemoteDirectory.deriveUserWithAttributes(User user, UserTemplate template) AbstractInternalDirectory.forceRenameUser(User oldUser, String newName) InternalRemoteDirectory.forceRenameUser(User oldUser, String newName) Forces a rename on the given user in this directory.protected AttributesSpringLDAPConnector.getNewUserAttributes(User user, PasswordCredential credential) Translates theUserinto LDAP attributes, in preparation for creating a new user.protected voidApacheDS.getNewUserDirectorySpecificAttributes(User user, Attributes attributes) ApacheDS in a default install requires the sn to be set before a user can be created.protected voidApacheDS15.getNewUserDirectorySpecificAttributes(User user, Attributes attributes) ApacheDS in a default install requires the sn to be set before a user can be created.protected voidMicrosoftActiveDirectory.getNewUserDirectorySpecificAttributes(User user, Attributes attributes) Active Directory needs a couple of additional attributes set - the sAMAccountName (which is the account name you use to log on to Windows), and the account disabled flag.protected voidNovelleDirectory.getNewUserDirectorySpecificAttributes(User user, Attributes attributes) Novell eDirectory in a default install requires the sn to be set before a user can be created.protected voidOpenLDAP.getNewUserDirectorySpecificAttributes(User user, Attributes attributes) OpenLDAP 2.3.35 in a default install requires the sn to be set before a user can be created.protected voidRfc2307.getNewUserDirectorySpecificAttributes(User user, Attributes attributes) protected voidSpringLDAPConnector.getNewUserDirectorySpecificAttributes(User user, Attributes attributes) Populates attributes object with directory-specific attributes.protected voidSunONE.getNewUserDirectorySpecificAttributes(User user, Attributes attributes) Sun DSEE 6.2 in a default install requires the sn to be set before a user can be created.protected List<ModificationItem> MicrosoftActiveDirectory.getUserModificationItems(User userTemplate, LDAPUserWithAttributes currentUser) protected List<ModificationItem> SpringLDAPConnector.getUserModificationItems(User userTemplate, LDAPUserWithAttributes currentUser) protected booleanDbCachingRemoteChangeOperations.hasChanged(User remoteUser, User internalUser) protected Userprotected voidDbCachingRemoteDirectory.updateGroupsMembershipOnLogin(User user, Set<String> userRemoteGroupNames, Directory directory) protected UserDbCachingRemoteDirectory.updateUserAndSetActiveFlag(User remoteUser, User internalUser) AbstractForwardingDirectory.updateUserFromRemoteDirectory(User remoteUser) AuditingDirectoryDecorator.updateUserFromRemoteDirectory(User remoteUser) DbCachingRemoteDirectory.updateUserFromRemoteDirectory(User remoteUser) DelegatedAuthenticationDirectory.updateUserFromRemoteDirectory(User ldapUser) default UserRemoteDirectory.updateUserFromRemoteDirectory(User remoteUser) Method parameters in com.atlassian.crowd.directory with type arguments of type UserModifier and TypeMethodDescriptionDirectoryCacheImplUsingChangeOperations.addOrUpdateCachedUsers(Collection<? extends User> remoteUsers, Date syncStartDate) voidDbCachingRemoteChangeOperations.deleteCachedUsersNotIn(Collection<? extends User> remoteUsers, Date synchStartDate) voidDirectoryCacheChangeOperations.deleteCachedUsersNotIn(Collection<? extends User> users, Date syncStartDate) voidDirectoryCacheImplUsingChangeOperations.deleteCachedUsersNotIn(Collection<? extends User> users, Date syncStartDate) voidDbCachingRemoteChangeOperations.deleteCachedUsersNotInOld(Collection<? extends User> remoteUsers, Date synchStartDate) 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) protected static List<org.apache.commons.lang3.tuple.Pair<User, TimestampedUser>> DbCachingRemoteChangeOperations.matchUsers(Collection<? extends User> remoteUsers, Collection<? extends TimestampedUser> internalUsers) Returns list ofPair, wherePair.getLeft()is one ofremoteUsersandPair.getRight()is a matchedinternalUsersor null, if not matched. -
Uses of User in com.atlassian.crowd.directory.ldap.cache
Fields in com.atlassian.crowd.directory.ldap.cache with type parameters of type UserMethods in com.atlassian.crowd.directory.ldap.cache that return types with arguments of type UserMethods in com.atlassian.crowd.directory.ldap.cache with parameters of type UserMethod parameters in com.atlassian.crowd.directory.ldap.cache with type arguments of type UserModifier and TypeMethodDescriptionMockDirectoryCache.addOrUpdateCachedUsers(Collection<? extends User> users, Date syncStartDate) voidMockDirectoryCache.deleteCachedUsersNotIn(Collection<? extends User> users, Date syncStartDate) -
Uses of User in com.atlassian.crowd.directory.ldap.mapper.entity
Methods in com.atlassian.crowd.directory.ldap.mapper.entity with parameters of type UserModifier and TypeMethodDescriptionLDAPUserAttributesMapper.mapAttributesFromUser(User user) Creates an LDAPAttributesobject containing the information in theUserobject. -
Uses of User in com.atlassian.crowd.directory.synchronisation.cache
Methods in com.atlassian.crowd.directory.synchronisation.cache with parameters of type UserMethod parameters in com.atlassian.crowd.directory.synchronisation.cache with type arguments of type UserModifier and TypeMethodDescriptionDirectoryCache.addOrUpdateCachedUsers(Collection<? extends User> users, Date syncStartDate) Synchronises a list of Users from an external directory in the local cache.voidDirectoryCache.deleteCachedUsersNotIn(Collection<? extends User> users, Date syncStartDate) -
Uses of User in com.atlassian.crowd.embedded.core.util
Methods in com.atlassian.crowd.embedded.core.util that return types with arguments of type UserModifier and TypeMethodDescriptionstatic MembershipQuery<User> ConversionUtils.toModelUserMembershipQuery(MembershipQuery embeddedQuery) ConversionUtils.toModelUserQuery(UserQuery embeddedQuery) Method parameters in com.atlassian.crowd.embedded.core.util with type arguments of type UserModifier and TypeMethodDescriptionConversionUtils.toEmbeddedUsers(List<User> modelUsers) Converts a list of model Users to a list of embedded Users. -
Uses of User in com.atlassian.crowd.embedded.spi
Methods in com.atlassian.crowd.embedded.spi that return UserModifier and TypeMethodDescriptionUserDao.add(User user, PasswordCredential credential) Creates a new user with the given details and credentials.Changes the user's name to the provided new name.Updates all the user properties (except the username) of the user with the same directory and case-insensitive name.Methods in com.atlassian.crowd.embedded.spi that return types with arguments of type UserModifier and TypeMethodDescriptionUserDao.addAll(Set<UserTemplateWithCredentialAndAttributes> users) Bulk add users.Methods in com.atlassian.crowd.embedded.spi with parameters of type UserModifier and TypeMethodDescriptionUserDao.add(User user, PasswordCredential credential) Creates a new user with the given details and credentials.voidRemoves the user.voidUserDao.removeAttribute(User user, String attributeName) Removes the attributes for the user with the given name.Changes the user's name to the provided new name.voidAdds or updates a user's attributes with the new Map of attribute values.Updates all the user properties (except the username) of the user with the same directory and case-insensitive name.voidUserDao.updateCredential(User user, PasswordCredential credential, int maxCredentialHistory) Updates the credential (password) of the user with the same directory and case-insensitive name. -
Uses of User in com.atlassian.crowd.event.internal
Constructors in com.atlassian.crowd.event.internal with parameters of type UserModifierConstructorDescriptionNoOpRequestResetPasswordEvent(User user, String resetLink) Constructs a new instance of RequestResetPasswordEvent. -
Uses of User in com.atlassian.crowd.event.login
Methods in com.atlassian.crowd.event.login that return UserModifier and TypeMethodDescriptionRequestResetPasswordEvent.getUser()RequestUsernamesEvent.getUser()Constructors in com.atlassian.crowd.event.login with parameters of type UserModifierConstructorDescriptionRequestResetPasswordEvent(User user, String resetLink) Constructs a new instance of RequestResetPasswordEvent.RequestUsernamesEvent(User user, List<String> usernames) -
Uses of User in com.atlassian.crowd.event.remote.principal
Constructors in com.atlassian.crowd.event.remote.principal with parameters of type UserModifierConstructorDescriptionRemoteUserCreatedEvent(Object source, long directoryID, User user) RemoteUserCreatedOrUpdatedEvent(Object source, long directoryID, User user) RemoteUserUpdatedEvent(Object source, long directoryID, User user) -
Uses of User in com.atlassian.crowd.event.user
Methods in com.atlassian.crowd.event.user that return UserModifier and TypeMethodDescriptionAutoUserUpdatedEvent.getOriginalUser()UserEditedEvent.getOriginalUser()UserAuthenticationFailedAccessDeniedEvent.getRemotePrincipal()UserAuthenticationSucceededEvent.getRemotePrincipal()UserAddedNotificationEvent.getUser()UserAuthenticatedEvent.getUser()UserCreatedEvent.getUser()UserUpdatedEvent.getUser()Constructors in com.atlassian.crowd.event.user with parameters of type UserModifierConstructorDescriptionAutoUserCreatedEvent(Object source, Directory directory, User user) AutoUserUpdatedEvent(Object source, Directory directory, User user, User originalUser) ResetPasswordEvent(Object source, Directory directory, User user, String newPassword) UserAttributeDeletedEvent(Object source, Directory directory, User user, String attributeName) UserAttributeStoredEvent(Object source, Directory directory, User user, Map<String, Set<String>> attributes) UserAuthenticatedEvent(Object source, Directory directory, Application application, User user) UserAuthenticatedWithSamlSsoEvent(Application application, User user, boolean atlassianSamlPlugin) UserAuthenticationFailedAccessDeniedEvent(Object source, User user, Application application) UserAuthenticationSucceededEvent(Object source, User user, Application application, Token token) UserCreatedEvent(Object source, Directory directory, User user) UserCreatedEvent(Object source, ImmutableDirectory directory, User user) UserCreatedFromDirectorySynchronisationEvent(Object source, Directory directory, User user) UserCreatedFromDirectorySynchronisationEvent(Object source, ImmutableDirectory directory, User user) UserEditedEvent(Object source, Directory directory, User user, User originalUser) UserEmailChangedEvent(Object source, Directory directory, User user, String originalEmail) UserRenamedEvent(Object source, Directory directory, User user, String oldUsername) UserUpdatedEvent(Object source, Directory directory, User user) -
Uses of User in com.atlassian.crowd.integration.http
Methods in com.atlassian.crowd.integration.http that return UserModifier and TypeMethodDescriptionCacheAwareCrowdHttpAuthenticator.authenticate(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, String username, String password) CrowdHttpAuthenticator.authenticate(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, String username, String password) Authenticates the user based on provided credentials.CacheAwareCrowdHttpAuthenticator.authenticateWithoutValidatingPassword(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, String username) CrowdHttpAuthenticator.authenticateWithoutValidatingPassword(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, String username) Authenticates the user without validating password.CacheAwareCrowdHttpAuthenticator.getUser(jakarta.servlet.http.HttpServletRequest request) CrowdHttpAuthenticator.getUser(jakarta.servlet.http.HttpServletRequest request) Attempts to retrieve the currently authenticated User from the request. -
Uses of User in com.atlassian.crowd.integration.rest.entity
Classes in com.atlassian.crowd.integration.rest.entity that implement User -
Uses of User in com.atlassian.crowd.integration.rest.service
Methods in com.atlassian.crowd.integration.rest.service that return UserModifier and TypeMethodDescriptionRestCrowdClient.authenticateUser(String username, String password) RestCrowdClient.findUserFromSSOToken(String token) RestCrowdClient.getUserByKey(String key) RestCrowdClient.renameUser(String oldUsername, String newUsername) RestCrowdClient.userAuthenticated(String username) Methods in com.atlassian.crowd.integration.rest.service that return types with arguments of type UserModifier and TypeMethodDescriptionRestCrowdClient.getNestedUsersOfGroup(String groupName, int startIndex, int maxResults) RestCrowdClient.getUsersOfGroup(String groupName, int startIndex, int maxResults) RestCrowdClient.searchUsers(SearchRestriction searchRestriction, int startIndex, int maxResults) Methods in com.atlassian.crowd.integration.rest.service with parameters of type UserModifier and TypeMethodDescriptionRestCrowdClient.addUser(User user, PasswordCredential passwordCredential) voidRestCrowdClient.updateUser(User user) -
Uses of User in com.atlassian.crowd.integration.rest.util
Methods in com.atlassian.crowd.integration.rest.util that return types with arguments of type UserModifier and TypeMethodDescriptionEntityTranslator.toUserList(UserEntityList userEntityList) Transforms UserEntityList into a list of users.Methods in com.atlassian.crowd.integration.rest.util with parameters of type UserModifier and TypeMethodDescriptionstatic UserEntityEntityTranslator.toUserEntity(User user) Translates a User to a UserEntity.static UserEntityEntityTranslator.toUserEntity(User user, Attributes attributes) Translates a User with Attributes to a UserEntity.static UserEntityEntityTranslator.toUserEntity(User user, PasswordCredential passwordCredential) Translates a User to a UserEntity. -
Uses of User in com.atlassian.crowd.integration.springsecurity
Constructors in com.atlassian.crowd.integration.springsecurity with parameters of type User -
Uses of User in com.atlassian.crowd.integration.springsecurity.user
Methods in com.atlassian.crowd.integration.springsecurity.user that return UserModifier and TypeMethodDescriptionCrowdUserDetails.getRemotePrincipal()Returns the remote principal that has authenticated.Constructors in com.atlassian.crowd.integration.springsecurity.user with parameters of type UserModifierConstructorDescriptionCrowdUserDetails(User principal, Collection<org.springframework.security.core.GrantedAuthority> authorities) -
Uses of User in com.atlassian.crowd.manager.application
Methods in com.atlassian.crowd.manager.application that return UserModifier 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.authenticateUser(Application application, UserAuthenticationContext userAuthenticationContext) AbstractDelegatingApplicationService.authenticateUser(Application application, String username, PasswordCredential passwordCredential) AllowingAuthenticateByEmailApplicationService.authenticateUser(Application application, UserAuthenticationContext userAuthenticationContext) AllowingAuthenticateByEmailApplicationService.authenticateUser(Application application, String usernameOrEmail, PasswordCredential passwordCredential) default UserApplicationService.authenticateUser(Application application, UserAuthenticationContext userAuthenticationContext) Will attempt to authenticate the given user against the application.ApplicationService.authenticateUser(Application application, String username, PasswordCredential passwordCredential) Will attempt to authenticate the given user against the application.ApplicationServiceGeneric.authenticateUser(Application application, UserAuthenticationContext userAuthenticationContext) ApplicationServiceGeneric.authenticateUser(Application application, String username, PasswordCredential passwordCredential) TranslatingApplicationService.authenticateUser(Application application, String username, PasswordCredential passwordCredential) AbstractDelegatingApplicationService.findRemoteUserByName(Application application, String username) ApplicationService.findRemoteUserByName(Application application, String username) Returns the first user with the matching username from all active directories authoratiative remote directory.ApplicationServiceGeneric.findRemoteUserByName(Application application, String username) AbstractDelegatingApplicationService.findUserByKey(Application application, String key) ApplicationService.findUserByKey(Application application, String key) Returns the user with a matching key from all the active directories assigned to the application.ApplicationServiceGeneric.findUserByKey(Application application, String key) AbstractDelegatingApplicationService.findUserByName(Application application, String name) ApplicationService.findUserByName(Application application, String name) Returns the first user with the matching username from all the active directories assigned to the application.ApplicationServiceGeneric.findUserByName(Application application, String name) TranslatingApplicationService.findUserByName(Application application, String name) AbstractDelegatingApplicationService.renameUser(Application application, String oldUserName, String newUsername) ApplicationService.renameUser(Application application, String oldUserName, String newUsername) Renames the user in the first active directory the users exists in.ApplicationServiceGeneric.renameUser(Application application, String oldUserName, String newUsername) TranslatingApplicationService.renameUser(Application application, String oldUserName, String newUsername) AbstractDelegatingApplicationService.setUserStatusLocally(Application application, String username, boolean userActiveInternally) ApplicationService.setUserStatusLocally(Application application, String username, boolean userActiveInternally) Set the user's active status in the first active directory the User belongsApplicationServiceGeneric.setUserStatusLocally(Application application, String username, boolean userActiveInternally) 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) AbstractDelegatingApplicationService.userAuthenticated(Application application, String username) ApplicationService.userAuthenticated(Application application, String username) ApplicationServiceGeneric.userAuthenticated(Application application, String username) TranslatingApplicationService.userAuthenticated(Application application, String username) ApplicationServiceGeneric.validateUpdateUser(Application application, UserTemplate user) Methods in com.atlassian.crowd.manager.application with parameters of type UserModifier and TypeMethodDescriptionbooleanAbstractDelegatingApplicationService.isUserAuthorised(Application application, User user) booleanApplicationService.isUserAuthorised(Application application, User user) Deprecated.booleanApplicationServiceGeneric.isUserAuthorised(Application application, User user) booleanCachingApplicationService.isUserAuthorised(Application application, User user) booleanTranslatingApplicationService.isUserAuthorised(Application application, User user) -
Uses of User in com.atlassian.crowd.manager.application.canonicality
Methods in com.atlassian.crowd.manager.application.canonicality that return UserModifier and TypeMethodDescriptionCanonicalEntityByNameFinder.fastFailingFindUserByName(String name) CanonicalEntityByNameFinder.findRemoteUserByName(String name) CanonicalEntityByNameFinder.findUserByName(String name) Methods in com.atlassian.crowd.manager.application.canonicality that return types with arguments of type UserModifier and TypeMethodDescriptionCanonicalEntityByNameFinder.fastFailingFindOptionalUserByName(String name) -
Uses of User in com.atlassian.crowd.manager.audit.mapper
Methods in com.atlassian.crowd.manager.audit.mapper with parameters of type UserModifier and TypeMethodDescriptionAuditLogUserMapper.calculateDifference(AuditLogEventType eventType, User oldUser, User newUser) AuditLogUserMapperImpl.calculateDifference(AuditLogEventType eventType, User oldUser, User newUser) -
Uses of User in com.atlassian.crowd.manager.authentication
Methods in com.atlassian.crowd.manager.authentication that return UserModifier and TypeMethodDescriptionAliasingAwareTokenAuthenticationManager.findUserByToken(Token token, Application application) DelegatingTokenAuthenticationManager.findUserByToken(Token token, Application application) TokenAuthenticationManager.findUserByToken(Token token, Application application) Will find a user via the passed in token.TokenAuthenticationManagerImpl.findUserByToken(Token token, Application application) Methods in com.atlassian.crowd.manager.authentication with parameters of type UserModifier and TypeMethodDescriptionAliasingAwareTokenAuthenticationManager.findAuthorisedApplications(User user, String applicationName) DelegatingTokenAuthenticationManager.findAuthorisedApplications(User user, String applicationName) TokenAuthenticationManager.findAuthorisedApplications(User user, String applicationName) Returns a list of applications a user is authorised to authenticate with.TokenAuthenticationManagerImpl.findAuthorisedApplications(User user, String applicationName) -
Uses of User in com.atlassian.crowd.manager.avatar
Methods in com.atlassian.crowd.manager.avatar with parameters of type UserModifier and TypeMethodDescriptionAvatarProvider.getUserAvatar(User user, int sizeHint) Gets a URL for an avatar based on the information in thisUser, if one is available.WebServiceAvatarProvider.getUserAvatar(User user, int sizeHint) -
Uses of User in com.atlassian.crowd.manager.directory
Methods in com.atlassian.crowd.manager.directory that return UserModifier and TypeMethodDescriptionDirectoryManager.addUser(long directoryId, UserTemplate user, PasswordCredential credential) DirectoryManagerGeneric.addUser(long directoryId, UserTemplate user, PasswordCredential credential) default UserDirectoryManager.authenticateUser(long directoryId, UserAuthenticationContext userAuthenticationContext) DirectoryManager.authenticateUser(long directoryId, String username, PasswordCredential passwordCredential) DirectoryManagerGeneric.authenticateUser(long directoryId, UserAuthenticationContext userAuthenticationContext) DirectoryManagerGeneric.authenticateUser(long directoryId, String username, PasswordCredential passwordCredential) DirectoryManager.findRemoteUserByName(Long id, String username) Returns the user matching the supplied username in the authoritative remote directory specified by the passed indirectoryIdDirectoryManagerGeneric.findRemoteUserByName(Long directoryId, String username) DirectoryManager.findUserByExternalId(long directoryId, String externalId) Returns the user matching the supplied external ID in the directory specified by the passed indirectoryId.DirectoryManagerGeneric.findUserByExternalId(long directoryId, String externalId) DirectoryManager.findUserByName(long directoryId, String username) Returns the user matching the supplied username in the directory specified by the passed indirectoryId..DirectoryManagerGeneric.findUserByName(long directoryId, String username) DirectoryManager.renameUser(long directoryId, String oldUsername, String newUsername) Renames a user in the directory specified by the passed indirectoryId.DirectoryManagerGeneric.renameUser(long directoryId, String oldUsername, String newUsername) DirectoryManager.setUserStateInternally(long directoryId, String username, boolean userActiveInternally) Set the user's active status in the specified remote directory.DirectoryManagerGeneric.setUserStateInternally(long directoryId, String username, boolean userActiveInternally) 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) DirectoryManager.updateUserFromRemoteDirectory(User remoteUser) Updates the user details for the specified user based on the details in the remote directory.DirectoryManagerGeneric.updateUserFromRemoteDirectory(User remoteUser) DirectoryManager.userAuthenticated(long directoryId, String username) DirectoryManagerGeneric.userAuthenticated(long directoryId, String username) Methods in com.atlassian.crowd.manager.directory that return types with arguments of type UserModifier and TypeMethodDescriptionDirectoryManager.addAllUsers(long directoryId, Collection<UserTemplateWithCredentialAndAttributes> users, boolean overwrite) Will add a collection of users to the directory specified by the passed indirectoryIdparam.DirectoryManagerGeneric.addAllUsers(long directoryId, Collection<UserTemplateWithCredentialAndAttributes> users, boolean overwrite) MembershipService.getDirectUsersFromGroup(long directoryId, String groupName, int startIndex, int maxResults) Returns direct members of a group (excluding nested members)Methods in com.atlassian.crowd.manager.directory with parameters of type UserModifier and TypeMethodDescriptionDirectoryManager.updateUserFromRemoteDirectory(User remoteUser) Updates the user details for the specified user based on the details in the remote directory.DirectoryManagerGeneric.updateUserFromRemoteDirectory(User remoteUser) -
Uses of User in com.atlassian.crowd.manager.mailer.notification
Methods in com.atlassian.crowd.manager.mailer.notification with parameters of type UserModifier and TypeMethodDescriptionvoidUserAddedNotificationMailer.sendUserAddedNotification(User user) Sends a notification to a new Crowd user. -
Uses of User in com.atlassian.crowd.manager.mailer.reminder
Methods in com.atlassian.crowd.manager.mailer.reminder with parameters of type UserModifier and TypeMethodDescriptionForgottenLoginMailer.checkActiveUser(User user) voidForgottenLoginMailer.mailResetPasswordLink(User user, String resetLink) Mails the reset password link to theuser.voidForgottenLoginMailer.mailUsernames(User user, List<String> usernames) Mails the list of usernames to theuser. -
Uses of User in com.atlassian.crowd.manager.memberships
Methods in com.atlassian.crowd.manager.memberships that return types with arguments of type UserModifier and TypeMethodDescriptionMembershipServiceImpl.getDirectUsersFromGroup(long directoryId, String groupName, int startIndex, int maxResults) -
Uses of User in com.atlassian.crowd.manager.permission
Methods in com.atlassian.crowd.manager.permission that return types with arguments of type UserModifier and TypeMethodDescriptionGroupAdministrationPermissionService.getDirectGroupLevelAdminUsers(boolean considerOnlyTargetGroupsWithApplications) UserPermissionService.getGroupLevelAdmins(boolean considerOnlyTargetGroupsWithApplications) UserPermissionServiceImpl.getGroupLevelAdmins(boolean considerOnlyTargetGroupsWithApplications) UserPermissionService.getSysAdmins(Application application, boolean includeLocallyCachedOnly) UserPermissionService.getUsersWithPermission(Application application, UserPermission userPermission, boolean includeLocallyCachedOnly) UserPermissionServiceImpl.getUsersWithPermission(Application application, UserPermission permission, boolean includeLocallyCachedOnly) Methods in com.atlassian.crowd.manager.permission with parameters of type UserModifier and TypeMethodDescriptionGroupAdministrationPermissionService.getAdministeredGroups(User user, AdministeredGroupsQuery query) Looks for groups a user administersbooleanGroupAdministrationPermissionService.isUserAdminOfGroup(User user, Group group) Check if a user is an administrator of a groupbooleanGroupAdministrationPermissionService.isUserGroupLevelAdmin(User user) -
Uses of User in com.atlassian.crowd.manager.recovery
Methods in com.atlassian.crowd.manager.recovery that return UserModifier and TypeMethodDescriptionRecoveryModeRemoteDirectory.addUser(UserTemplate user, PasswordCredential credential) RecoveryModeRemoteDirectory.authenticate(String name, PasswordCredential credential) RecoveryModeRemoteDirectory.findUserByExternalId(String externalId) RecoveryModeRemoteDirectory.findUserByName(String name) RecoveryModeRemoteDirectory.renameUser(String oldName, String newName) RecoveryModeRemoteDirectory.updateUser(UserTemplate user) Methods in com.atlassian.crowd.manager.recovery with parameters of type UserModifier and TypeMethodDescriptionbooleanRecoveryModeAwareApplicationService.isUserAuthorised(Application application, User user) -
Uses of User in com.atlassian.crowd.manager.sso
Methods in com.atlassian.crowd.manager.sso that return UserConstructors in com.atlassian.crowd.manager.sso with parameters of type UserModifierConstructorDescriptionApplicationAccessDeniedException(Application application, User user) -
Uses of User in com.atlassian.crowd.manager.user
Methods in com.atlassian.crowd.manager.user that return types with arguments of type UserModifier and TypeMethodDescriptionCachedUserGroupResolver.findUsersByIds(Collection<Long> userIds) Bulk find users with the specified database identifiers. -
Uses of User in com.atlassian.crowd.manager.user.impl
Methods in com.atlassian.crowd.manager.user.impl that return types with arguments of type UserModifier and TypeMethodDescriptionCachedUserGroupResolverImpl.findUsersByIds(Collection<Long> userIds) -
Uses of User in com.atlassian.crowd.manager.useradded
Methods in com.atlassian.crowd.manager.useradded with parameters of type UserModifier and TypeMethodDescriptionvoidUserAddedNotificationManager.sendUserAddedNotification(User user) Publishes aUserAddedNotificationEventto be consumed by the appropriate listeners -
Uses of User in com.atlassian.crowd.migration.legacy
Methods in com.atlassian.crowd.migration.legacy that return types with arguments of type UserMethod parameters in com.atlassian.crowd.migration.legacy with type arguments of type UserModifier and TypeMethodDescriptionvoidLegacyImportDataHolder.setUserImportResults(BatchResultWithIdReferences<User> userImportResults) -
Uses of User in com.atlassian.crowd.model.event
Methods in com.atlassian.crowd.model.event that return UserConstructors in com.atlassian.crowd.model.event with parameters of type User -
Uses of User in com.atlassian.crowd.model.tombstone
Methods in com.atlassian.crowd.model.tombstone that return User -
Uses of User in com.atlassian.crowd.model.user
Subinterfaces of User in com.atlassian.crowd.model.userModifier and TypeInterfaceDescriptioninterfaceExtends the user interface with "updated date" and "created date".interfaceRepresents a user with attributes that exists in a directory.Classes in com.atlassian.crowd.model.user that implement UserModifier and TypeClassDescriptionclassclassImplementation of UserWithAttributes that simply delegates to an underlying User and Attributes object.final classfinal classfinal classfinal classclassEncapsulates the concept of crowd user.classEncapsulates the concept of user which has attributes.classclassA publicly mutable User implementation.classMutable user template with mutable attributes.classPredominantly used for the 'bulk' adding of users to Crowd.Methods in com.atlassian.crowd.model.user with parameters of type UserModifier and TypeMethodDescriptionstatic ImmutableUser.Builderstatic ImmutableUserstatic UserTemplateWithAttributesUserTemplateWithAttributes.ofUserWithNoAttributes(User user) Deprecated.static UserTemplateWithAttributesUserTemplateWithAttributes.toUserWithNoAttributes(User user) Creates new UserTemplateWithAttributes based on the given user with empty attributes.InternalUser.updateDetailsFrom(User user) Constructors in com.atlassian.crowd.model.user with parameters of type UserModifierConstructorDescriptionDelegatingUserWithAttributes(User user, Attributes attributes) ImmutableUser(User user) InternalUser(User user, Directory directory, PasswordCredential credential) Constructor used for adding a new user.UserTemplate(User user) Build a template from an existing user.protectedUserTemplateWithCredentialAndAttributes(User user, PasswordCredential credential) UserTemplateWithCredentialAndAttributes(User user, Map<String, Set<String>> attributes, PasswordCredential credential) -
Uses of User in com.atlassian.crowd.plugin.rest.util
Methods in com.atlassian.crowd.plugin.rest.util with parameters of type UserModifier and TypeMethodDescriptionstatic UserEntityEntityTranslator.toUserEntity(User user, Attributes attributes, com.atlassian.plugins.rest.api.model.Link userLink) Translates a User with Attributes to a UserEntity.static UserEntityEntityTranslator.toUserEntity(User user, com.atlassian.plugins.rest.api.model.Link userLink) Translates a User to a UserEntity.static UserEntitystatic UserEntityUserEntityUtil.translateWithAttributes(User user, Attributes attributes, com.atlassian.plugins.rest.api.model.Link oldLink) Method parameters in com.atlassian.crowd.plugin.rest.util with type arguments of type UserModifier and TypeMethodDescriptionstatic UserEntityListEntityTranslator.toUserEntities(List<? extends User> users, URI baseUri) Translates a list of users to a list of UserEntities. -
Uses of User in com.atlassian.crowd.service
Methods in com.atlassian.crowd.service that return types with arguments of type UserModifier and TypeMethodDescriptionDirectoryEntitySearchService.searchPotentialMembers(EntityQuery<User> usersQuery, long directoryId, String groupName) Returns users that can be assigned as members of the specified group.DirectoryEntitySearchServiceImpl.searchPotentialMembers(EntityQuery<User> query, long directoryId, String groupName) DirectoryEntitySearchService.searchUsers(EntityQuery<User> usersQuery, List<Directory> directoriesRestriction) Returns users matchingusersQuery.DirectoryEntitySearchServiceImpl.searchUsers(EntityQuery<User> query, List<Directory> optionalDirectories) Method parameters in com.atlassian.crowd.service with type arguments of type UserModifier and TypeMethodDescriptionDirectoryEntitySearchService.searchPotentialMembers(EntityQuery<User> usersQuery, long directoryId, String groupName) Returns users that can be assigned as members of the specified group.DirectoryEntitySearchServiceImpl.searchPotentialMembers(EntityQuery<User> query, long directoryId, String groupName) DirectoryEntitySearchService.searchUsers(EntityQuery<User> usersQuery, List<Directory> directoriesRestriction) Returns users matchingusersQuery.DirectoryEntitySearchServiceImpl.searchUsers(EntityQuery<User> query, List<Directory> optionalDirectories) -
Uses of User in com.atlassian.crowd.service.client
Methods in com.atlassian.crowd.service.client that return UserModifier and TypeMethodDescriptionCrowdClient.authenticateUser(String username, String password) Authenticates a user with the server.CrowdClient.findUserFromSSOToken(String token) Returns the user from the specified user token.Gets a User by user name.CrowdClient.getUserByKey(String key) Gets a User by key.CrowdClient.renameUser(String oldUsername, String newUsername) Renames a user on the remote Crowd server, initially finding them by their current username.CrowdClient.userAuthenticated(String username) Methods in com.atlassian.crowd.service.client that return types with arguments of type UserModifier and TypeMethodDescriptionCrowdClient.getNestedUsersOfGroup(String groupName, int startIndex, int maxResults) Searches for users who are nested members of a group.CrowdClient.getUsersOfGroup(String groupName, int startIndex, int maxResults) Searches for users who are direct members of a group.CrowdClient.searchUsers(SearchRestriction searchRestriction, int startIndex, int maxResults) Searches for users matching the following criteria.Methods in com.atlassian.crowd.service.client with parameters of type UserModifier and TypeMethodDescriptionCrowdClient.addUser(User user, PasswordCredential passwordCredential) voidCrowdClient.updateUser(User user) Updates a user on the remote Crowd server. -
Uses of User in com.atlassian.crowd.service.email
Methods in com.atlassian.crowd.service.email with parameters of type UserModifier and TypeMethodDescriptionvoidChangeEmailLinkMailer.sendInfoEmail(User user, String receiverEmail, String newEmail) voidChangeEmailLinkMailer.sendValidationEmail(User user, String emailAddress, String changeEmailLink) -
Uses of User in com.atlassian.crowd.service.permission
Methods in com.atlassian.crowd.service.permission that return types with arguments of type UserModifier and TypeMethodDescriptionGroupAdministrationPermissionServiceImpl.getDirectGroupLevelAdminUsers(boolean considerOnlyTargetGroupsWithApplications) Methods in com.atlassian.crowd.service.permission with parameters of type UserModifier and TypeMethodDescriptionGroupAdministrationPermissionServiceImpl.getAdministeredGroups(User user, AdministeredGroupsQuery query) booleanGroupAdministrationPermissionServiceImpl.isUserAdminOfGroup(User user, Group group) booleanGroupAdministrationPermissionServiceImpl.isUserGroupLevelAdmin(User user) -
Uses of User in com.atlassian.crowd.test.base.azure
Methods in com.atlassian.crowd.test.base.azure that return types with arguments of type UserModifier and TypeMethodDescriptionprotected org.hamcrest.Matcher<User> BaseAzureAdTest.alanSteinerUser()protected org.hamcrest.Matcher<User> BaseAzureAdTest.aliciaThomberUser()protected org.hamcrest.Matcher<User> BaseAzureAdTest.cieAdministratorUser()protected org.hamcrest.Matcher<User> BaseAzureAdTest.externalUser() -
Uses of User in com.atlassian.crowd.test.matchers
Classes in com.atlassian.crowd.test.matchers with type parameters of type UserMethods in com.atlassian.crowd.test.matchers with type parameters of type UserModifier and TypeMethodDescriptionstatic <T extends User>
UserMatcher<T> CrowdMatchers.user()static <T extends User>
UserMatcher<T> A matcher that matches any user; synonymous withCrowdMatchers.user()but its argument is used to set the matcher type.static <T extends User>
UserMatcher<T> UserMatcher.user()A matcher that matches any user.static <T extends User>
UserMatcher<T> A matcher that matches any user; synonymous withUserMatcher.user()but its argument is used to set the matcher type.static <T extends User>
UserMatcher<T> static <T extends User>
UserMatcher<T> A matcher that matches a user with the given name.Constructors in com.atlassian.crowd.test.matchers with parameters of type UserModifierConstructorDescriptionUserRenamedEventMatcher(long directoryId, User user, String oldUsername) -
Uses of User in com.atlassian.crowd.test.util
Methods in com.atlassian.crowd.test.util with parameters of type UserModifier and TypeMethodDescriptionstatic voidModelAssertions.assertUsersEqual(User expected, User actual) static TestUserBuilder -
Uses of User in com.atlassian.crowd.util
Methods in com.atlassian.crowd.util that return UserModifier and TypeMethodDescriptionstatic UserUserUtils.populateNames(User user) Ensures that the first name, last name and displayName of the user object is fully populated.Methods in com.atlassian.crowd.util with parameters of type UserModifier and TypeMethodDescriptionstatic UserUserUtils.populateNames(User user) Ensures that the first name, last name and displayName of the user object is fully populated.static StringCrowdConsoleUrlProvider.viewUserUrl(User user) -
Uses of User in com.atlassian.labs.crowd.directory.pruning.util
Methods in com.atlassian.labs.crowd.directory.pruning.util that return types with arguments of type UserModifier and TypeMethodDescriptionstatic EntityQuery<User> Queries.usersByExternalIdQuery(List<User> users) Method parameters in com.atlassian.labs.crowd.directory.pruning.util with type arguments of type UserModifier and TypeMethodDescriptionstatic EntityQuery<User> Queries.usersByExternalIdQuery(List<User> users)
RemoteDirectory.addUser(com.atlassian.crowd.model.user.UserTemplateWithAttributes, com.atlassian.crowd.embedded.api.PasswordCredential)instead.