Class 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.
    • Constructor Detail

      • SystemUsersInitializer

        public SystemUsersInitializer()
    • Method Detail

      • 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