Class BaseAzureAdTest
java.lang.Object
com.atlassian.crowd.test.base.azure.BaseAzureAdTest
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringbooleanprotected DcLicenseCheckerprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final String -
Constructor Summary
Constructors -
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 Stringprotected final Stringprotected abstract Stringprotected abstract org.mockserver.client.MockServerClientprotected abstract intprotected org.hamcrest.Matcher<Group>protected org.hamcrest.Matcher<Group>static Collection<Object[]>protected voidsetExpectations(String firstPageFileName, String endpoint, boolean validateSkipToken, boolean isInitialGroupsDeltaQuery) voidprotected <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)
-