Class DirectoryController
java.lang.Object
com.atlassian.crowd.plugin.rest.service.controller.DirectoryController
-
Constructor Summary
ConstructorsConstructorDescriptionDirectoryController(DirectoryInstanceLoader directoryInstanceLoader, DirectoryManager directoryManager, LDAPConfigurationTester ldapConfigurationTester, CrowdDirectoryService crowdDirectoryService) -
Method Summary
Modifier and TypeMethodDescriptionvoidtestAzureAdConnection(AzureAdConnectionTestEntity connectionTestData) voidtestAzureAdConnection(AzureAdConnectionTestEntity connectionTestData, Long id) voidtestCrowdConnection(CrowdConnectionTestEntity connectionTestData) voidtestCrowdConnection(CrowdConnectionTestEntity connectionTestData, Long id) voidtestLdapConnection(LdapConnectionTestEntity connectionTestData) voidtestLdapConnection(LdapConnectionTestEntity connectionTestData, Long id) voidtestLdapSearch(LdapSearchTestEntity configuration) voidtestLdapSearch(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
-