Uses of Class
com.atlassian.crowd.plugin.rest.entity.CrowdConnectionTestEntity
Packages that use CrowdConnectionTestEntity
Package
Description
-
Uses of CrowdConnectionTestEntity in com.atlassian.crowd.plugin.rest.service.controller
Methods in com.atlassian.crowd.plugin.rest.service.controller with parameters of type CrowdConnectionTestEntityModifier and TypeMethodDescriptionvoidDirectoryController.testCrowdConnection(CrowdConnectionTestEntity connectionTestData) voidDirectoryController.testCrowdConnection(CrowdConnectionTestEntity connectionTestData, Long id) -
Uses of CrowdConnectionTestEntity in com.atlassian.crowd.plugin.rest.service.resource.directory
Methods in com.atlassian.crowd.plugin.rest.service.resource.directory with parameters of type CrowdConnectionTestEntityModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseDirectoryResource.testCrowdConnection(CrowdConnectionTestEntity connectionTestData) javax.ws.rs.core.ResponseDirectoryResource.testCrowdConnection(Long id, CrowdConnectionTestEntity connectionTestData) -
Uses of CrowdConnectionTestEntity in com.atlassian.crowd.plugin.rest.service.resource.directory.example
Fields in com.atlassian.crowd.plugin.rest.service.resource.directory.example declared as CrowdConnectionTestEntityModifier and TypeFieldDescriptionstatic final CrowdConnectionTestEntityDirectoryResourceExamples.CROWD_CONNECTION_TEST_ENTITY_EXAMPLE -
Uses of CrowdConnectionTestEntity in com.atlassian.crowd.plugin.rest.util
Methods in com.atlassian.crowd.plugin.rest.util with parameters of type CrowdConnectionTestEntityModifier and TypeMethodDescriptionstatic DirectoryImplApplicationEntityTranslator.buildDirectoryConfiguration(CrowdConnectionTestEntity connectionTestData) static voidApplicationEntityTranslator.populateDirectoryAttributesForConnectionTest(Map<String, String> attributes, CrowdConnectionTestEntity connectionTestData, String password)