Access to ResourceResolver in OSGi Services : AEM 6.1
Access to ResourceResolver in OSGi Services : AEM 6.1
We all know that from AEM 6.0, usage of Admin Session to access the ResourceResolver is deprecated which means we cannot use session = repository.loginAdministrative(null); anymore !
Instead, AEM comes with the concept of Service based authentication to get the access to ResourceResolver.
Let us see how to create the Service Users and Use the same to get the access to ResourceResolver in the…
View On WordPress











