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_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_searchByName
@Test public void should_returnGroups_when_searchByName() 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_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
-
-