Uses of Class
com.atlassian.crowd.plugin.rest.entity.UserEntity

Packages that use UserEntity
com.atlassian.crowd.plugin.rest.entity   
com.atlassian.crowd.plugin.rest.service.controller   
com.atlassian.crowd.plugin.rest.service.resources   
com.atlassian.crowd.plugin.rest.util   
 

Uses of UserEntity in com.atlassian.crowd.plugin.rest.entity
 

Methods in com.atlassian.crowd.plugin.rest.entity that return UserEntity
 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(java.lang.String name, java.lang.String applicationName, com.atlassian.plugins.rest.common.Link link)
          Creates a UserEntity with the minimal amount of information required.
 

Methods in com.atlassian.crowd.plugin.rest.entity that return types with arguments of type UserEntity
 java.util.Iterator<UserEntity> UserEntityList.iterator()
           
 

Method parameters in com.atlassian.crowd.plugin.rest.entity with type arguments of type UserEntity
 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)
          
 

Constructors in com.atlassian.crowd.plugin.rest.entity with parameters of type UserEntity
SessionEntity(java.lang.String token, UserEntity user, com.atlassian.plugins.rest.common.Link link)
           
 

Constructor parameters in com.atlassian.crowd.plugin.rest.entity with type arguments of type UserEntity
UserEntityList(java.util.List<UserEntity> users)
           
 

Uses of UserEntity in com.atlassian.crowd.plugin.rest.service.controller
 

Methods in com.atlassian.crowd.plugin.rest.service.controller that return UserEntity
 UserEntity AuthenticationController.authenticateUser(java.lang.String applicationName, java.lang.String username, PasswordEntity password, java.net.URI baseUri)
          Authenticates the user with the given username and password.
 UserEntity UsersController.findUserByName(java.lang.String applicationName, java.lang.String name, com.atlassian.plugins.rest.common.Link userLink, boolean expandAttributes)
          Returns a UserEntity specified by the name.
 UserEntity GroupsController.getDirectUser(java.lang.String applicationName, java.lang.String groupName, java.lang.String username, java.net.URI baseUri)
          Retrieves the user that is a direct member of the specified group.
 UserEntity GroupsController.getNestedUser(java.lang.String applicationName, java.lang.String groupName, java.lang.String username, java.net.URI baseUri)
          Retrieves the user that is a nested member of the specified group.
 UserEntity TokenController.getUserFromToken(java.lang.String token, java.lang.String applicationName, java.net.URI baseUri)
          Returns the user associated with the Crowd SSO token.
 

Methods in com.atlassian.crowd.plugin.rest.service.controller with parameters of type UserEntity
 java.lang.String UsersController.addUser(java.lang.String applicationName, UserEntity userEntity)
          Adds a new user.
 java.lang.String UsersController.updateUser(java.lang.String applicationName, UserEntity userEntity)
          Updates a user.
 

Uses of UserEntity in com.atlassian.crowd.plugin.rest.service.resources
 

Methods in com.atlassian.crowd.plugin.rest.service.resources with parameters of type UserEntity
 javax.ws.rs.core.Response GroupsResource.addDirectUser(java.lang.String groupName, UserEntity user)
           
 javax.ws.rs.core.Response UsersResource.addUser(UserEntity userEntity)
          Adds a new user.
 javax.ws.rs.core.Response UsersResource.updateUser(java.lang.String userName, UserEntity userEntity)
          Updates a user.
 

Uses of UserEntity in com.atlassian.crowd.plugin.rest.util
 

Methods in com.atlassian.crowd.plugin.rest.util that return UserEntity
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 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.
 

Methods in com.atlassian.crowd.plugin.rest.util with parameters of type UserEntity
static UserEntity UserEntityUtil.expandUser(ApplicationService applicationService, Application application, UserEntity minimalUserEntity, boolean expandAttributes)
          Expands a UserEntity from its minimal form to the expanded version.
static UserWithAttributes EntityTranslator.fromUserEntity(UserEntity userEntity)
          Translates a UserEntity to a UserWithAttributes.
 



Copyright © 2010 Atlassian. All Rights Reserved.