Uses of Class
com.atlassian.crowd.plugin.rest.entity.DirectoryMappingEntityList
Packages that use DirectoryMappingEntityList
-
Uses of DirectoryMappingEntityList in com.atlassian.crowd.plugin.rest.entity
Methods in com.atlassian.crowd.plugin.rest.entity that return DirectoryMappingEntityListMethods in com.atlassian.crowd.plugin.rest.entity with parameters of type DirectoryMappingEntityListModifier and TypeMethodDescriptionvoidApplicationEntity.setDirectoryMappings(DirectoryMappingEntityList directoryMappings) -
Uses of DirectoryMappingEntityList in com.atlassian.crowd.plugin.rest.util
Methods in com.atlassian.crowd.plugin.rest.util that return DirectoryMappingEntityListModifier and TypeMethodDescriptionstatic DirectoryMappingEntityListApplicationEntityTranslator.toDirectoryMappingEntities(List<DirectoryMapping> directoryMappings, URI applicationUri) Translates from a list ofDirectoryMappingto aDirectoryMappingEntityList.Methods in com.atlassian.crowd.plugin.rest.util with parameters of type DirectoryMappingEntityListModifier and TypeMethodDescriptionstatic List<DirectoryMapping>ApplicationEntityTranslator.toDirectoryMappings(DirectoryMappingEntityList directoryMappingEntities, Application application, DirectoryManager directoryManager) Translates from aDirectoryMappingEntityListto a list ofDirectoryMapping.