Uses of Class
com.atlassian.crowd.plugin.rest.entity.DirectoryMappingEntity
Packages that use DirectoryMappingEntity
-
Uses of DirectoryMappingEntity in com.atlassian.crowd.plugin.rest.entity
Methods in com.atlassian.crowd.plugin.rest.entity that return DirectoryMappingEntityMethods in com.atlassian.crowd.plugin.rest.entity that return types with arguments of type DirectoryMappingEntityConstructor parameters in com.atlassian.crowd.plugin.rest.entity with type arguments of type DirectoryMappingEntityModifierConstructorDescriptionDirectoryMappingEntityList(List<DirectoryMappingEntity> directoryMappings, com.atlassian.plugins.rest.api.model.Link link) -
Uses of DirectoryMappingEntity in com.atlassian.crowd.plugin.rest.util
Methods in com.atlassian.crowd.plugin.rest.util that return DirectoryMappingEntityModifier and TypeMethodDescriptionstatic DirectoryMappingEntityApplicationEntityTranslator.toDirectoryMappingEntity(DirectoryMapping directoryMapping, URI directoryMappingsUri) Translates from aDirectoryMappingto aDirectoryMappingEntity.Methods in com.atlassian.crowd.plugin.rest.util with parameters of type DirectoryMappingEntityModifier and TypeMethodDescriptionstatic DirectoryMappingApplicationEntityTranslator.toDirectoryMapping(DirectoryMappingEntity directoryMappingEntity, Application application, Directory directory) Translates from aDirectoryMappingEntityto aDirectoryMapping.