Class TestkitProxyPropertiesResource
java.lang.Object
com.atlassian.crowd.plugins.testkit.rest.TestkitProxyPropertiesResource
@Named
@Produces("application/json")
@Consumes("application/json")
@Path("/proxy-properties")
public class TestkitProxyPropertiesResource
extends Object
Allows modifying default proxy setting for the Crowd application.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionjavax.ws.rs.core.Response
void
javax.ws.rs.core.Response
setProxyProperties
(TestkitProxySettings proxySettings)
-
Field Details
-
DISABLE_SSL_VALIDATION
-
-
Constructor Details
-
TestkitProxyPropertiesResource
public TestkitProxyPropertiesResource()
-
-
Method Details
-
getProxyProperties
- Throws:
ObjectNotFoundException
-
setProxyProperties
@POST public javax.ws.rs.core.Response setProxyProperties(TestkitProxySettings proxySettings) throws NoSuchAlgorithmException, KeyManagementException -
restoreProxyProperties
- Throws:
NoSuchAlgorithmException
-