Class UserAccessTestUtils
java.lang.Object
de.hybris.platform.odata2webservicesfeaturetests.useraccess.UserAccessTestUtils
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BasicAuthRequestBuilderbasicAuthRequest(String path) static voidcreateUser(String uid, String pwd, String groups) static voiddeleteUser(String uid) static voidstatic voidgivenUserExistsWithUidAndGroups(String uid, String password) static voidgivenUserExistsWithUidAndGroups(String uid, String password, String groups)
-
Field Details
-
ADMIN_USER
- See Also:
-
PASSWORD
- See Also:
-
-
Constructor Details
-
UserAccessTestUtils
public UserAccessTestUtils()
-
-
Method Details
-
givenUserExistsWithUidAndGroups
public static void givenUserExistsWithUidAndGroups(String uid, String password, String groups) throws ImpExException - Throws:
ImpExException
-
givenUserExistsWithUidAndGroups
public static void givenUserExistsWithUidAndGroups(String uid, String password) throws ImpExException - Throws:
ImpExException
-
givenUserExistsWithUidAndGroups
- Throws:
ImpExException
-
basicAuthRequest
-
createUser
- Throws:
ImpExException
-
deleteUser
-