com.atlassian.crowd.embedded.api
Interface UserWithAttributes

All Superinterfaces:
Attributes, Comparable<User>, Principal, User
All Known Subinterfaces:
UserWithAttributes
All Known Implementing Classes:
DelegatingUserWithAttributes, DelegatingUserWithAttributes, InternalUserWithAttributes, LDAPUserWithAttributes, UserEntity, UserTemplateWithAttributes, UserTemplateWithCredentialAndAttributes

public interface UserWithAttributes
extends User, Attributes

Combination of a User and the user's Attributes.


Method Summary
 
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.