Class RestUtil
java.lang.Object
com.atlassian.crowd.acceptance.utils.RestUtil
-
Method Summary
Modifier and TypeMethodDescriptionstatic com.fasterxml.jackson.databind.JsonNode
getUserByRest
(String baseUrl, String username) static com.fasterxml.jackson.databind.JsonNode
getUserByRest
(String baseUrl, String username, String applicationName, String applicationPassword)
-
Method Details
-
getUserByRest
public static com.fasterxml.jackson.databind.JsonNode getUserByRest(String baseUrl, String username) throws IOException - Throws:
IOException
-
getUserByRest
public static com.fasterxml.jackson.databind.JsonNode getUserByRest(String baseUrl, String username, String applicationName, String applicationPassword) throws IOException - Throws:
IOException
-