Uses of Class
com.atlassian.crowd.plugin.rest.entity.UserEntity
Package
Description
-
Uses of UserEntity in com.atlassian.crowd.plugin.rest.entity
Modifier 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 UserEntity
UserEntity.newMinimalUserEntity
(String name, String applicationName, com.atlassian.plugins.rest.api.model.Link link) Creates aUserEntity
with the minimal amount of information required.Modifier 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) ModifierConstructorDescriptionSessionEntity
(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) -
Uses of UserEntity in com.atlassian.crowd.plugin.rest.service.controller
Modifier 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 givenusername
andpassword
.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) Modifier 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
Modifier and TypeMethodDescriptionjavax.ws.rs.core.Response
UsersResource.addUser
(UserEntity userEntity) javax.ws.rs.core.Response
GroupsResource.addUserAsDirectGroupMember
(String groupName, UserEntity user) javax.ws.rs.core.Response
UsersResource.updateUser
(String userName, UserEntity userEntity) -
Uses of UserEntity in com.atlassian.crowd.plugin.rest.service.resource.usermanagement.example
Modifier and TypeFieldDescriptionstatic final UserEntity
UsersResourceExamples.CREATE_USER_ENTITY
static final UserEntity
CommonResourceExamples.USER_ENTITY
static final UserEntity
UsersResourceExamples.USER_ENTITY_WITH_ATTRIBUTES
static final UserEntity
GroupsResourceExamples.USER_NAME
-
Uses of UserEntity in com.atlassian.crowd.plugin.rest.util
Modifier and TypeMethodDescriptionstatic UserEntity
UserEntityUtil.expandUser
(ApplicationService applicationService, Application application, UserEntity minimalUserEntity, boolean expandAttributes) Expands a UserEntity from its minimal form to the expanded version.static UserEntity
UserEntityUtil.expandUser
(DirectoryManager directoryManager, long directoryId, UserEntity minimalUserEntity, boolean expandAttributes) static UserEntity
EntityTranslator.toUserEntity
(User user, Attributes attributes, com.atlassian.plugins.rest.api.model.Link userLink) Translates a User with Attributes to a UserEntity.static UserEntity
EntityTranslator.toUserEntity
(User user, com.atlassian.plugins.rest.api.model.Link userLink) Translates a User to a UserEntity.static UserEntity
static UserEntity
UserEntityUtil.translateWithAttributes
(User user, Attributes attributes, com.atlassian.plugins.rest.api.model.Link oldLink) Modifier and TypeMethodDescriptionstatic UserEntity
UserEntityUtil.expandUser
(ApplicationService applicationService, Application application, UserEntity minimalUserEntity, boolean expandAttributes) Expands a UserEntity from its minimal form to the expanded version.static UserEntity
UserEntityUtil.expandUser
(DirectoryManager directoryManager, long directoryId, UserEntity minimalUserEntity, boolean expandAttributes) static UserWithAttributes
EntityTranslator.fromUserEntity
(UserEntity userEntity) Translates a UserEntity to a UserWithAttributes.