@Named public class DirectoryController extends Object
Constructor and Description |
---|
DirectoryController(DirectoryInstanceLoader directoryInstanceLoader,
DirectoryManager directoryManager,
LDAPConfigurationTester ldapConfigurationTester,
CrowdDirectoryService crowdDirectoryService) |
Modifier and Type | Method and Description |
---|---|
void |
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) |
@Inject public DirectoryController(DirectoryInstanceLoader directoryInstanceLoader, DirectoryManager directoryManager, LDAPConfigurationTester ldapConfigurationTester, CrowdDirectoryService crowdDirectoryService)
public void testLdapConnection(LdapConnectionTestEntity connectionTestData) throws DirectoryTestFailedException, ValidationFailedException
public void testLdapConnection(LdapConnectionTestEntity connectionTestData, Long id) throws DirectoryNotFoundException, DirectoryTestFailedException, ValidationFailedException
public void testCrowdConnection(CrowdConnectionTestEntity connectionTestData) throws DirectoryTestFailedException, ValidationFailedException
public void testCrowdConnection(CrowdConnectionTestEntity connectionTestData, Long id) throws DirectoryNotFoundException, DirectoryTestFailedException, ValidationFailedException
public void testAzureAdConnection(AzureAdConnectionTestEntity connectionTestData) throws DirectoryTestFailedException, ValidationFailedException
public void testAzureAdConnection(AzureAdConnectionTestEntity connectionTestData, Long id) throws DirectoryNotFoundException, DirectoryTestFailedException, ValidationFailedException
public void testLdapSearch(LdapSearchTestEntity configuration) throws OperationFailedException, DirectoryTestFailedException, ValidationFailedException
public void testLdapSearch(LdapSearchTestEntity configuration, Long id) throws OperationFailedException, DirectoryNotFoundException, DirectoryTestFailedException, ValidationFailedException
Copyright © 2020 Atlassian. All rights reserved.