com.atlassian.user
Interface User
- All Superinterfaces:
- Entity, java.security.Principal, java.io.Serializable
- All Known Implementing Classes:
- DefaultUser, OSUUser
- public interface User
- extends Entity, java.security.Principal
Methods inherited from interface com.atlassian.user.Entity |
getName |
Methods inherited from interface java.security.Principal |
equals, getName, hashCode, toString |
getFullName
public java.lang.String getFullName()
- Returns:
- String hold the name used for authentication, as opposed to the
Entity.getName()
, which represents a uid.
getEmail
public java.lang.String getEmail()
setFullName
public void setFullName(java.lang.String fullName)
setEmail
public void setEmail(java.lang.String email)
setPassword
public void setPassword(java.lang.String password)
Copyright © 2005-2007 Atlassian Software Systems Pty Ltd. All Rights Reserved.