Uses of Class
com.atlassian.crowd.plugin.rest.entity.UserEntity
Packages that use UserEntity
Package
Description
-
Uses of UserEntity in com.atlassian.crowd.plugin.rest.entity
Methods in com.atlassian.crowd.plugin.rest.entity that return UserEntityModifier and TypeMethodDescriptionUserEntityExpander.expand(com.atlassian.plugins.rest.api.expand.ExpandContext<UserEntity> context, com.atlassian.plugins.rest.api.expand.resolver.EntityExpanderResolver expanderResolver, com.atlassian.plugins.rest.api.expand.EntityCrawler entityCrawler) UserEntityList.get(int index) SessionEntity.getUser()static UserEntityUserEntity.newMinimalUserEntity(String name, String applicationName, com.atlassian.plugins.rest.api.model.Link link) Creates aUserEntitywith the minimal amount of information required.Methods in com.atlassian.crowd.plugin.rest.entity that return types with arguments of type UserEntityMethod parameters in com.atlassian.crowd.plugin.rest.entity with type arguments of type UserEntityModifier and TypeMethodDescriptionUserEntityExpander.expand(com.atlassian.plugins.rest.api.expand.ExpandContext<UserEntity> context, com.atlassian.plugins.rest.api.expand.resolver.EntityExpanderResolver expanderResolver, com.atlassian.plugins.rest.api.expand.EntityCrawler entityCrawler) Constructors in com.atlassian.crowd.plugin.rest.entity with parameters of type UserEntityModifierConstructorDescriptionSessionEntity(String token, UserEntity user, com.atlassian.plugins.rest.api.model.Link link, Date createdDate, Date expiryDate) SessionEntity(String token, UserEntity user, com.atlassian.plugins.rest.api.model.Link link, Date createdDate, Date expiryDate, String unaliasedUsername) UserEventEntity(Operation operation, UserEntity user, MultiValuedAttributeEntityList storedAttributes, MultiValuedAttributeEntityList deletedAttributes) UserMembershipEventEntity(Operation operation, UserEntity childUser, GroupEntityList parentGroups) Constructor parameters in com.atlassian.crowd.plugin.rest.entity with type arguments of type UserEntity -
Uses of UserEntity in com.atlassian.crowd.plugin.rest.service.controller
Methods in com.atlassian.crowd.plugin.rest.service.controller that return UserEntityModifier and TypeMethodDescriptionUsersController.addUser(UserEntity userEntity, com.atlassian.plugins.rest.api.model.Link userLink) Adds a new user.AuthenticationController.authenticateUser(String username, PasswordEntity password, URI baseUri) Authenticates the user with the givenusernameandpassword.UsersController.findUserByKey(String key, com.atlassian.plugins.rest.api.model.Link userLink, boolean expandAttributes) UsersController.findUserByName(String name, com.atlassian.plugins.rest.api.model.Link userLink, boolean expandAttributes) Returns a UserEntity specified by the name.GroupsController.getDirectUser(String groupName, String username, URI baseUri) Retrieves the user that is a direct member of the specified group.GroupsController.getNestedUser(String groupName, String username, URI baseUri) Retrieves the user that is a nested member of the specified group.UsersController.renameUser(String oldUsername, com.atlassian.plugins.rest.api.model.Link userLink, String newUsername) Renames a user.AuthenticationController.userAuthenticated(String username, URI baseUri) Methods in com.atlassian.crowd.plugin.rest.service.controller with parameters of type UserEntityModifier and TypeMethodDescriptionUsersController.addUser(UserEntity userEntity, com.atlassian.plugins.rest.api.model.Link userLink) Adds a new user.UsersController.updateUser(UserEntity userEntity) Updates a user. -
Uses of UserEntity in com.atlassian.crowd.plugin.rest.service.resource.usermanagement
Methods in com.atlassian.crowd.plugin.rest.service.resource.usermanagement with parameters of type UserEntityModifier and TypeMethodDescriptionjakarta.ws.rs.core.ResponseUsersResource.addUser(UserEntity userEntity) jakarta.ws.rs.core.ResponseGroupsResource.addUserAsDirectGroupMember(String groupName, UserEntity user) jakarta.ws.rs.core.ResponseUsersResource.updateUser(String userName, UserEntity userEntity) -
Uses of UserEntity in com.atlassian.crowd.plugin.rest.service.resource.usermanagement.example
Fields in com.atlassian.crowd.plugin.rest.service.resource.usermanagement.example declared as UserEntityModifier and TypeFieldDescriptionstatic final UserEntityUsersResourceExamples.CREATE_USER_ENTITYstatic final UserEntityCommonResourceExamples.USER_ENTITYstatic final UserEntityUsersResourceExamples.USER_ENTITY_WITH_ATTRIBUTESstatic final UserEntityGroupsResourceExamples.USER_NAME -
Uses of UserEntity in com.atlassian.crowd.plugin.rest.util
Methods in com.atlassian.crowd.plugin.rest.util that return UserEntityModifier and TypeMethodDescriptionstatic UserEntityUserEntityUtil.expandUser(ApplicationService applicationService, Application application, UserEntity minimalUserEntity, boolean expandAttributes) Expands a UserEntity from its minimal form to the expanded version.static UserEntityUserEntityUtil.expandUser(DirectoryManager directoryManager, long directoryId, UserEntity minimalUserEntity, boolean expandAttributes) static 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) Methods in com.atlassian.crowd.plugin.rest.util with parameters of type UserEntityModifier and TypeMethodDescriptionstatic UserEntityUserEntityUtil.expandUser(ApplicationService applicationService, Application application, UserEntity minimalUserEntity, boolean expandAttributes) Expands a UserEntity from its minimal form to the expanded version.static UserEntityUserEntityUtil.expandUser(DirectoryManager directoryManager, long directoryId, UserEntity minimalUserEntity, boolean expandAttributes) static UserWithAttributesEntityTranslator.fromUserEntity(UserEntity userEntity) Translates a UserEntity to a UserWithAttributes.