We are using GWT-EXT framework whereby on the toolbar i need to show the full user name of the user who logged in.
I could able to retrieve the user id via the request object from the custom made web services (in jars ) but i could not able to see any method which will give me a full user name.
I don't know anything about this custom made framework as everything is in jars and frustratingly opaque for the developer.
I searched few links and found that it is Siteminder agent which will inject the headers with key value pair which has user information in the request object when it is redirected to the web application. Now the question is how do i know what is the header which gives me a full user name.
The other part is to know how can i override the framework servlet /create my own servlet to retrieve this full header at the least.
I understand it is really vague question as even i am educating myself about the whole workflow and riddling my brain.
Really appreciate Any ideas or suggestions or advise !
Thanks!