These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 
Author Message
 Post subject: Web Authorization Model
PostPosted: Thu Oct 06, 2005 3:59 pm 
Beginner
Beginner

Joined: Sat Sep 17, 2005 10:41 am
Posts: 49
Anybody know of any useful models/patterns to handle web authorization? In particular, something that can handle the following basic scenarios:

1. Multiple "Site" entities supported by the same database.
2. User login to a Site. User can edit/view only his owned objects (Profile, Address, etc.)
3. Site Administrator login to administer Site.
4. Root Administrator login to administer all Sites.

Furthermore, add in other restrictions such as admin groups with permission to view or access certain functionality, etc., all backed by Hibernate persistence, and configurable via a web interface (to which, of course, an Admin must log in).

I've seen some stuff on the H3 JAAS integration and wasn't convinced that this is the way. (Control is too fine grained on an "Entity" level.)


Top
 Profile  
 
 Post subject: Re: Web Authorization Model
PostPosted: Thu Oct 06, 2005 7:06 pm 
Expert
Expert

Joined: Mon Feb 14, 2005 12:32 pm
Posts: 609
Location: Atlanta, GA - USA
Check out Chapter 18 on Filtering data in the reference docs. Seems like what you're talking about as far "visibility" is concerned.

_________________
Preston

Please don't forget to give credit if/when you get helpful information.


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.