You'd have to write a custom Spring Web Flow action that had an instance of the TicketRegistry injected in it.
Cheers, Scott On Thu, Jun 3, 2010 at 2:52 PM, Francisco Estanqueiro < [email protected]> wrote: > How can I do that? > > Scott Battaglia wrote: > >> We don't expose the session unless you're attempting to use it, so there's >> unfortunately no way via the traditional service methods to obtain it. >> >> You could circumvent the service methods and just look up the ticket >> directly in the TicketRegistry. >> >> Cheers, >> Scott >> >> >> On Wed, Jun 2, 2010 at 1:40 PM, Francisco Estanqueiro < >> [email protected] <mailto:[email protected]>> wrote: >> >> Hi all, >> >> how can I obtain the authenticated username in casGenericSuccess.jsp? >> >> Francisco >> >> -- You are currently subscribed to [email protected] >> <mailto:[email protected]> as: [email protected] >> <mailto:[email protected]> >> >> To unsubscribe, change settings or access archives, see >> http://www.ja-sig.org/wiki/display/JSG/cas-user >> >> >> -- >> You are currently subscribed to [email protected] as: >> [email protected] >> >> To unsubscribe, change settings or access archives, see >> http://www.ja-sig.org/wiki/display/JSG/cas-user >> > > > -- > You are currently subscribed to [email protected] as: > [email protected] > To unsubscribe, change settings or access archives, see > http://www.ja-sig.org/wiki/display/JSG/cas-user > -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
