Class BaseAzureAdTest

java.lang.Object
com.atlassian.crowd.test.base.azure.BaseAzureAdTest

public abstract class BaseAzureAdTest extends Object
  • Field Details

  • Constructor Details

    • BaseAzureAdTest

      public BaseAzureAdTest()
  • Method Details

    • scenarios

      public static Collection<Object[]> scenarios()
    • setUpCacheLoader

      public void setUpCacheLoader() throws Exception
      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

      protected abstract String getAzureAdApiVersion()
    • allEmployeesGroup

      protected org.hamcrest.Matcher<Group> allEmployeesGroup()
    • newManagersGroup

      protected org.hamcrest.Matcher<Group> newManagersGroup()
    • m400RfpGroup

      protected org.hamcrest.Matcher<Group> m400RfpGroup()
    • aliciaThomberUser

      protected org.hamcrest.Matcher<User> aliciaThomberUser()
    • alanSteinerUser

      protected org.hamcrest.Matcher<User> alanSteinerUser()
    • cieAdministratorUser

      protected org.hamcrest.Matcher<User> cieAdministratorUser()
    • externalUsername

      protected final String externalUsername()
    • getAlternativeUsernameAttributeIfDc

      protected final String getAlternativeUsernameAttributeIfDc()
    • externalUser

      protected org.hamcrest.Matcher<User> 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)