You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Alan P Sexton <A....@cs.bham.ac.uk> on 2002/10/20 00:56:50 UTC

Role bean

Dear people,

I know I am probably being stupid again but I can't figure this: I am
not currently using container managed security and do intend to switch
eventually but, for the moment, I would like to be able to set the user
role programmatically from within my app. I found Ted's advice below:

http://husted.com/struts/catalog.html==============================
For customized security, place a role bean in session for access by
custom tags and other resources

The standard security model is exposed through methods on the
RequestUtils bean. If your security system is not fully integrated with
the standard model, provide your own bean in the session with similar
methods, or extend the ActionController to add this bean to each
request. Custom tags, like those provided by the Jakarta Tagibs request
library, can then access your bean instead of the standard RequestUtil
bean.
==================================================================

This seems perfect except I can't find the bean Ted is talking about:
RequestUtils in the Tomcat 4.1.12 source doesn't seem to refer to roles
at all. I checked the Taglibs source and the isUserInRole method just
does the obvious: calls isUserInRole() on the request.

Can anyone show me how to do it?

Thanks

Alan P. Sexton,
University of Birmingham
School of Computer Science
Edgbaston, Birmingham B15 2TT, England



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>