Class SystemUsersInitializer

java.lang.Object
org.apache.sling.launchpad.testservices.repository.SystemUsersInitializer
All Implemented Interfaces:
org.apache.sling.jcr.api.SlingRepositoryInitializer

public class SystemUsersInitializer extends Object implements org.apache.sling.jcr.api.SlingRepositoryInitializer
SlingRepositoryInitializer that creates system users and sets their ACLs. Meant to be used for our integration tests until we can create those from the provisioning model.
  • Field Details

  • Constructor Details

    • SystemUsersInitializer

      public SystemUsersInitializer()
  • Method Details

    • processRepository

      public void processRepository(org.apache.sling.jcr.api.SlingRepository repo) throws Exception
      Specified by:
      processRepository in interface org.apache.sling.jcr.api.SlingRepositoryInitializer
      Throws:
      Exception