com.atlassian.crowd.model.user
Interface User

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

public interface User
extends Principal, DirectoryEntity, User

Represents a user that exists in a directory. The order of the 'extends' statements is relevant, since DirectoryEntity.getDirectoryId() from DirectoryEntity must shadow the deprecated method from User.


Method Summary
 String getExternalId()
           
 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()

getExternalId

String getExternalId()


Copyright © 2014 Atlassian. All Rights Reserved.