public abstract class BaseAzureAdTest extends Object
Modifier and Type | Field and Description |
---|---|
protected static String |
ALAN_STEINER_USER_NAME |
protected static String |
ALICIA_THOMBER_USER_NAME |
protected static String |
ALL_EMPLOYEES_GROUP_NAME |
protected com.google.common.cache.CacheLoader<String,String> |
cacheLoader |
protected static String |
CIE_ADMINISTRATOR_USER_NAME |
protected static String |
M400_GROUP_DESCRIPTION |
protected static String |
M400_RFP_EXTERNAL_ID |
protected static String |
M400_RFP_GROUP_NAME |
protected static String |
NEW_MANAGERS_EXTERNAL_ID |
protected static String |
NEW_MANAGERS_GROUP_NAME |
Constructor and Description |
---|
BaseAzureAdTest() |
Modifier and Type | Method and Description |
---|---|
protected org.hamcrest.Matcher<User> |
alanSteinerUser() |
protected org.hamcrest.Matcher<User> |
aliciaThomberUser() |
protected org.hamcrest.Matcher<Group> |
allEmployeesGroup() |
protected org.hamcrest.Matcher<User> |
cieAdministratorUser() |
protected abstract String |
getAzureAdApiVersion() |
protected abstract org.mockserver.client.MockServerClient |
getMockServerClient() |
protected abstract int |
getMockServerPort() |
protected org.hamcrest.Matcher<Group> |
m400RfpGroup() |
protected org.hamcrest.Matcher<Group> |
newManagersGroup() |
protected void |
setExpectations(String firstPageFileName,
String endpoint,
boolean validateSkipToken,
boolean isInitialGroupsDeltaQuery) |
void |
setUpCacheLoader() |
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) |
protected static final String M400_RFP_GROUP_NAME
protected static final String M400_RFP_EXTERNAL_ID
protected static final String M400_GROUP_DESCRIPTION
protected static final String NEW_MANAGERS_GROUP_NAME
protected static final String NEW_MANAGERS_EXTERNAL_ID
protected static final String ALL_EMPLOYEES_GROUP_NAME
protected static final String ALAN_STEINER_USER_NAME
protected static final String CIE_ADMINISTRATOR_USER_NAME
protected static final String ALICIA_THOMBER_USER_NAME
protected void setExpectations(String firstPageFileName, String endpoint, boolean validateSkipToken, boolean isInitialGroupsDeltaQuery) throws IOException
IOException
protected abstract org.mockserver.client.MockServerClient getMockServerClient()
protected abstract int getMockServerPort()
protected abstract String getAzureAdApiVersion()
protected org.hamcrest.Matcher<Group> allEmployeesGroup()
protected org.hamcrest.Matcher<Group> newManagersGroup()
protected org.hamcrest.Matcher<Group> m400RfpGroup()
protected org.hamcrest.Matcher<User> aliciaThomberUser()
protected org.hamcrest.Matcher<User> alanSteinerUser()
protected org.hamcrest.Matcher<User> cieAdministratorUser()
protected <T> org.hamcrest.Matcher<T> withDirectoryId(org.hamcrest.Matcher<T> entityMatcher)
protected <T> org.hamcrest.Matcher<T> withDirectory(org.hamcrest.Matcher<T> entityMatcher, long directoryId)
Copyright © 2021 Atlassian. All rights reserved.