com.atlassian.crowd.integration.model.user
Interface User

All Superinterfaces:
DirectoryEntity, Principal

public interface User
extends Principal, DirectoryEntity

Use for SOAP only. Class exists strictly to maintain Crowd 2.0.x compatibility.


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

Method Detail

isActive

boolean isActive()
Returns:
true if and only if the user is allowed to authenticate.

getEmailAddress

String getEmailAddress()
Returns:
email address of the user.

getDisplayName

String getDisplayName()
Returns:
display name (eg. full name) of the user, must never be null.

getFirstName

String getFirstName()
Returns:
first name of the user

getLastName

String getLastName()
Returns:
last name of the user

getIconLocation

String getIconLocation()
Returns:
icon location of the user


Copyright © 2012 Atlassian. All Rights Reserved.