Modifier and Type | Method and Description |
---|---|
UserEntity |
UserEntityExpander.expand(com.atlassian.plugins.rest.common.expand.ExpandContext<UserEntity> context,
com.atlassian.plugins.rest.common.expand.resolver.EntityExpanderResolver expanderResolver,
com.atlassian.plugins.rest.common.expand.EntityCrawler entityCrawler) |
UserEntity |
UserEntityList.get(int index) |
UserEntity |
SessionEntity.getUser() |
static UserEntity |
UserEntity.newMinimalUserEntity(String name,
String applicationName,
com.atlassian.plugins.rest.common.Link link)
Creates a UserEntity with the minimal amount of information required.
|
Modifier and Type | Method and Description |
---|---|
Iterator<UserEntity> |
UserEntityList.iterator() |
Modifier and Type | Method and Description |
---|---|
UserEntity |
UserEntityExpander.expand(com.atlassian.plugins.rest.common.expand.ExpandContext<UserEntity> context,
com.atlassian.plugins.rest.common.expand.resolver.EntityExpanderResolver expanderResolver,
com.atlassian.plugins.rest.common.expand.EntityCrawler entityCrawler) |
Constructor and Description |
---|
SessionEntity(String token,
UserEntity user,
com.atlassian.plugins.rest.common.Link link,
Date createdDate,
Date expiryDate) |
SessionEntity(String token,
UserEntity user,
com.atlassian.plugins.rest.common.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 and Description |
---|
UserEntityList(List<UserEntity> users) |
Modifier and Type | Method and Description |
---|---|
UserEntity |
UsersController.addUser(UserEntity userEntity,
com.atlassian.plugins.rest.common.Link userLink)
Adds a new user.
|
UserEntity |
AuthenticationController.authenticateUser(String username,
PasswordEntity password,
URI baseUri)
Authenticates the user with the given
username and password . |
UserEntity |
UsersController.findUserByKey(String key,
com.atlassian.plugins.rest.common.Link userLink,
boolean expandAttributes) |
UserEntity |
UsersController.findUserByName(String name,
com.atlassian.plugins.rest.common.Link userLink,
boolean expandAttributes)
Returns a UserEntity specified by the name.
|
UserEntity |
GroupsController.getDirectUser(String groupName,
String username,
URI baseUri)
Retrieves the user that is a direct member of the specified group.
|
UserEntity |
GroupsController.getNestedUser(String groupName,
String username,
URI baseUri)
Retrieves the user that is a nested member of the specified group.
|
UserEntity |
UsersController.renameUser(String oldUsername,
com.atlassian.plugins.rest.common.Link userLink,
String newUsername)
Renames a user.
|
UserEntity |
AuthenticationController.userAuthenticated(String username,
URI baseUri) |
Modifier and Type | Method and Description |
---|---|
UserEntity |
UsersController.addUser(UserEntity userEntity,
com.atlassian.plugins.rest.common.Link userLink)
Adds a new user.
|
String |
UsersController.updateUser(UserEntity userEntity)
Updates a user.
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
UsersResource.addUser(UserEntity userEntity)
Creates a new user
|
javax.ws.rs.core.Response |
GroupsResource.addUserAsDirectGroupMember(String groupName,
UserEntity user)
Adds a user as a direct member of the specified group.
|
javax.ws.rs.core.Response |
UsersResource.updateUser(String userName,
UserEntity userEntity)
Updates a user.
|
Modifier and Type | Method and Description |
---|---|
static 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.common.Link userLink)
Translates a User with Attributes to a UserEntity.
|
static UserEntity |
EntityTranslator.toUserEntity(User user,
com.atlassian.plugins.rest.common.Link userLink)
Translates a User to a UserEntity.
|
static UserEntity |
UserEntityUtil.translate(User user,
com.atlassian.plugins.rest.common.Link oldLink) |
static UserEntity |
UserEntityUtil.translateWithAttributes(User user,
Attributes attributes,
com.atlassian.plugins.rest.common.Link oldLink) |
Modifier and Type | Method and Description |
---|---|
static 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.
|
Copyright © 2021 Atlassian. All rights reserved.