Class AbstractIdentityManagementControllerIT
- java.lang.Object
-
- org.activiti.cloud.identity.web.controller.AbstractIdentityManagementControllerIT
-
@Disabled public abstract class AbstractIdentityManagementControllerIT extends Object
-
-
Constructor Summary
Constructors Constructor Description AbstractIdentityManagementControllerIT()
-
Method Summary
-
-
-
Method Detail
-
setUp
@BeforeEach public void setUp()
-
should_notReturnApplicationAccessRoles_when_userHasNotResourceRoles
@Test @WithActivitiMockUser(roles="role1") public void should_notReturnApplicationAccessRoles_when_userHasNotResourceRoles() throws Exception
- Throws:
Exception
-
should_notReturnGlobalAccessRoles_when_userHasNotRealmRoles
@Test @WithActivitiMockUser(resourcesRoles=) public void should_notReturnGlobalAccessRoles_when_userHasNotRealmRoles() throws Exception
- Throws:
Exception
-
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_returnAccessRoles
@Test @WithActivitiMockUser(roles="role1",resourcesRoles={,}) public void should_returnAccessRoles() 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
-
-