|
||||||||||
| 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 the ordered list of directory mappings. |
| Methods in com.atlassian.crowd.model.application that return types with arguments of type DirectoryMapping | |
|---|---|
java.util.List<DirectoryMapping> |
Application.getDirectoryMappings()
|
| 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,
java.lang.String groupName)
Constructs a new GroupMapping. |
|
GroupMapping(java.lang.Long id,
DirectoryMapping directoryMapping,
java.lang.String groupName)
Constructs a new GroupMapping with the specified group mapping ID. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||