Uses of Class
com.atlassian.crowd.model.user.InternalUser
Packages that use InternalUser
Package
Description
The audit processors are meant to be called from within other DAOs, to facilitate auditing either single or bulk
operations.
-
Uses of InternalUser in com.atlassian.crowd.dao.audit.processor
Methods in com.atlassian.crowd.dao.audit.processor that return types with arguments of type InternalUserModifier and TypeMethodDescriptionUserAuditProcessor.auditBulkAddUsers()
UserAuditProcessor.auditBulkRemoveUsers()
Methods in com.atlassian.crowd.dao.audit.processor with parameters of type InternalUserModifier and TypeMethodDescriptionvoid
UserAuditProcessor.auditCredentialUpdated
(InternalUser userToUpdate) void
UserAuditProcessor.auditUserAdded
(InternalUser user) default void
UserAuditProcessor.auditUserAttributesUpdated
(InternalUser internalUser, org.apache.commons.lang3.builder.DiffResult<?> changeSet) void
UserAuditProcessor.auditUserRemoved
(InternalUser user) void
UserAuditProcessor.auditUserUpdated
(User oldUser, InternalUser updatedUser) -
Uses of InternalUser in com.atlassian.crowd.dao.audit.processor.impl
Methods in com.atlassian.crowd.dao.audit.processor.impl that return types with arguments of type InternalUserModifier and TypeMethodDescriptionDefaultUserAuditProcessor.auditBulkAddUsers()
DisablableUserAuditProcessor.auditBulkAddUsers()
NoopAuditProcessor.auditBulkAddUsers()
DefaultUserAuditProcessor.auditBulkRemoveUsers()
DisablableUserAuditProcessor.auditBulkRemoveUsers()
NoopAuditProcessor.auditBulkRemoveUsers()
Methods in com.atlassian.crowd.dao.audit.processor.impl with parameters of type InternalUserModifier and TypeMethodDescriptionvoid
DefaultUserAuditProcessor.auditCredentialUpdated
(InternalUser userToUpdate) void
DisablableUserAuditProcessor.auditCredentialUpdated
(InternalUser userToUpdate) void
NoopAuditProcessor.auditCredentialUpdated
(InternalUser userToUpdate) void
DefaultUserAuditProcessor.auditUserAdded
(InternalUser user) void
DisablableUserAuditProcessor.auditUserAdded
(InternalUser user) void
NoopAuditProcessor.auditUserAdded
(InternalUser user) void
DefaultUserAuditProcessor.auditUserAttributesUpdated
(InternalUser internalUser, org.apache.commons.lang3.builder.DiffResult<?> changeSet) void
DisablableUserAuditProcessor.auditUserAttributesUpdated
(InternalUser internalUser, org.apache.commons.lang3.builder.DiffResult<?> changeSet) void
DefaultUserAuditProcessor.auditUserRemoved
(InternalUser user) void
DisablableUserAuditProcessor.auditUserRemoved
(InternalUser user) void
NoopAuditProcessor.auditUserRemoved
(InternalUser user) void
DefaultUserAuditProcessor.auditUserUpdated
(User oldUser, InternalUser updatedUser) void
DisablableUserAuditProcessor.auditUserUpdated
(User oldUser, InternalUser updatedUser) void
NoopAuditProcessor.auditUserUpdated
(User oldUser, InternalUser updatedUser) -
Uses of InternalUser in com.atlassian.crowd.dao.permission
Methods in com.atlassian.crowd.dao.permission with parameters of type InternalUserModifier and TypeMethodDescriptionUserAdministrationGrantGroupDao.findUserGrantForGroup
(InternalUser internalUser, InternalGroup internalGroup) Checks if an user has a grant to a groupUserAdministrationGrantGroupDaoHibernate.findUserGrantForGroup
(InternalUser internalUser, InternalGroup internalGroup) UserAdministrationGrantGroupDao.findUserGrants
(InternalUser internalUser) Looks for all administration grants a user hasUserAdministrationGrantGroupDaoHibernate.findUserGrants
(InternalUser internalUser) void
UserAdministrationGrantGroupDao.remove
(InternalUser user, InternalGroup targetGroup) Remove administration grant for a user to a groupvoid
UserAdministrationGrantGroupDaoHibernate.remove
(InternalUser user, InternalGroup targetGroup) -
Uses of InternalUser in com.atlassian.crowd.dao.user
Methods in com.atlassian.crowd.dao.user that return InternalUserModifier and TypeMethodDescriptionUserDAOHibernate.add
(User user, PasswordCredential credential) UserDAOHibernate.findByExternalId
(long directoryId, String externalId) InternalUserDao.findByName
(long directoryId, String userName) Finds and return the user with given name and director ID.UserDAOHibernate.findByName
(long directoryId, String username) Methods in com.atlassian.crowd.dao.user that return types with arguments of type InternalUserModifier and TypeMethodDescriptionInternalUserDao.findByIds
(Collection<Long> userIds) Bulk find of users with the specified database identifiers.UserDAOHibernate.findByIds
(Collection<Long> userIds) InternalUserDao.findByNames
(long directoryID, Collection<String> usernames) Bulk find of users using SQL disjunction.UserDAOHibernate.findByNames
(long directoryID, Collection<String> usernames) InternalUserDao.findByNumericAttributeRange
(String attributeName, long min, long max) Returns users with the given numeric attribute in the specified range.UserDAOHibernate.findByNumericAttributeRange
(String attributeName, long min, long max) UserDAOHibernate.getPersistentClass()
Methods in com.atlassian.crowd.dao.user with parameters of type InternalUserModifier and TypeMethodDescriptionvoid
UserDAOHibernate.addAttribute
(InternalUser user, String attributeName, String attributeValue) org.apache.commons.lang3.builder.DiffResult
UserDAOHibernate.removeAttribute
(InternalUser user, String attributeName) Method parameters in com.atlassian.crowd.dao.user with type arguments of type InternalUserModifier and TypeMethodDescriptionvoid
InternalUserDao.setAttribute
(Collection<InternalUser> users, String attributeName, String attributeValue) Sets the specified attribute for all specified users and after executing this, every user will have exactly one attribute with that name.void
UserDAOHibernate.setAttribute
(Collection<InternalUser> users, String attributeName, String attributeValue) -
Uses of InternalUser in com.atlassian.crowd.migration
Methods in com.atlassian.crowd.migration that return InternalUserModifier and TypeMethodDescriptionprotected InternalUser
UserMapper.getUserFromXml
(org.dom4j.Element userElement, CrowdBackupDateConverter dateConverter) Methods in com.atlassian.crowd.migration with parameters of type InternalUserModifier and TypeMethodDescriptionprotected void
UserMapper.addUserToXml
(InternalUser user, Collection<InternalUserAttribute> attributes, org.dom4j.Element userRoot) protected List<InternalUserAttribute>
UserMapper.getUserAttributesFromXml
(org.dom4j.Element userElement, InternalUser userReference) -
Uses of InternalUser in com.atlassian.crowd.model.membership
Constructors in com.atlassian.crowd.model.membership with parameters of type InternalUserModifierConstructorDescriptionInternalMembership
(InternalGroup parentGroup, InternalUser user, Date createdDate) -
Uses of InternalUser in com.atlassian.crowd.model.permission
Methods in com.atlassian.crowd.model.permission that return InternalUserMethods in com.atlassian.crowd.model.permission with parameters of type InternalUserConstructors in com.atlassian.crowd.model.permission with parameters of type InternalUserModifierConstructorDescriptionUserAdministrationGrantToGroup
(InternalUser user, InternalGroup targetGroup) -
Uses of InternalUser in com.atlassian.crowd.model.user
Fields in com.atlassian.crowd.model.user with type parameters of type InternalUserModifier and TypeFieldDescriptionfinal Function<InternalUser,
Object> InternalUser.MutableField.getter
Methods in com.atlassian.crowd.model.user that return InternalUserModifier and TypeMethodDescriptionInternalUserWithAttributes.getInternalUser()
InternalUserAttribute.getUser()
InternalUserCredentialRecord.getUser()
InternalUserWithPasswordLastChanged.getUser()
Constructors in com.atlassian.crowd.model.user with parameters of type InternalUserModifierConstructorDescriptionInternalUserAttribute
(InternalUser user, String name, String value) InternalUserAttribute
(Long id, InternalUser user, String name, String value) InternalUserCredentialRecord
(InternalUser user, String passwordHash) InternalUserCredentialRecord
(Long id, InternalUser user, String passwordHash) Only use this constructor for cloning / importing when the id is known.InternalUserWithAttributes
(InternalUser user, Map<String, Set<String>> attributes) InternalUserWithPasswordLastChanged
(InternalUser user, long passwordLastChangedInMillis) InternalUserWithPasswordLastChanged
(InternalUser user, Instant passwordLastChanged)