Class UsersControl
java.lang.Object
eu.rarogsoftware.rarog.platform.backdoor.control.BaseControl
eu.rarogsoftware.rarog.platform.backdoor.control.UsersControl
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
UsersControl
(eu.rarogsoftware.commons.test.webdriver.EnvironmentData environmentData) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.http.client.methods.CloseableHttpResponse
createUser
(String username, String password, List<UserRole> roles) void
removeUser
(String name) Methods inherited from class eu.rarogsoftware.rarog.platform.backdoor.control.BaseControl
adminAuthHeader, backdoorPath, basePath, disableCsrfProtectionHeader, getEntity, getEntity, getResponse, postEntity, postEntityReturningEntity, postEntityReturningEntity, putEntity, putEntityReturningEntity, putEntityReturningEntity, sendDelete, sendDelete
-
Constructor Details
-
UsersControl
protected UsersControl(eu.rarogsoftware.commons.test.webdriver.EnvironmentData environmentData)
-
-
Method Details
-
createUser
public org.apache.http.client.methods.CloseableHttpResponse createUser(String username, String password, List<UserRole> roles) throws IOException - Throws:
IOException
-
removeUser
- Throws:
IOException
-