Package | Description |
---|---|
com.adobe.cq.testing.client | |
com.adobe.cq.testing.client.security | |
com.adobe.cq.testing.junit.assertion |
Modifier and Type | Method and Description |
---|---|
<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 |
---|---|
Group |
SecurityClient.createGroup(String groupId,
Group[] assignedGroups,
int... expectedStatus)
Creates a new group and assigns him to a list of given
Authorizable s. |
Group |
SecurityClient.createGroup(String groupId,
int... expectedStatus)
Creates a new group.
|
Group |
SecurityClient.createGroup(String groupId,
String intermediatePath,
int... expectedStatus)
Creates a new group.
|
Group |
SecurityClient.createGroup(String groupId,
String intermediatePath,
String givenName,
String aboutMe,
Group[] assignedGroups,
int... expectedStatus)
Creates a new group and assigns him to a list of given
Authorizable s. |
Modifier and Type | Method and Description |
---|---|
Group |
SecurityClient.createGroup(String groupId,
Group[] assignedGroups,
int... expectedStatus)
Creates a new group and assigns him to a list of given
Authorizable s. |
Group |
SecurityClient.createGroup(String groupId,
String intermediatePath,
String givenName,
String aboutMe,
Group[] assignedGroups,
int... expectedStatus)
Creates a new group 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,
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 |
---|---|
static <T extends SecurityClient> |
Group.createGroup(T client,
String groupId,
String intermediatePath,
String givenName,
String aboutMe,
int... expectedStatus)
Creates a new group.
|
Group |
AuthorizableManager.getGroup(String groupId)
Get an existing group object from the id.
|
Group |
AuthorizableManager.getGroupAdministrators()
Get built-in group "administrators"
|
Group |
CQAuthorizableManager.getGroupAuthors()
Get built-in group "content-authors"
|
Group |
AuthorizableManager.getGroupContributor()
Get built-in group "contributor"
|
Group |
AuthorizableManager.getGroupEveryone()
Get built-in group "everyone"
|
Group |
CQAuthorizableManager.getGroupTagAdministrators()
Get built-in group "tag-administrators"
|
Group |
AuthorizableManager.getGroupUserAdministrators()
Get built-in group "user-administrators"
|
Group |
CQAuthorizableManager.getGroupWorkflowEditors()
Get built-in group "workflow-editors"
|
Group |
CQAuthorizableManager.getGroupWorkflowUsers()
Get built-in group "workflow-users"
|
Modifier and Type | Method and Description |
---|---|
static <T extends Authorizable> |
SecurityAssert.assertIsMemberOf(Group authorizableMemberOf,
T authorizableMember)
Assert authorizableMember is member of authorizableMemberOf
|
static <T extends Authorizable> |
SecurityAssert.assertIsNotMember(Group authorizableMemberOf,
T authorizableMember)
Assert authorizableMemberOf is NOT member of authorizableMember
|
static <T extends Authorizable> |
SecurityAssert.assertIsNotMemberOf(Group authorizableMemberOf,
T authorizableMember)
Assert authorizableMember is NOT member of authorizableMemberOf
|
Copyright © 2018. All rights reserved.