| Package | Description |
|---|---|
| com.atlassian.crowd.model.event | |
| com.atlassian.crowd.model.user |
| Modifier and Type | Method and Description |
|---|---|
User |
UserEvent.getUser() |
| Constructor and Description |
|---|
UserEvent(Operation operation,
Directory directory,
User user,
Map<String,Set<String>> storedAttributes,
Set<String> deletedAttributes) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TimestampedUser
Extends the user interface with "updated date" and "created date".
|
interface |
UserWithAttributes
Represents a user with attributes that exists in a directory.
|
| Modifier and Type | Field and Description |
|---|---|
static com.google.common.base.Function<User,String> |
Users.LOWER_NAME_FUNCTION
Deprecated.
Use the more general
DirectoryEntities.LOWER_NAME_FUNCTION. |
static com.google.common.base.Function<User,String> |
Users.NAME_FUNCTION
Deprecated.
Use the more general
DirectoryEntities.NAME_FUNCTION. |
| Modifier and Type | Method and Description |
|---|---|
static Iterable<String> |
Users.namesOf(Iterable<? extends User> users)
Deprecated.
|
| Constructor and Description |
|---|
ImmutableUser(User user) |
Copyright © 2016 Atlassian. All Rights Reserved.