Uses of Class
com.atlassian.crowd.model.application.DirectoryMapping

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.
 



Copyright © 2014 Atlassian. All Rights Reserved.