Hi Hartley,
It is not directly the retriever class that you have to write. As we have
followed factory pattern here, you have to write the factory class and
configure that in the advanced property.
Code segment at [1] with help you understand how the factory is registered
to OSGI runtime and [2]
I have successfully created a UserStoreManager implementation which loads
correctly via a component class. However, I need a UserStoreCountRetriever
implementation to allow the user store to work correctly. I have
extended JDBCUserStoreCountRetriever and added the class name to the Count
Implementa