- DEFAULT_ADMIN_PASSWORD - Static variable in class org.apache.sling.testing.clients.instance.InstanceConfiguration
-
- DEFAULT_ADMIN_USER - Static variable in class org.apache.sling.testing.clients.instance.InstanceConfiguration
-
- DEFAULT_ENCODING - Static variable in class org.apache.sling.testing.clients.util.FormEntityBuilder
-
- DEFAULT_ENCODING - Static variable in class org.apache.sling.testing.clients.util.URLParameterBuilder
-
- DEFAULT_NODE_TYPE - Static variable in class org.apache.sling.testing.clients.SlingClient
-
- DEFAULT_PASSWORD - Static variable in class org.apache.sling.testing.clients.Constants
-
- DEFAULT_URL - Static variable in class org.apache.sling.testing.clients.Constants
-
- DEFAULT_USERNAME - Static variable in class org.apache.sling.testing.clients.Constants
-
- DelayRequestInterceptor - Class in org.apache.sling.testing.clients.interceptors
-
- DelayRequestInterceptor(long) - Constructor for class org.apache.sling.testing.clients.interceptors.DelayRequestInterceptor
-
- delete(String) - Method in class org.apache.sling.testing.clients.html.MicrodataClient
-
- delete() - Method in class org.apache.sling.testing.clients.util.SlingParameter
-
- deleteConfiguration(String, int...) - Method in class org.apache.sling.testing.clients.osgi.OsgiConsoleClient
-
Delete the config referenced by the PID
- deletePath(String, int...) - Method in class org.apache.sling.testing.clients.SlingClient
-
Deletes a sling path (:operation delete)
- disableRedirectHandling() - Method in class org.apache.sling.testing.clients.SlingClient.InternalBuilder
-
Disables automatic redirect handling.
- doDelete(String, List<NameValuePair>, List<Header>, int...) - Method in class org.apache.sling.testing.clients.AbstractSlingClient
-
Executes a DELETE request and consumes the entity in the response.
- doGet(String, List<NameValuePair>, List<Header>, int...) - Method in class org.apache.sling.testing.clients.AbstractSlingClient
-
Executes a GET request and consumes the entity in the response (so the connection is closed immediately)
The content is cached and can be retrieved using response.getContent().
- doGet(String, List<NameValuePair>, int...) - Method in class org.apache.sling.testing.clients.AbstractSlingClient
-
Executes a GET request and consumes the entity in the response (so the connection is closed immediately)
The content is cached and can be retrieved using response.getContent().
- doGet(String, int...) - Method in class org.apache.sling.testing.clients.AbstractSlingClient
-
Executes a GET request and consumes the entity in the response (so the connection is closed immediately)
The content is cached and can be retrieved using response.getContent().
- doGetJson(String, int, int...) - Method in class org.apache.sling.testing.clients.SlingClient
-
Returns the JsonNode object corresponding to a content node.
- doHead(String, List<NameValuePair>, List<Header>, int...) - Method in class org.apache.sling.testing.clients.AbstractSlingClient
-
Executes a HEAD request
- doPatch(String, HttpEntity, List<Header>, int...) - Method in class org.apache.sling.testing.clients.AbstractSlingClient
-
Executes a PATCH request and consumes the entity in the response.
- doPost(String, HttpEntity, List<Header>, int...) - Method in class org.apache.sling.testing.clients.AbstractSlingClient
-
Executes a POST request and consumes the entity in the response.
- doPost(String, HttpEntity, int...) - Method in class org.apache.sling.testing.clients.AbstractSlingClient
-
Executes a POST request and consumes the entity in the response.
- doPut(String, HttpEntity, List<Header>, int...) - Method in class org.apache.sling.testing.clients.AbstractSlingClient
-
Executes a PUT request and consumes the entity in the response.
- doRawRequest(String, String, List<Header>, int...) - Method in class org.apache.sling.testing.clients.AbstractSlingClient
-
Executes a raw HTTP request, WITHOUT consuming the entity in the response.
- doRequest(HttpUriRequest, List<Header>, int...) - Method in class org.apache.sling.testing.clients.AbstractSlingClient
-
Execute an HTTP request and consumes the entity in the response.
- doStreamGet(String, List<NameValuePair>, List<Header>, int...) - Method in class org.apache.sling.testing.clients.AbstractSlingClient
-
Executes a GET request WITHOUT consuming the entity in the response.
- doStreamPost(String, HttpEntity, List<Header>, int...) - Method in class org.apache.sling.testing.clients.AbstractSlingClient
-
Executes a POST request WITHOUT consuming the entity in the response.
- doStreamRequest(HttpUriRequest, List<Header>, int...) - Method in class org.apache.sling.testing.clients.AbstractSlingClient
-
Executes an HTTP request, WITHOUT consuming the entity in the response.
- get(String) - Method in class org.apache.sling.testing.clients.html.MicrodataClient
-
- get() - Static method in class org.apache.sling.testing.clients.instance.InstanceSetup
-
- get(Object, String) - Static method in class org.apache.sling.testing.clients.util.UniquePaths
-
Return a unique path based on basePath
- get(Object) - Static method in class org.apache.sling.testing.clients.util.UniquePaths
-
Get a unique ID with no base path
- getAdminPassword() - Method in class org.apache.sling.testing.clients.instance.InstanceConfiguration
-
- getAdminUser() - Method in class org.apache.sling.testing.clients.instance.InstanceConfiguration
-
- getAllHeaders() - Method in class org.apache.sling.testing.clients.SlingHttpResponse
-
- getAuthCache() - Method in class org.apache.sling.testing.clients.SlingClientConfig
-
- getBundleId(String) - Method in class org.apache.sling.testing.clients.osgi.OsgiConsoleClient
-
Get the id of the bundle
- getBundleInfo(String, int...) - Method in class org.apache.sling.testing.clients.osgi.OsgiConsoleClient
-
Returns the wrapper for the bundle info json
- getBundlesInfo(int...) - Method in class org.apache.sling.testing.clients.osgi.OsgiConsoleClient
-
Returns the wrapper for the bundles info json
- getBundleState(String) - Method in class org.apache.sling.testing.clients.osgi.OsgiConsoleClient
-
Get the state of the bundle
- getBundleSymbolicName(File) - Static method in class org.apache.sling.testing.clients.osgi.OsgiConsoleClient
-
Get the symbolic name from a bundle file by looking at the manifest
- getBundleVersion(String) - Method in class org.apache.sling.testing.clients.osgi.OsgiConsoleClient
-
Get the version of the bundle
- getBundleVersionFromFile(File) - Static method in class org.apache.sling.testing.clients.osgi.OsgiConsoleClient
-
Get the version form a bundle file by looking at the manifest
- getCategory() - Method in class org.apache.sling.testing.clients.osgi.BundleInfo
-
- getClassName() - Static method in class org.apache.sling.testing.clients.interceptors.TestDescriptionHolder
-
- getClientId() - Method in class org.apache.sling.testing.clients.AbstractSlingClient
-
Returns the unique id for this client, generated automatically during instantiation.
- getComponentInfo(String, int) - Method in class org.apache.sling.testing.clients.osgi.OsgiConsoleClient
-
Returns the wrapper for the component info json
- getComponentsInfo(int...) - Method in class org.apache.sling.testing.clients.osgi.OsgiConsoleClient
-
Returns the wrapper for the components info json
- getConfiguration(String, int...) - Method in class org.apache.sling.testing.clients.osgi.OsgiConsoleClient
-
Returns a map of all properties set for the config referenced by the PID, where the map keys
are the property names.
- getConfigurations() - Method in class org.apache.sling.testing.clients.instance.InstanceSetup
-
- getConfigurations(String) - Method in class org.apache.sling.testing.clients.instance.InstanceSetup
-
Get the list of all InstanceConfiguration with a specific runmode
- getConfigurationWithWait(long, String, int...) - Method in class org.apache.sling.testing.clients.osgi.OsgiConsoleClient
-
- getConnectionManager() - Method in class org.apache.sling.testing.clients.AbstractSlingClient
-
Deprecated.
- getContent() - Method in class org.apache.sling.testing.clients.SlingHttpResponse
-
Get the String content of the response.
- getContentLength() - Method in class org.apache.sling.testing.clients.util.InputStreamBodyWithLength
-
- getCookieStore() - Method in class org.apache.sling.testing.clients.AbstractSlingClient
-
- getCookieStore() - Method in class org.apache.sling.testing.clients.SlingClientConfig
-
- getCredentialsProvider() - Method in class org.apache.sling.testing.clients.AbstractSlingClient
-
- getCredsProvider() - Method in class org.apache.sling.testing.clients.SlingClientConfig
-
- getEntity() - Method in class org.apache.sling.testing.clients.SlingHttpResponse
-
- getException() - Method in class org.apache.sling.testing.clients.util.poller.PathPoller
-
Deprecated.
- getExpectedStatus(int, int...) - Static method in class org.apache.sling.testing.clients.util.HttpUtils
-
- getFirstHeader(String) - Method in class org.apache.sling.testing.clients.SlingHttpResponse
-
- getHeaders(String) - Method in class org.apache.sling.testing.clients.SlingHttpResponse
-
- getHttpStatus(HttpResponse) - Static method in class org.apache.sling.testing.clients.util.HttpUtils
-
Get HTTP Status of the response.
- getHttpStatusCode() - Method in exception org.apache.sling.testing.clients.ClientException
-
- getId() - Method in class org.apache.sling.testing.clients.osgi.BundleInfo
-
- getId() - Method in class org.apache.sling.testing.clients.osgi.ComponentInfo
-
- getInstance() - Static method in class org.apache.sling.testing.clients.util.TimeoutsProvider
-
Deprecated.
- getInstance() - Static method in class org.apache.sling.testing.timeouts.TimeoutsProvider
-
- getJsonNode(String, int) - Method in class org.apache.sling.testing.clients.SlingClient
-
- getJsonNode(String, int, long, int, int...) - Method in class org.apache.sling.testing.clients.SlingClient
-
- getJsonNodeFromString(String) - Static method in class org.apache.sling.testing.clients.util.JsonUtils
-
Get JsonNode from a a String containing JSON.
- getLastHeader(String) - Method in class org.apache.sling.testing.clients.SlingHttpResponse
-
- getList() - Method in class org.apache.sling.testing.clients.util.URLParameterBuilder
-
- getLocale() - Method in class org.apache.sling.testing.clients.SlingHttpResponse
-
- getLocationHeader(HttpResponse) - Static method in class org.apache.sling.testing.clients.util.HttpUtils
-
Get the first 'Location' header and verify it's a valid URI.
- getMessage() - Method in exception org.apache.sling.testing.clients.ClientException
-
- getMethodName() - Static method in class org.apache.sling.testing.clients.interceptors.TestDescriptionHolder
-
- getName() - Method in class org.apache.sling.testing.clients.osgi.BundleInfo
-
- getName() - Method in class org.apache.sling.testing.clients.osgi.ComponentInfo
-
- getNodeNameFromPath(String) - Method in class org.apache.sling.testing.clients.SlingClient
-
Extracts the node from path
- getNumberOfInstalledComponents() - Method in class org.apache.sling.testing.clients.osgi.ComponentsInfo
-
- getNumBundlesByStatus(Bundle.Status) - Method in class org.apache.sling.testing.clients.osgi.BundlesInfo
-
Returns number of bundles that are in specified state
- getParams() - Method in class org.apache.sling.testing.clients.AbstractSlingClient
-
Deprecated.
- getParams() - Method in class org.apache.sling.testing.clients.SlingHttpResponse
-
- getParentPath(String) - Method in class org.apache.sling.testing.clients.SlingClient
-
Extracts the parent path from the given String
- getPassword() - Method in class org.apache.sling.testing.clients.AbstractSlingClient
-
Returns the password of the user that will be used to authenticate the requests (by basic auth, if not replaced).
- getPassword() - Method in class org.apache.sling.testing.clients.SlingClientConfig
-
- getPath(URI) - Method in class org.apache.sling.testing.clients.AbstractSlingClient
-
Transforms an external url into a sling path, by subtracting the server url (incl.
- getPath(String) - Method in class org.apache.sling.testing.clients.AbstractSlingClient
-
Extracts the relative sling path (to server url) from an url.
- getPid() - Method in class org.apache.sling.testing.clients.osgi.ComponentInfo
-
- getProperties() - Method in class org.apache.sling.testing.clients.osgi.BundleInfo
-
- getProperty(String) - Method in class org.apache.sling.testing.clients.osgi.BundleInfo
-
Returns the value of a specific key in the bundle
- getProtocolVersion() - Method in class org.apache.sling.testing.clients.SlingHttpResponse
-
- getResourceAsStream(String) - Static method in class org.apache.sling.testing.clients.util.ResourceUtil
-
We must get the Resource as a stream from the ContextClassLoader and not from the normal classLoader
acquired by using getClass.getClassLoader, since we must be able to load resources from different threads
e.g.
- getRunmode() - Method in class org.apache.sling.testing.clients.instance.InstanceConfiguration
-
- getSlingChangeLog() - Method in class org.apache.sling.testing.clients.SlingHttpResponse
-
Get change log from Sling Response
- getSlingCopyPaths() - Method in class org.apache.sling.testing.clients.SlingHttpResponse
-
Get copy paths from message
- getSlingLocation() - Method in class org.apache.sling.testing.clients.SlingHttpResponse
-
Get location from Sling Response
- getSlingMessage() - Method in class org.apache.sling.testing.clients.SlingHttpResponse
-
Get message from Sling Response
- getSlingParentLocation() - Method in class org.apache.sling.testing.clients.SlingHttpResponse
-
Get parent location from Sling Response
- getSlingPath() - Method in class org.apache.sling.testing.clients.SlingHttpResponse
-
Get path from Sling Response
- getSlingReferer() - Method in class org.apache.sling.testing.clients.SlingHttpResponse
-
Get referer from Sling Response
- getSlingStatus() - Method in class org.apache.sling.testing.clients.SlingHttpResponse
-
Get status from Sling Response
- getSlingStatusAsInt() - Method in class org.apache.sling.testing.clients.SlingHttpResponse
-
Get status from Sling Response as integer
- getStatus() - Method in class org.apache.sling.testing.clients.osgi.BundleInfo
-
- getStatus() - Method in class org.apache.sling.testing.clients.osgi.ComponentInfo
-
- getStatusLine() - Method in class org.apache.sling.testing.clients.SlingHttpResponse
-
- getStatusMessage() - Method in class org.apache.sling.testing.clients.osgi.BundlesInfo
-
- getSymbolicName() - Method in class org.apache.sling.testing.clients.osgi.BundleInfo
-
- getTestStickySessionCookie() - Static method in class org.apache.sling.testing.clients.interceptors.StickyCookieHolder
-
- getTimeout(long) - Method in class org.apache.sling.testing.clients.util.TimeoutsProvider
-
Deprecated.
- getTimeout(int) - Method in class org.apache.sling.testing.clients.util.TimeoutsProvider
-
Deprecated.
- getTimeout(String, int) - Method in class org.apache.sling.testing.clients.util.TimeoutsProvider
-
Deprecated.
Get timeout from a system property, with default value
- getTimeout(long) - Method in class org.apache.sling.testing.timeouts.TimeoutsProvider
-
- getTimeout(int) - Method in class org.apache.sling.testing.timeouts.TimeoutsProvider
-
- getTimeout(String, int) - Method in class org.apache.sling.testing.timeouts.TimeoutsProvider
-
Get timeout from a system property, with default value
- getTotalNumOfBundles() - Method in class org.apache.sling.testing.clients.osgi.BundlesInfo
-
- getUrl() - Method in class org.apache.sling.testing.clients.AbstractSlingClient
-
Base HTTP URI of the server under test.
- getUrl(String) - Method in class org.apache.sling.testing.clients.AbstractSlingClient
-
Gets the full URL for a given path.
- getUrl(String, List<NameValuePair>) - Method in class org.apache.sling.testing.clients.AbstractSlingClient
-
Creates a full URL for a given path with additional parameters.
- getUrl() - Method in class org.apache.sling.testing.clients.instance.InstanceConfiguration
-
- getUrl() - Method in class org.apache.sling.testing.clients.SlingClientConfig
-
- getURLParameters() - Method in class org.apache.sling.testing.clients.util.URLParameterBuilder
-
Build the URL parameters
- getUser() - Method in class org.apache.sling.testing.clients.AbstractSlingClient
-
Returns the name of the user that will be used to authenticate the requests (by basic auth, if not replaced).
- getUser() - Method in class org.apache.sling.testing.clients.SlingClientConfig
-
- getUUID(String) - Method in class org.apache.sling.testing.clients.SlingClient
-
Get the UUID of a repository path
- getUUId(JsonNode) - Method in class org.apache.sling.testing.clients.SlingClient
-
Get the UUID from a node that was already parsed in a JsonNode
- getValue(String) - Method in class org.apache.sling.testing.clients.AbstractSlingClient
-
Gets the value for key from the generic values
- getValues() - Method in class org.apache.sling.testing.clients.AbstractSlingClient
-
Returns the extra values map
- getValues() - Method in class org.apache.sling.testing.clients.SlingClientConfig
-
Get the map of extra custom values configured on the client
- getVersion() - Method in class org.apache.sling.testing.clients.osgi.BundleInfo
-