Class BaseAzureAdTest
java.lang.Object
com.atlassian.crowd.test.base.azure.BaseAzureAdTest
-
Field Summary
Modifier and TypeFieldDescriptionprotected static final String
protected static final String
protected static final String
protected static final String
boolean
protected DcLicenseChecker
protected static final String
protected static final String
protected static final String
protected static final String
protected static final String
protected static final String
protected static final String
protected static final String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected org.hamcrest.Matcher<User>
protected org.hamcrest.Matcher<User>
protected org.hamcrest.Matcher<Group>
protected org.hamcrest.Matcher<User>
protected org.hamcrest.Matcher<User>
protected final String
protected final String
protected abstract String
protected abstract org.mockserver.client.MockServerClient
protected abstract int
protected org.hamcrest.Matcher<Group>
protected org.hamcrest.Matcher<Group>
static Collection<Object[]>
protected void
setExpectations
(String firstPageFileName, String endpoint, boolean validateSkipToken, boolean isInitialGroupsDeltaQuery) void
protected <T> org.hamcrest.Matcher<T>
withDirectory
(org.hamcrest.Matcher<T> entityMatcher, long directoryId) protected <T> org.hamcrest.Matcher<T>
withDirectoryId
(org.hamcrest.Matcher<T> entityMatcher)
-
Field Details
-
M400_RFP_GROUP_NAME
- See Also:
-
M400_RFP_EXTERNAL_ID
- See Also:
-
M400_GROUP_DESCRIPTION
- See Also:
-
NEW_MANAGERS_GROUP_NAME
- See Also:
-
NEW_MANAGERS_EXTERNAL_ID
- See Also:
-
ALL_EMPLOYEES_GROUP_NAME
- See Also:
-
TENANT_SUFFIX
- See Also:
-
ALAN_STEINER_USER_NAME
- See Also:
-
CIE_ADMINISTRATOR_USER_NAME
- See Also:
-
ALICIA_THOMBER_USER_NAME
- See Also:
-
EXTERNAL_USER_NAME
- See Also:
-
EXTERNAL_USER_EMAIL
- See Also:
-
cacheLoader
-
alternativeUsernameAttribute
-
dc
public boolean dc -
dcLicenseChecker
-
-
Constructor Details
-
BaseAzureAdTest
public BaseAzureAdTest()
-
-
Method Details
-
scenarios
-
setUpCacheLoader
- Throws:
Exception
-
setExpectations
protected void setExpectations(String firstPageFileName, String endpoint, boolean validateSkipToken, boolean isInitialGroupsDeltaQuery) throws IOException - Throws:
IOException
-
getMockServerClient
protected abstract org.mockserver.client.MockServerClient getMockServerClient() -
getMockServerPort
protected abstract int getMockServerPort() -
getAzureAdApiVersion
-
allEmployeesGroup
-
newManagersGroup
-
m400RfpGroup
-
aliciaThomberUser
-
alanSteinerUser
-
cieAdministratorUser
-
externalUsername
-
getAlternativeUsernameAttributeIfDc
-
externalUser
-
withDirectoryId
protected <T> org.hamcrest.Matcher<T> withDirectoryId(org.hamcrest.Matcher<T> entityMatcher) -
withDirectory
protected <T> org.hamcrest.Matcher<T> withDirectory(org.hamcrest.Matcher<T> entityMatcher, long directoryId)
-