| com.atlassian.crowd.embedded.api.User |
Known Indirect Subclasses
|
Represents a user.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
CompareTo must be compatible with the equals() and hashCode() methods
| |||||||||||
Implementations must ensure equality based on
getDirectoryId() and case-insensitive getName().
| |||||||||||
Implementations must produce a hashcode based on
getDirectoryId() and case-insensitive getName().
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
java.lang.Comparable
| |||||||||||
From interface
java.security.Principal
| |||||||||||
CompareTo must be compatible with the equals() and hashCode() methods
Implementations must ensure equality based on getDirectoryId() and case-insensitive getName().
| o | object to compare to. |
|---|
true if and only if the directoryId
and name.toLowerCase() of the directory entities match.
Implementations must produce a hashcode based on getDirectoryId() and case-insensitive getName().
true if and only if the user is allowed to authenticate.