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

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

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

Methods in com.atlassian.crowd.plugin.rest.entity that return DirectoryMappingEntity
 DirectoryMappingEntity DirectoryMappingEntityList.get(int index)
           
 

Methods in com.atlassian.crowd.plugin.rest.entity that return types with arguments of type DirectoryMappingEntity
 java.util.Iterator<DirectoryMappingEntity> DirectoryMappingEntityList.iterator()
           
 

Constructor parameters in com.atlassian.crowd.plugin.rest.entity with type arguments of type DirectoryMappingEntity
DirectoryMappingEntityList(java.util.List<DirectoryMappingEntity> directoryMappings, com.atlassian.plugins.rest.common.Link link)
           
 

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

Methods in com.atlassian.crowd.plugin.rest.util that return DirectoryMappingEntity
static DirectoryMappingEntity ApplicationEntityTranslator.toDirectoryMappingEntity(DirectoryMapping directoryMapping, java.net.URI directoryMappingsUri)
          Translates from a DirectoryMapping to a DirectoryMappingEntity.
 

Methods in com.atlassian.crowd.plugin.rest.util with parameters of type DirectoryMappingEntity
static DirectoryMapping ApplicationEntityTranslator.toDirectoryMapping(DirectoryMappingEntity directoryMappingEntity, Application application, Directory directory)
          Translates from a DirectoryMappingEntity to a DirectoryMapping.
 



Copyright © 2012 Atlassian. All Rights Reserved.