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 TypeMethodDescriptionvoid
DirectoryController.testLdapSearch
(LdapSearchTestEntity configuration) void
DirectoryController.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.Response
DirectoryResource.testSearch
(LdapSearchTestEntity ldapConfiguration) javax.ws.rs.core.Response
DirectoryResource.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 LdapSearchTestEntity
DirectoryResourceExamples.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 DirectoryImpl
ApplicationEntityTranslator.buildDirectoryConfiguration
(LdapSearchTestEntity ldapSearchTestEntity) ApplicationEntityTranslator.extractDirectoryAttributesForSearchTest
(LdapSearchTestEntity searchTestEntity) ApplicationEntityTranslator.populateDirectoryAttributesForSearchTest
(LdapSearchTestEntity configuration, Directory directory)