Uses of Class
com.atlassian.crowd.model.user.InternalUser
Packages that use InternalUser
Package
Description
-
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 groupUserAdministrationGrantGroupDao.findUserGrants(InternalUser internalUser) Looks for all administration grants a user hasvoidUserAdministrationGrantGroupDao.remove(InternalUser user, InternalGroup targetGroup) Remove administration grant for a user to a group -
Uses of InternalUser in com.atlassian.crowd.dao.user
Methods in com.atlassian.crowd.dao.user that return InternalUserModifier and TypeMethodDescriptionInternalUserDao.findByName(long directoryId, String userName) Finds and return the user with given name and director ID.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.InternalUserDao.findByNames(long directoryID, Collection<String> usernames) Bulk find of users using SQL disjunction.InternalUserDao.findByNumericAttributeRange(String attributeName, long min, long max) Returns users with the given numeric attribute in the specified range.Method parameters in com.atlassian.crowd.dao.user with type arguments of type InternalUserModifier and TypeMethodDescriptionvoidInternalUserDao.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. -
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.getterMethods 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)