I am facing the problem that I have to implement a way to authenticate a user against a SecurityService and, after that, get some data about him out of my database.
I want to use the ZfcUser Plugin and I am confused by Adapters, AdapterChains and AuthServices. I really would appreciate some clarification about those classes and when to use them and in particular which one will be the type of class I have to use to communicate with my SecurityService.