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
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
From interface
com.atlassian.user.Entity
|
From interface
com.atlassian.user.User
|
From interface
java.security.Principal
|
abstract
boolean
|
equals(Object arg0)
|
|
abstract
String
|
getName()
|
|
abstract
int
|
hashCode()
|
|
abstract
String
|
toString()
|
|
Public Constructors
public
UnknownUser
(String userName)
Public Methods
public
void
setEmail
(String string)
public
void
setFullName
(String string)
public
void
setPassword
(String string)