com.atlassian.user.impl.osuser
Class OSUUser
java.lang.Object
com.atlassian.user.impl.osuser.OSUEntity
com.atlassian.user.impl.osuser.OSUUser
- All Implemented Interfaces:
- Entity, java.security.Principal, java.io.Serializable, User
- public class OSUUser
- extends OSUEntity
- implements User
- See Also:
- Serialized Form
Field Summary |
protected com.opensymphony.user.User |
osuser
|
Fields inherited from class com.atlassian.user.impl.osuser.OSUEntity |
entity |
Constructor Summary |
OSUUser(com.opensymphony.user.User osuser)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.atlassian.user.Entity |
getName |
Methods inherited from interface java.security.Principal |
equals, getName, hashCode |
osuser
protected com.opensymphony.user.User osuser
OSUUser
public OSUUser(com.opensymphony.user.User osuser)
getFullName
public java.lang.String getFullName()
- Specified by:
getFullName
in interface User
- Returns:
- String hold the name used for authentication, as opposed to the
Entity.getName()
, which represents a uid.
getEmail
public java.lang.String getEmail()
- Specified by:
getEmail
in interface User
toString
public java.lang.String toString()
- Specified by:
toString
in interface java.security.Principal
setEmail
public void setEmail(java.lang.String email)
- Specified by:
setEmail
in interface User
setFullName
public void setFullName(java.lang.String fullName)
- Specified by:
setFullName
in interface User
setPassword
public void setPassword(java.lang.String password)
- Specified by:
setPassword
in interface User
Copyright © 2005-2007 Atlassian Software Systems Pty Ltd. All Rights Reserved.