Class RemoteUser

java.lang.Object
com.atlassian.jira.user.RemoteUser

@ExperimentalApi @Immutable public class RemoteUser extends Object
Represents a JIRA User within our "network" of federated JIRA servers.

Normally this will represent a user coming from one of the JIRA servers that we have an app link with. However, because it can be useful to mix both local and remote users, one can construct an instance of this class that represents a local avatar.

This class is considered experimental while RemoteProjectService is still being developed.