org.apache.sling.testing.clients.SlingClient |
AbstractInstance.newAdminClient(BuilderCustomizer... customizers) |
Return a new client pointing to the instance corresponding to this {{AbstractInstance}},
replacing the internally-cached client with this username and password
See InstanceSetup.INSTANCE_CONFIG_ADMINUSER and InstanceSetup.INSTANCE_CONFIG_ADMINPASSWORD
|
org.apache.sling.testing.clients.SlingClient |
Instance.newAdminClient(BuilderCustomizer... customizers) |
Return a new client pointing to the instance corresponding to this {{AbstractInstance}},
replacing the internally-cached client with this username and password
See InstanceSetup.INSTANCE_CONFIG_ADMINUSER and InstanceSetup.INSTANCE_CONFIG_ADMINPASSWORD
|
<T extends org.apache.sling.testing.clients.SlingClient> T |
AbstractInstance.newClient(Class<T> clientClass,
String user,
String pass,
BuilderCustomizer... customizers) |
Return a new client pointing to the instance corresponding to this {{AbstractInstance}},
replacing the internally-cached client with this username and password
|
<T extends org.apache.sling.testing.clients.SlingClient> T |
Instance.newClient(Class<T> clientClass,
String user,
String pass,
BuilderCustomizer... customizers) |
Return a new client pointing to the instance corresponding to this {{AbstractInstance}},
replacing the internally-cached client with this username and password
|