| Package | Description |
|---|---|
| com.atlassian.crowd.model.application |
| Modifier and Type | Field and Description |
|---|---|
static com.google.common.base.Function<DirectoryMapping,Directory> |
DirectoryMapping.DIRECTORY_FROM_MAPPING |
| Modifier and Type | Method and Description |
|---|---|
DirectoryMapping |
GroupMapping.getDirectoryMapping()
Returns the directory mapping.
|
DirectoryMapping |
Application.getDirectoryMapping(long directoryId)
Returns a directory mapping of the directory specified by directory id.
|
| Modifier and Type | Method and Description |
|---|---|
List<DirectoryMapping> |
Application.getDirectoryMappings()
Returns the list of directory mappings ranked by directory priority as in perspective of the application.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GroupMapping.setDirectoryMapping(DirectoryMapping directoryMapping)
Sets the directory mapping.
|
| Constructor and Description |
|---|
GroupMapping(DirectoryMapping directoryMapping,
String groupName)
Constructs a new GroupMapping.
|
GroupMapping(Long id,
DirectoryMapping directoryMapping,
String groupName)
Constructs a new GroupMapping with the specified group mapping ID.
|
Copyright © 2016 Atlassian. All Rights Reserved.