we're writing a webapp which requires access control for various operations. we wish to rely on the servlet container to handle authenticating users, but we need to internally associate usernames with sets of permissions. to make things easy on the superuser, we would like to acquire a list of usernames in a given role instead of requiring her to enter each username manually. i can find no way in the servlet spec to do this. does anyone have any suggestions?
- donald ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
