Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

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

Avatar

Level 8

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

AEM LinksLinkedIn

View solution in original post

3 Replies

Avatar

Community Advisor

Avatar

Level 8

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

AEM LinksLinkedIn