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 TypeMethodDescriptionvoid
DirectoryController.testLdapConnection
(LdapConnectionTestEntity connectionTestData) void
DirectoryController.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 TypeMethodDescriptionjavax.ws.rs.core.Response
DirectoryResource.testLdapConnection
(LdapConnectionTestEntity connectionTestData) javax.ws.rs.core.Response
DirectoryResource.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 LdapConnectionTestEntity
DirectoryResourceExamples.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 DirectoryImpl
ApplicationEntityTranslator.buildDirectoryConfiguration
(LdapConnectionTestEntity connectionTestData) static void
ApplicationEntityTranslator.populateDirectoryAttributesForConnectionTest
(Map<String, String> attributes, LdapConnectionTestEntity connectionTestData, String password)