Class TestLicenses

java.lang.Object
com.atlassian.crowd.test.license.TestLicenses

public class TestLicenses extends Object
  • Field Details

    • DEVELOPER_SERVER_KEY

      public static final String DEVELOPER_SERVER_KEY
      See Also:
    • EVALUATION_DC_KEY

      public static final String EVALUATION_DC_KEY
      See Also:
    • EVALUATION_DC_KEY_5_USERS

      public static final String EVALUATION_DC_KEY_5_USERS
      See Also:
    • FORGED_DC_KEY

      public static final String FORGED_DC_KEY
      License with creation date > 1st Dec 2020 which does not have new keyVersion property. Such license is treated as forged by Crowd.
      See Also:
    • POST_DEC2020_EVALUATION_DC_KEY

      public static final String POST_DEC2020_EVALUATION_DC_KEY
      License with creation date > 1st Dec 2020 which does have a new keyVersion property. Such license is treated as not forged by Crowd.
      See Also:
  • Constructor Details

    • TestLicenses

      public TestLicenses()