Question about ResourceResolverFactory getAdministrativeResourceResolver(null)
Hi ,
I wanted to know what happens when we pass "null" to "getAdministrativeResourceResolver" function in "org.apache.sling.api.resource.ResourceResolverFactory"?
Does it tries to give administrative privileges based on the current loggedin user's profile or based on something else. Also does this work if we have implemented SSO for AEM?
Edit: forgot to add that I get the ResourceResolverFactory using
@Reference private ResourceResolverFactory resolverFactory;
;
thanks,
Kevin