com.atlassian.crowd.model.user
Interface User

All Superinterfaces:
Comparable<User>, DirectoryEntity, Principal, User
All Known Subinterfaces:
TimestampedUser, UserWithAttributes
All Known Implementing Classes:
ImmutableTimestampedUser, InternalUser

public interface User
extends Principal, DirectoryEntity, User


Method Summary
 String getFirstName()
           
 String getLastName()
           
 
Methods inherited from interface com.atlassian.crowd.model.DirectoryEntity
equals, getDirectoryId, getName, hashCode
 
Methods inherited from interface com.atlassian.crowd.embedded.api.User
compareTo, equals, getDirectoryId, getDisplayName, getEmailAddress, hashCode, isActive
 
Methods inherited from interface java.security.Principal
getName, toString
 

Method Detail

getFirstName

String getFirstName()

getLastName

String getLastName()


Copyright © 2013 Atlassian. All Rights Reserved.