Uses of Class
com.atlassian.crowd.plugin.rest.entity.DirectoryMappingEntityList

Packages that use DirectoryMappingEntityList
com.atlassian.crowd.plugin.rest.entity   
com.atlassian.crowd.plugin.rest.util   
 

Uses of DirectoryMappingEntityList in com.atlassian.crowd.plugin.rest.entity
 

Methods in com.atlassian.crowd.plugin.rest.entity that return DirectoryMappingEntityList
 DirectoryMappingEntityList ApplicationEntity.getDirectoryMappings()
           
 

Methods in com.atlassian.crowd.plugin.rest.entity with parameters of type DirectoryMappingEntityList
 void ApplicationEntity.setDirectoryMappings(DirectoryMappingEntityList directoryMappings)
           
 

Uses of DirectoryMappingEntityList in com.atlassian.crowd.plugin.rest.util
 

Methods in com.atlassian.crowd.plugin.rest.util that return DirectoryMappingEntityList
static DirectoryMappingEntityList ApplicationEntityTranslator.toDirectoryMappingEntities(java.util.List<DirectoryMapping> directoryMappings, java.net.URI applicationUri)
          Translates from a list of DirectoryMapping to a DirectoryMappingEntityList.
 

Methods in com.atlassian.crowd.plugin.rest.util with parameters of type DirectoryMappingEntityList
static java.util.List<DirectoryMapping> ApplicationEntityTranslator.toDirectoryMappings(DirectoryMappingEntityList directoryMappingEntities, Application application, DirectoryManager directoryManager)
          Translates from a DirectoryMappingEntityList to a list of DirectoryMapping.
 



Copyright © 2011 Atlassian. All Rights Reserved.