Uses of Class
com.atlassian.crowd.integration.rest.entity.UserEntity
Packages that use UserEntity
Package
Description
-
Uses of UserEntity in com.atlassian.crowd.integration.rest.entity
Methods in com.atlassian.crowd.integration.rest.entity that return UserEntityModifier and TypeMethodDescriptionUserEntityList.get(int index) UserMembershipEventEntity.getChildUser()SessionEntity.getUser()UserEventEntity.getUser()static UserEntityUserEntity.newMinimalInstance(String username) Creates a new minimal user instance.Methods in com.atlassian.crowd.integration.rest.entity that return types with arguments of type UserEntityConstructors in com.atlassian.crowd.integration.rest.entity with parameters of type UserEntityModifierConstructorDescriptionSessionEntity(String token, UserEntity user, Date createdDate, Date expiryDate) Constructor parameters in com.atlassian.crowd.integration.rest.entity with type arguments of type UserEntity -
Uses of UserEntity in com.atlassian.crowd.integration.rest.util
Methods in com.atlassian.crowd.integration.rest.util that return UserEntityModifier and TypeMethodDescriptionstatic UserEntityEntityTranslator.toUserEntity(User user) Translates a User to a UserEntity.static UserEntityEntityTranslator.toUserEntity(User user, Attributes attributes) Translates a User with Attributes to a UserEntity.static UserEntityEntityTranslator.toUserEntity(User user, PasswordCredential passwordCredential) Translates a User to a UserEntity.