Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
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