Class DirectoryController
java.lang.Object
com.atlassian.crowd.plugin.rest.service.controller.DirectoryController
-
Constructor Summary
ConstructorDescriptionDirectoryController
(DirectoryInstanceLoader directoryInstanceLoader, DirectoryManager directoryManager, LDAPConfigurationTester ldapConfigurationTester, CrowdDirectoryService crowdDirectoryService) -
Method Summary
Modifier and TypeMethodDescriptionvoid
testAzureAdConnection
(AzureAdConnectionTestEntity connectionTestData) void
testAzureAdConnection
(AzureAdConnectionTestEntity connectionTestData, Long id) void
testCrowdConnection
(CrowdConnectionTestEntity connectionTestData) void
testCrowdConnection
(CrowdConnectionTestEntity connectionTestData, Long id) void
testLdapConnection
(LdapConnectionTestEntity connectionTestData) void
testLdapConnection
(LdapConnectionTestEntity connectionTestData, Long id) void
testLdapSearch
(LdapSearchTestEntity configuration) void
testLdapSearch
(LdapSearchTestEntity configuration, Long id)
-
Constructor Details
-
DirectoryController
@Inject public DirectoryController(DirectoryInstanceLoader directoryInstanceLoader, DirectoryManager directoryManager, LDAPConfigurationTester ldapConfigurationTester, CrowdDirectoryService crowdDirectoryService)
-
-
Method Details
-
testLdapConnection
public void testLdapConnection(LdapConnectionTestEntity connectionTestData) throws DirectoryTestFailedException, ValidationFailedException -
testLdapConnection
public void testLdapConnection(LdapConnectionTestEntity connectionTestData, Long id) throws DirectoryNotFoundException, DirectoryTestFailedException, ValidationFailedException -
testCrowdConnection
public void testCrowdConnection(CrowdConnectionTestEntity connectionTestData) throws DirectoryTestFailedException, ValidationFailedException -
testCrowdConnection
public void testCrowdConnection(CrowdConnectionTestEntity connectionTestData, Long id) throws DirectoryNotFoundException, DirectoryTestFailedException, ValidationFailedException -
testAzureAdConnection
public void testAzureAdConnection(AzureAdConnectionTestEntity connectionTestData) throws DirectoryTestFailedException, ValidationFailedException -
testAzureAdConnection
public void testAzureAdConnection(AzureAdConnectionTestEntity connectionTestData, Long id) throws DirectoryNotFoundException, DirectoryTestFailedException, ValidationFailedException -
testLdapSearch
public void testLdapSearch(LdapSearchTestEntity configuration) throws OperationFailedException, DirectoryTestFailedException, ValidationFailedException -
testLdapSearch
public void testLdapSearch(LdapSearchTestEntity configuration, Long id) throws OperationFailedException, DirectoryNotFoundException, DirectoryTestFailedException, ValidationFailedException
-