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
-
should_returnUsers_when_searchByUsername
-
should_returnUsers_when_searchByGroup
-
should_returnUsers_when_searchByEmail
-
should_returnUsers_when_searchByLastName
-
should_returnUsers_when_searchByFirstName
-
should_returnOnlyUsers_when_searchByUsernameAndRoleUser
-
should_returnUsers_when_searchByApplication
-
should_notReturnUsers_when_searchByInvalidApplication
-
should_returnUsers_when_searchByUsernameAndApplication
-
should_returnUsers_when_searchByGroupAndApplication
-
should_returnUsers_when_searchByRoleAndApplication
-
should_returnOnlyAdmins_when_searchByUsernameAndRoleAdmin
-
should_returnOnlyAdmins_when_searchByRoleAdmin
-
should_returnGroups_when_searchByNameAndRole
-
should_returnGroups_when_searchByRole
-
should_returnGroups_when_searchByApplication
-
should_notReturnGroups_when_searchByInvalidApplication
-
should_returnStatusOk_when_addingAppPermissions
-
should_returnNotFound_when_addingAppPermissionsToInvalidApplication
-
should_returnBadRequest_when_addingAppPermissionsWithInvalidRole
-
should_returnBadRequest_when_addingAppPermissionsWithInvalidUserRole
-
should_returnBadRequest_when_addingAppPermissionsWithInvalidGroup
-
should_returnBadRequest_when_addingAppPermissionsWithInvalidGroupRole
-
should_returnApplicationPermissions_when_filteringByRole
-
should_returnApplicationPermissions
-
should_notReturnApplicationPermissions_when_roleIsInvalid
-
should_returnGroups_when_searchByNameWithCache
-
should_returnUsers_when_searchByLastNameCache
-
should_returnBadRequest_whenWrongUserTypeIsPassed
-
should_returnDeactivatedUsers_whenNotSpecified
-
should_filterDeactivatedUsers_whenSpecifiedTrue
-
should_returnDeactivatedUsers_whenSpecifiedFalse
-