com.atlassian.user
Interface User

All Superinterfaces:
Entity, Principal, Serializable
All Known Implementing Classes:
DefaultHibernateUser, DefaultLDAPUser, DefaultUser, OSUUser

public interface User
extends Entity, Principal


Method Summary
 String getEmail()
           
 String getFullName()
           
 void setEmail(String email)
           
 void setFullName(String fullName)
           
 void setPassword(String password)
           
 
Methods inherited from interface com.atlassian.user.Entity
getName
 
Methods inherited from interface java.security.Principal
equals, getName, hashCode, toString
 

Method Detail

getFullName

String getFullName()

getEmail

String getEmail()

setFullName

void setFullName(String fullName)

setEmail

void setEmail(String email)

setPassword

void setPassword(String password)


Copyright © 2005-2009 Atlassian Software Systems Pty Ltd. All Rights Reserved.