Uses of Class
com.atlassian.crowd.plugin.rest.exception.DirectoryTestFailedException
Package
Description
-
Uses of DirectoryTestFailedException in com.atlassian.crowd.plugin.rest.exception.mapper
Modifier and TypeMethodDescriptionjavax.ws.rs.core.Response
DirectoryTestFailedExceptionMapper.toResponse
(DirectoryTestFailedException e) -
Uses of DirectoryTestFailedException in com.atlassian.crowd.plugin.rest.service.controller
Modifier and TypeMethodDescriptionvoid
DirectoryController.testAzureAdConnection
(AzureAdConnectionTestEntity connectionTestData) void
DirectoryController.testAzureAdConnection
(AzureAdConnectionTestEntity connectionTestData, Long id) void
DirectoryController.testCrowdConnection
(CrowdConnectionTestEntity connectionTestData) void
DirectoryController.testCrowdConnection
(CrowdConnectionTestEntity connectionTestData, Long id) void
DirectoryController.testLdapConnection
(LdapConnectionTestEntity connectionTestData) void
DirectoryController.testLdapConnection
(LdapConnectionTestEntity connectionTestData, Long id) void
DirectoryController.testLdapSearch
(LdapSearchTestEntity configuration) void
DirectoryController.testLdapSearch
(LdapSearchTestEntity configuration, Long id) -
Uses of DirectoryTestFailedException in com.atlassian.crowd.plugin.rest.service.resource.directory
Modifier and TypeMethodDescriptionjavax.ws.rs.core.Response
DirectoryResource.testAzureAdConnection
(AzureAdConnectionTestEntity connectionTestData) javax.ws.rs.core.Response
DirectoryResource.testAzureAdConnection
(Long id, AzureAdConnectionTestEntity connectionTestData) javax.ws.rs.core.Response
DirectoryResource.testCrowdConnection
(CrowdConnectionTestEntity connectionTestData) javax.ws.rs.core.Response
DirectoryResource.testCrowdConnection
(Long id, CrowdConnectionTestEntity connectionTestData) javax.ws.rs.core.Response
DirectoryResource.testLdapConnection
(LdapConnectionTestEntity connectionTestData) javax.ws.rs.core.Response
DirectoryResource.testLdapConnection
(Long id, LdapConnectionTestEntity connectionTestData) javax.ws.rs.core.Response
DirectoryResource.testSearch
(LdapSearchTestEntity ldapConfiguration) javax.ws.rs.core.Response
DirectoryResource.testSearch
(LdapSearchTestEntity ldapConfiguration, Long id)