public ServiceUserMapperImpl()

in src/main/java/org/apache/sling/serviceusermapping/impl/ServiceUserMapperImpl.java [145:150]


    public ServiceUserMapperImpl(final BundleContext bundleContext, final Config config,
            final ExecutorService executor) {
        this.bundleContext = bundleContext;
        this.executorService = executor;
        this.configure(config);
    }