|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DirectoryMapping | |
|---|---|
| com.atlassian.crowd.model.application | |
| Uses of DirectoryMapping in com.atlassian.crowd.model.application |
|---|
| Methods in com.atlassian.crowd.model.application that return DirectoryMapping | |
|---|---|
DirectoryMapping |
GroupMapping.getDirectoryMapping()
Returns the directory mapping. |
DirectoryMapping |
Application.getDirectoryMapping(long directoryId)
Returns a directory mapping of the directory specified by directory id. |
| Methods in com.atlassian.crowd.model.application that return types with arguments of type DirectoryMapping | |
|---|---|
List<DirectoryMapping> |
Application.getDirectoryMappings()
Returns the list of directory mappings ranked by directory priority as in perspective of the application. |
| Methods in com.atlassian.crowd.model.application with parameters of type DirectoryMapping | |
|---|---|
void |
GroupMapping.setDirectoryMapping(DirectoryMapping directoryMapping)
Sets the directory mapping. |
| Constructors in com.atlassian.crowd.model.application with parameters of type DirectoryMapping | |
|---|---|
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||