com.atlassian.user
Interface User
- All Superinterfaces:
- Entity, Principal, Serializable
- All Known Implementing Classes:
- DefaultHibernateUser, DefaultLDAPUser, DefaultUser, OSUUser
public interface User
- extends Entity, Principal
| Methods inherited from interface com.atlassian.user.Entity |
getName |
getFullName
String getFullName()
- Returns:
- String hold the name used for authentication, as opposed to the
Entity.getName(), which represents a uid.
getEmail
String getEmail()
setFullName
void setFullName(String fullName)
setEmail
void setEmail(String email)
setPassword
void setPassword(String password)