Uses of Class
com.atlassian.crowd.plugin.rest.entity.DirectoryMappingEntityList
-
Uses of DirectoryMappingEntityList in com.atlassian.crowd.plugin.rest.entity
Modifier and TypeMethodDescriptionvoid
ApplicationEntity.setDirectoryMappings
(DirectoryMappingEntityList directoryMappings) -
Uses of DirectoryMappingEntityList in com.atlassian.crowd.plugin.rest.util
Modifier and TypeMethodDescriptionstatic DirectoryMappingEntityList
ApplicationEntityTranslator.toDirectoryMappingEntities
(List<DirectoryMapping> directoryMappings, URI applicationUri) Translates from a list ofDirectoryMapping
to aDirectoryMappingEntityList
.Modifier and TypeMethodDescriptionstatic List<DirectoryMapping>
ApplicationEntityTranslator.toDirectoryMappings
(DirectoryMappingEntityList directoryMappingEntities, Application application, DirectoryManager directoryManager) Translates from aDirectoryMappingEntityList
to a list ofDirectoryMapping
.