Uses of Class
com.atlassian.crowd.plugin.rest.entity.AzureAdConnectionTestEntity
Package
Description
-
Uses of AzureAdConnectionTestEntity in com.atlassian.crowd.plugin.rest.service.controller
Modifier and TypeMethodDescriptionvoid
DirectoryController.testAzureAdConnection
(AzureAdConnectionTestEntity connectionTestData) void
DirectoryController.testAzureAdConnection
(AzureAdConnectionTestEntity connectionTestData, Long id) -
Uses of AzureAdConnectionTestEntity 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) -
Uses of AzureAdConnectionTestEntity in com.atlassian.crowd.plugin.rest.service.resource.directory.example
Modifier and TypeFieldDescriptionstatic final AzureAdConnectionTestEntity
DirectoryResourceExamples.AZURE_AD_CONNECTION_TEST_ENTITY
-
Uses of AzureAdConnectionTestEntity in com.atlassian.crowd.plugin.rest.util
Modifier and TypeMethodDescriptionstatic DirectoryImpl
ApplicationEntityTranslator.buildDirectoryConfiguration
(AzureAdConnectionTestEntity connectionTestData) static void
ApplicationEntityTranslator.populateDirectoryAttributesForConnectionTest
(Map<String, String> attributes, AzureAdConnectionTestEntity connectionTestData, String webAppSecret)