Uses of Class
com.atlassian.crowd.plugin.rest.entity.UserEntity
Packages that use UserEntity
-
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) 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 UserEntityModifierConstructorDescriptionUserEventEntity(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 parameters in com.atlassian.crowd.plugin.rest.entity with type arguments of type UserEntity -
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, com.atlassian.crowd.embedded.api.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, com.atlassian.crowd.embedded.api.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.