| Package | Description |
|---|---|
| com.atlassian.confluence.functest.rest.admin.crowd.entity |
Copied from the deleted crowd-rest-common package
|
| com.atlassian.confluence.functest.rest.admin.crowd.util |
Copied from the deleted crowd-rest-common package
|
| 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) |
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 |
|---|
UserEventEntity(com.atlassian.crowd.model.event.Operation operation,
UserEntity user,
MultiValuedAttributeEntityList storedAttributes,
MultiValuedAttributeEntityList deletedAttributes) |
UserMembershipEventEntity(com.atlassian.crowd.model.event.Operation operation,
UserEntity childUser,
GroupEntityList parentGroups) |
| Constructor and Description |
|---|
UserEntityList(List<UserEntity> users) |
| Modifier and Type | Method and Description |
|---|---|
static UserEntity |
UserEntityUtil.expandUser(com.atlassian.crowd.manager.application.ApplicationService applicationService,
com.atlassian.crowd.model.application.Application application,
UserEntity minimalUserEntity,
boolean expandAttributes)
Expands a UserEntity from its minimal form to the expanded version.
|
static UserEntity |
UserEntityUtil.expandUser(com.atlassian.crowd.manager.directory.DirectoryManager directoryManager,
long directoryId,
UserEntity minimalUserEntity,
boolean expandAttributes) |
static UserEntity |
EntityTranslator.toUserEntity(com.atlassian.crowd.model.user.User user,
com.atlassian.crowd.embedded.api.Attributes attributes,
com.atlassian.plugins.rest.common.Link userLink)
Translates a User with Attributes to a UserEntity.
|
static UserEntity |
EntityTranslator.toUserEntity(com.atlassian.crowd.model.user.User user,
com.atlassian.plugins.rest.common.Link userLink)
Translates a User to a UserEntity.
|
static UserEntity |
UserEntityUtil.translate(com.atlassian.crowd.model.user.User user,
com.atlassian.plugins.rest.common.Link oldLink) |
static UserEntity |
UserEntityUtil.translateWithAttributes(com.atlassian.crowd.model.user.User user,
com.atlassian.crowd.embedded.api.Attributes attributes,
com.atlassian.plugins.rest.common.Link oldLink) |
| Modifier and Type | Method and Description |
|---|---|
static UserEntity |
UserEntityUtil.expandUser(com.atlassian.crowd.manager.application.ApplicationService applicationService,
com.atlassian.crowd.model.application.Application application,
UserEntity minimalUserEntity,
boolean expandAttributes)
Expands a UserEntity from its minimal form to the expanded version.
|
static UserEntity |
UserEntityUtil.expandUser(com.atlassian.crowd.manager.directory.DirectoryManager directoryManager,
long directoryId,
UserEntity minimalUserEntity,
boolean expandAttributes) |
static com.atlassian.crowd.model.user.UserWithAttributes |
EntityTranslator.fromUserEntity(UserEntity userEntity)
Translates a UserEntity to a UserWithAttributes.
|
Copyright © 2003–2017 Atlassian. All rights reserved.