public class

UnknownUser

extends Object
implements User
java.lang.Object
   ↳ com.atlassian.confluence.user.UnknownUser

Class Overview

Implementation of User which represents a user that no longer exists, perhaps because the repository which contains it is no longer accessible, or the user has been removed from an external repository.

Rather than checking for null throughout the view, this object can be passed that returns useful values for all the accessors.

Summary

Public Constructors
UnknownUser(String userName)
Public Methods
String getEmail()
String getFullName()
String getName()
void setEmail(String string)
void setFullName(String string)
void setPassword(String string)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.user.Entity
From interface com.atlassian.user.User
From interface java.security.Principal

Public Constructors

public UnknownUser (String userName)

Public Methods

public String getEmail ()

public String getFullName ()

public String getName ()

public void setEmail (String string)

public void setFullName (String string)

public void setPassword (String string)