Class AbstractIdentityManagementControllerIT
java.lang.Object
org.activiti.cloud.identity.web.controller.AbstractIdentityManagementControllerIT
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetUp()voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoid
-
Field Details
-
HRADMIN
- See Also:
-
HRUSER
- See Also:
-
USERDISABLED
- See Also:
-
JOHNSNOW
- See Also:
-
JSON_PATH_USERNAME
- See Also:
-
-
Constructor Details
-
AbstractIdentityManagementControllerIT
public AbstractIdentityManagementControllerIT()
-
-
Method Details
-
setUp
@BeforeEach public void setUp() -
should_returnGroups_when_searchByName
- Throws:
Exception
-
should_returnUsers_when_searchByUsername
- Throws:
Exception
-
should_returnUsers_when_searchByGroup
- Throws:
Exception
-
should_returnUsers_when_searchByEmail
- Throws:
Exception
-
should_returnUsers_when_searchByLastName
- Throws:
Exception
-
should_returnUsers_when_searchByFirstName
- Throws:
Exception
-
should_returnOnlyUsers_when_searchByUsernameAndRoleUser
- Throws:
Exception
-
should_returnUsers_when_searchByApplication
- Throws:
Exception
-
should_notReturnUsers_when_searchByInvalidApplication
- Throws:
Exception
-
should_returnUsers_when_searchByUsernameAndApplication
- Throws:
Exception
-
should_returnUsers_when_searchByGroupAndApplication
- Throws:
Exception
-
should_returnUsers_when_searchByRoleAndApplication
- Throws:
Exception
-
should_returnOnlyAdmins_when_searchByUsernameAndRoleAdmin
- Throws:
Exception
-
should_returnOnlyAdmins_when_searchByRoleAdmin
- Throws:
Exception
-
should_returnGroups_when_searchByNameAndRole
- Throws:
Exception
-
should_returnGroups_when_searchByRole
- Throws:
Exception
-
should_returnGroups_when_searchByApplication
- Throws:
Exception
-
should_notReturnGroups_when_searchByInvalidApplication
- Throws:
Exception
-
should_returnStatusOk_when_addingAppPermissions
- Throws:
Exception
-
should_returnNotFound_when_addingAppPermissionsToInvalidApplication
@Test public void should_returnNotFound_when_addingAppPermissionsToInvalidApplication() throws Exception- Throws:
Exception
-
should_returnBadRequest_when_addingAppPermissionsWithInvalidRole
@Test public void should_returnBadRequest_when_addingAppPermissionsWithInvalidRole() throws Exception- Throws:
Exception
-
should_returnBadRequest_when_addingAppPermissionsWithInvalidUserRole
@Test public void should_returnBadRequest_when_addingAppPermissionsWithInvalidUserRole() throws Exception- Throws:
Exception
-
should_returnBadRequest_when_addingAppPermissionsWithInvalidGroup
@Test public void should_returnBadRequest_when_addingAppPermissionsWithInvalidGroup() throws Exception- Throws:
Exception
-
should_returnBadRequest_when_addingAppPermissionsWithInvalidGroupRole
@Test public void should_returnBadRequest_when_addingAppPermissionsWithInvalidGroupRole() throws Exception- Throws:
Exception
-
should_returnApplicationPermissions_when_filteringByRole
- Throws:
Exception
-
should_returnApplicationPermissions
- Throws:
Exception
-
should_notReturnApplicationPermissions_when_roleIsInvalid
- Throws:
Exception
-
should_returnGroups_when_searchByNameWithCache
- Throws:
Exception
-
should_returnUsers_when_searchByLastNameCache
- Throws:
Exception
-
should_returnBadRequest_whenWrongUserTypeIsPassed
- Throws:
Exception
-
should_returnDeactivatedUsers_whenNotSpecified
- Throws:
Exception
-
should_filterDeactivatedUsers_whenSpecifiedTrue
- Throws:
Exception
-
should_returnDeactivatedUsers_whenSpecifiedFalse
- Throws:
Exception
-