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