Sample getResourceResolver(Map<String, Object> authenticationInfo)() method implemetation. | Community
Skip to main content
Level 6
June 10, 2022
Solved

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

  • June 10, 2022
  • 1 reply
  • 665 views

Hi 

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

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

return null;
}

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by arunpatidar

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

1 reply

Level 6
June 10, 2022

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

arunpatidar
Community Advisor
arunpatidarCommunity AdvisorAccepted solution
Community Advisor
June 10, 2022

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

Arun Patidar