Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

Sample getResourceResolver(Map<String, Object> authenticationInfo)() method implemetation.

Avatar

Level 7

Hi 

Can I get sample code implementation for getResourceResolver() method.

public class GetResolver implements ResourceResolverFactory{
public ResourceResolverFactory resourceResolverFactory;
@Override
public @notnull ResourceResolver getResourceResolver(Map<String, Object> authenticationInfo) throws LoginException {
// TODO Auto-generated method stub

return null;
}

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi, This is open source so you can download the whole code base or fork it.



Arun Patidar

View solution in original post

3 Replies

Avatar

Level 7

Hi @arunpatidar 

 

Thanks 

Can I get link of whole code beacause I am not getting how to write implementation of CommonResourceResolverFactoryImpl .

please provide if possible

Avatar

Correct answer by
Community Advisor

Hi, This is open source so you can download the whole code base or fork it.



Arun Patidar