com.atlassian.crowd.model.user
Interface UserWithAttributes

All Superinterfaces:
Attributes, Comparable<User>, DirectoryEntity, Principal, User, UserWithAttributes

public interface UserWithAttributes
extends User, UserWithAttributes

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


Method Summary
 
Methods inherited from interface com.atlassian.crowd.model.user.User
getExternalId, getFirstName, 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
 
Methods inherited from interface com.atlassian.crowd.embedded.api.Attributes
getKeys, getValue, getValues, isEmpty
 



Copyright © 2013 Atlassian. All Rights Reserved.