Uses of Class
com.atlassian.crowd.plugin.rest.entity.LdapSearchTestEntity
Package
Description
-
Uses of LdapSearchTestEntity in com.atlassian.crowd.plugin.rest.service.controller
Modifier 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
Modifier 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
Modifier and TypeFieldDescriptionstatic final LdapSearchTestEntity
DirectoryResourceExamples.LDAP_SEARCH_TEST_EXAMPLE
-
Uses of LdapSearchTestEntity in com.atlassian.crowd.plugin.rest.util
Modifier and TypeMethodDescriptionstatic DirectoryImpl
ApplicationEntityTranslator.buildDirectoryConfiguration
(LdapSearchTestEntity ldapSearchTestEntity) ApplicationEntityTranslator.extractDirectoryAttributesForSearchTest
(LdapSearchTestEntity searchTestEntity) ApplicationEntityTranslator.populateDirectoryAttributesForSearchTest
(LdapSearchTestEntity configuration, Directory directory)