com.atlassian.crowd.model.user
Class DelegatingUserWithAttributes
java.lang.Object
com.atlassian.crowd.embedded.impl.AbstractDelegatingEntityWithAttributes
com.atlassian.crowd.embedded.impl.DelegatingUserWithAttributes
com.atlassian.crowd.model.user.DelegatingUserWithAttributes
- All Implemented Interfaces:
- Attributes, User, UserWithAttributes, DirectoryEntity, java.lang.Comparable<User>, java.security.Principal
public class DelegatingUserWithAttributes
- extends DelegatingUserWithAttributes
- implements UserWithAttributes
Implementation of UserWithAttributes that simply delegates to an underlying User and Attributes object.
Instances of this class will be effectively immutable so long as either:
- It is constructed with immutable objects.
or,
- The mutable objects it is constructed with are not "leaked".
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
DelegatingUserWithAttributes
public DelegatingUserWithAttributes(User user,
Attributes attributes)
getFirstName
public java.lang.String getFirstName()
getLastName
public java.lang.String getLastName()
equals
public boolean equals(java.lang.Object o)
- Specified by:
equals in interface User- Specified by:
equals in interface DirectoryEntity- Specified by:
equals in interface java.security.Principal- Overrides:
equals in class DelegatingUserWithAttributes
hashCode
public int hashCode()
- Specified by:
hashCode in interface User- Specified by:
hashCode in interface DirectoryEntity- Specified by:
hashCode in interface java.security.Principal- Overrides:
hashCode in class DelegatingUserWithAttributes
compareTo
public int compareTo(User other)
- Specified by:
compareTo in interface User- Specified by:
compareTo in interface java.lang.Comparable<User>- Overrides:
compareTo in class DelegatingUserWithAttributes
Copyright © 2012 Atlassian. All Rights Reserved.