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

All Superinterfaces:
DirectoryEntity, java.security.Principal

public interface User
extends java.security.Principal, DirectoryEntity

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


Method Summary
 java.lang.String getDisplayName()
           
 java.lang.String getEmailAddress()
           
 java.lang.String getFirstName()
           
 java.lang.String getIconLocation()
           
 java.lang.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

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

getDisplayName

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

getFirstName

java.lang.String getFirstName()

getLastName

java.lang.String getLastName()

getIconLocation

java.lang.String getIconLocation()


Copyright © 2010 Atlassian. All Rights Reserved.