Package | Description |
---|---|
com.adobe.cq.testing.client | |
com.adobe.cq.testing.client.security |
Modifier and Type | Method and Description |
---|---|
User |
SecurityClient.createUser(String userId,
int... expectedStatus)
Creates a new user with password the same as userId.
|
User |
SecurityClient.createUser(String userId,
String intermediatePath,
int... expectedStatus)
Creates a new user with password the same as userId in a defined root path.
|
<T extends Group> |
SecurityClient.createUser(String userId,
String password,
String intermediatePath,
Map<String,String> profileMap,
boolean waitForIndexing,
T[] assignedGroups,
int... expectedStatus)
Creates a new user with a
Profile and assigns him to a list
of given Authorizable s. |
<T extends Group> |
SecurityClient.createUser(String userId,
String password,
String intermediatePath,
Map<String,String> profileMap,
T[] assignedGroups,
int... expectedStatus)
Creates a new user with a
Profile and assigns him to a list
of given Authorizable s. |
<T extends Group> |
SecurityClient.createUser(String userId,
String password,
T[] assignedGroups,
int... expectedStatus)
Creates a new user and assigns him to a list of given
Authorizable s. |
Modifier and Type | Method and Description |
---|---|
<T extends User> |
User.addImpersonators(T[] authorizables,
int... expectedStatus)
Adds impersonators to the user.
|
<T extends User> |
User.removeImpersonators(T[] authorizables,
int... expectedStatus)
Remove impersonators from the user
|
Modifier and Type | Method and Description |
---|---|
static <T extends SecurityClient> |
User.createUser(T client,
String userId,
String password,
String intermediatePath,
Map<String,String> profileMap,
boolean waitForIndex,
int... expectedStatus)
Creates a new user.
|
static <T extends SecurityClient> |
User.createUser(T client,
String userId,
String password,
String intermediatePath,
Map<String,String> profileMap,
int... expectedStatus)
Creates a new user.
|
User |
AuthorizableManager.getUser(String userId)
Get an existing user object from the id.
|
Modifier and Type | Method and Description |
---|---|
<T extends User> |
User.addImpersonators(T[] authorizables,
int... expectedStatus)
Adds impersonators to the user.
|
<T extends User> |
User.removeImpersonators(T[] authorizables,
int... expectedStatus)
Remove impersonators from the user
|
Copyright © 2018. All rights reserved.