Class AbstractIdentityManagementControllerIT

java.lang.Object
org.activiti.cloud.identity.web.controller.AbstractIdentityManagementControllerIT

public abstract class AbstractIdentityManagementControllerIT extends Object
  • Field Details

  • Constructor Details

    • AbstractIdentityManagementControllerIT

      public AbstractIdentityManagementControllerIT()
  • Method Details

    • setUp

      @BeforeEach public void setUp()
    • should_returnGroups_when_searchByName

      @Test public void should_returnGroups_when_searchByName() throws Exception
      Throws:
      Exception
    • should_returnUsers_when_searchByUsername

      @Test public void should_returnUsers_when_searchByUsername() throws Exception
      Throws:
      Exception
    • should_returnUsers_when_searchByGroup

      @Test public void should_returnUsers_when_searchByGroup() throws Exception
      Throws:
      Exception
    • should_returnUsers_when_searchByEmail

      @Test public void should_returnUsers_when_searchByEmail() throws Exception
      Throws:
      Exception
    • should_returnUsers_when_searchByLastName

      @Test public void should_returnUsers_when_searchByLastName() throws Exception
      Throws:
      Exception
    • should_returnUsers_when_searchByFirstName

      @Test public void should_returnUsers_when_searchByFirstName() throws Exception
      Throws:
      Exception
    • should_returnOnlyUsers_when_searchByUsernameAndRoleUser

      @Test public void should_returnOnlyUsers_when_searchByUsernameAndRoleUser() throws Exception
      Throws:
      Exception
    • should_returnUsers_when_searchByApplication

      @Test public void should_returnUsers_when_searchByApplication() throws Exception
      Throws:
      Exception
    • should_notReturnUsers_when_searchByInvalidApplication

      @Test public void should_notReturnUsers_when_searchByInvalidApplication() throws Exception
      Throws:
      Exception
    • should_returnUsers_when_searchByUsernameAndApplication

      @Test public void should_returnUsers_when_searchByUsernameAndApplication() throws Exception
      Throws:
      Exception
    • should_returnUsers_when_searchByGroupAndApplication

      @Test public void should_returnUsers_when_searchByGroupAndApplication() throws Exception
      Throws:
      Exception
    • should_returnUsers_when_searchByRoleAndApplication

      @Test public void should_returnUsers_when_searchByRoleAndApplication() throws Exception
      Throws:
      Exception
    • should_returnOnlyAdmins_when_searchByUsernameAndRoleAdmin

      @Test public void should_returnOnlyAdmins_when_searchByUsernameAndRoleAdmin() throws Exception
      Throws:
      Exception
    • should_returnOnlyAdmins_when_searchByRoleAdmin

      @Test public void should_returnOnlyAdmins_when_searchByRoleAdmin() throws Exception
      Throws:
      Exception
    • should_returnGroups_when_searchByNameAndRole

      @Test public void should_returnGroups_when_searchByNameAndRole() throws Exception
      Throws:
      Exception
    • should_returnGroups_when_searchByRole

      @Test public void should_returnGroups_when_searchByRole() throws Exception
      Throws:
      Exception
    • should_returnGroups_when_searchByApplication

      @Test public void should_returnGroups_when_searchByApplication() throws Exception
      Throws:
      Exception
    • should_notReturnGroups_when_searchByInvalidApplication

      @Test public void should_notReturnGroups_when_searchByInvalidApplication() throws Exception
      Throws:
      Exception
    • should_returnStatusOk_when_addingAppPermissions

      @Test public void should_returnStatusOk_when_addingAppPermissions() throws Exception
      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

      @Test public void should_returnApplicationPermissions_when_filteringByRole() throws Exception
      Throws:
      Exception
    • should_returnApplicationPermissions

      @Test public void should_returnApplicationPermissions() throws Exception
      Throws:
      Exception
    • should_notReturnApplicationPermissions_when_roleIsInvalid

      @Test public void should_notReturnApplicationPermissions_when_roleIsInvalid() throws Exception
      Throws:
      Exception
    • should_returnGroups_when_searchByNameWithCache

      @Test public void should_returnGroups_when_searchByNameWithCache() throws Exception
      Throws:
      Exception
    • should_returnUsers_when_searchByLastNameCache

      @Test public void should_returnUsers_when_searchByLastNameCache() throws Exception
      Throws:
      Exception
    • should_returnBadRequest_whenWrongUserTypeIsPassed

      @Test public void should_returnBadRequest_whenWrongUserTypeIsPassed() throws Exception
      Throws:
      Exception
    • should_returnDeactivatedUsers_whenNotSpecified

      @Test public void should_returnDeactivatedUsers_whenNotSpecified() throws Exception
      Throws:
      Exception
    • should_filterDeactivatedUsers_whenSpecifiedTrue

      @Test public void should_filterDeactivatedUsers_whenSpecifiedTrue() throws Exception
      Throws:
      Exception
    • should_returnDeactivatedUsers_whenSpecifiedFalse

      @Test public void should_returnDeactivatedUsers_whenSpecifiedFalse() throws Exception
      Throws:
      Exception