| Package | Description |
|---|---|
| com.atlassian.crowd.model | |
| com.atlassian.crowd.model.group | |
| com.atlassian.crowd.model.user |
| Modifier and Type | Field and Description |
|---|---|
static com.google.common.base.Function<DirectoryEntity,String> |
DirectoryEntities.LOWER_NAME_FUNCTION
A function that projects the lower case name
|
static com.google.common.base.Function<DirectoryEntity,String> |
DirectoryEntities.NAME_FUNCTION
A function that projects the name
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends DirectoryEntity> |
DirectoryEntities.filterOutDuplicates(List<T> remoteEntities)
Remove the duplicate entities from the passed list.
|
| Modifier and Type | Method and Description |
|---|---|
static Iterable<String> |
DirectoryEntities.namesOf(Iterable<? extends DirectoryEntity> entities)
Transforms entities into their names.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Group
Represents a group.
|
interface |
GroupWithAttributes
Represents a group with attributes.
|
interface |
InternalDirectoryGroup
Extends the Group interface with "isLocal".
|
interface |
TimestampedGroup
Extends the Group interface with "updated date" and "created date".
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
TimestampedUser
Extends the user interface with "updated date" and "created date".
|
interface |
User
Represents a user that exists in a directory.
|
interface |
UserWithAttributes
Represents a user with attributes that exists in a directory.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableUser |
Copyright © 2018 Atlassian. All rights reserved.