public class UpdateUserTest extends Object
Constructor and Description |
---|
UpdateUserTest() |
Modifier and Type | Method and Description |
---|---|
void |
cleanup() |
void |
setup() |
void |
testAuthorizedUpdateUser() |
void |
testChangeUserPassword() |
void |
testChangeUserPasswordAsAdministratorWithoutOldPwd()
Test for SLING-2069
|
void |
testChangeUserPasswordCustomPostResponse()
Test for SLING-7831
|
void |
testChangeUserPasswordWrongConfirmPwd() |
void |
testChangeUserPasswordWrongOldPwd() |
void |
testDisableUser()
Test for SLING-2072
|
void |
testNotAuthorizedUpdateUser() |
void |
testUpdateUser() |
void |
testUpdateUserCustomPostResponse()
Test for SLING-7831
|
void |
testUpdateUserDeleteProperties()
SLING-7901 test to verify update user delete nested property functionality
|
void |
testUpdateUserResponseAsJSON()
Test for SLING-1677
|
public void testUpdateUser() throws IOException, javax.json.JsonException
IOException
javax.json.JsonException
public void testUpdateUserDeleteProperties() throws IOException, javax.json.JsonException
IOException
javax.json.JsonException
public void testNotAuthorizedUpdateUser() throws IOException, javax.json.JsonException
IOException
javax.json.JsonException
public void testAuthorizedUpdateUser() throws IOException, javax.json.JsonException
IOException
javax.json.JsonException
public void testUpdateUserCustomPostResponse() throws IOException
IOException
public void testChangeUserPassword() throws IOException
IOException
public void testChangeUserPasswordCustomPostResponse() throws IOException
IOException
public void testChangeUserPasswordWrongOldPwd() throws IOException
IOException
public void testChangeUserPasswordWrongConfirmPwd() throws IOException
IOException
public void testUpdateUserResponseAsJSON() throws IOException, javax.json.JsonException
IOException
javax.json.JsonException
public void testChangeUserPasswordAsAdministratorWithoutOldPwd() throws IOException
IOException
public void testDisableUser() throws IOException
IOException
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.