Uses of Class
com.atlassian.crowd.plugin.rest.entity.LdapSearchTestEntity
Packages that use LdapSearchTestEntity
Package
Description
-
Uses of LdapSearchTestEntity in com.atlassian.crowd.plugin.rest.service.controller
Methods in com.atlassian.crowd.plugin.rest.service.controller with parameters of type LdapSearchTestEntityModifier and TypeMethodDescriptionvoidDirectoryController.testLdapSearch(LdapSearchTestEntity configuration) voidDirectoryController.testLdapSearch(LdapSearchTestEntity configuration, Long id) -
Uses of LdapSearchTestEntity in com.atlassian.crowd.plugin.rest.service.resource.directory
Methods in com.atlassian.crowd.plugin.rest.service.resource.directory with parameters of type LdapSearchTestEntityModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseDirectoryResource.testSearch(LdapSearchTestEntity ldapConfiguration) javax.ws.rs.core.ResponseDirectoryResource.testSearch(LdapSearchTestEntity ldapConfiguration, Long id) -
Uses of LdapSearchTestEntity in com.atlassian.crowd.plugin.rest.service.resource.directory.example
Fields in com.atlassian.crowd.plugin.rest.service.resource.directory.example declared as LdapSearchTestEntityModifier and TypeFieldDescriptionstatic final LdapSearchTestEntityDirectoryResourceExamples.LDAP_SEARCH_TEST_EXAMPLE -
Uses of LdapSearchTestEntity in com.atlassian.crowd.plugin.rest.util
Methods in com.atlassian.crowd.plugin.rest.util with parameters of type LdapSearchTestEntityModifier and TypeMethodDescriptionstatic DirectoryImplApplicationEntityTranslator.buildDirectoryConfiguration(LdapSearchTestEntity ldapSearchTestEntity) ApplicationEntityTranslator.extractDirectoryAttributesForSearchTest(LdapSearchTestEntity searchTestEntity) ApplicationEntityTranslator.populateDirectoryAttributesForSearchTest(LdapSearchTestEntity configuration, Directory directory)