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

Packages that use UserEntity
com.atlassian.crowd.integration.rest.entity   
com.atlassian.crowd.integration.rest.util   
 

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

Methods in com.atlassian.crowd.integration.rest.entity that return UserEntity
 UserEntity UserEntityList.get(int index)
           
 UserEntity UserMembershipEventEntity.getChildUser()
           
 UserEntity UserEventEntity.getUser()
           
 UserEntity SessionEntity.getUser()
           
static UserEntity UserEntity.newMinimalInstance(java.lang.String username)
          Creates a new minimal user instance.
 

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

Constructors in com.atlassian.crowd.integration.rest.entity with parameters of type UserEntity
SessionEntity(java.lang.String token, UserEntity user)
           
 

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

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

Methods in com.atlassian.crowd.integration.rest.util that return UserEntity
static UserEntity EntityTranslator.toUserEntity(User user)
          Translates a User to a UserEntity.
static UserEntity EntityTranslator.toUserEntity(User user, Attributes attributes)
          Translates a User with Attributes to a UserEntity.
static UserEntity EntityTranslator.toUserEntity(User user, PasswordCredential passwordCredential)
          Translates a User to a UserEntity.
 



Copyright © 2012 Atlassian. All Rights Reserved.