Ruchi Punetha 7.Apr.11 05:41 AM a Web browser Applications development8.5Windows
Hi All,
I am facing issue while trying to generate the token for the users.
As per documentation I am using LoginListener,ResolveListener,UserAttributeSAListener,TokenServiceListener2, ServiceListener listeners and extending the classes for the same.
On first go my application is logging as a server application and it is working fine.
Now I have to create a STUser object for the username that I need to pass in the generateToken method of token services. For this I am using resolver interface to get the STUser object for the user, but this is not successful. The call back method for resolver's resolvemethod(ResolveEvent e) is not successful it is falling in to resolveFailed(ResolveEvent e) method. I tried to print the reason but didn’t get any clue from this, the reason printed is -2147483646.