I was going through the following URL:
which explains the Implementing adapter-based authenticators. which also what we are using in our project. However, the mysterious part for me is the <className>
element.
<className>com.worklight.integration.auth.AdapterAuthenticator</className>
My quires are:
- From where the
<className>
value is taken? - where is
com.worklight.integration.auth.AdapterAuthenticator
inside WL?. - Is there any detailed documentation regarding
<className>
element?
I'm trying to understand what is inside this element and what are its parameters. Regardless my understanding why it is being used, I just want to go deeper in this class element.