Hello.  I am looking for an object-level role based security
implementation.  I just found Turbine and it seems that Fulcrum might
have what I'm looking for - or at least the API contains all of the
right classes.  My needs right now are relatively simple - I have a DB
that contains users...I will create roles and associate them with
users/groups...I'll create classes and methods and grant various
permissions on those resources to certain roles.  When a method is
called, it will call some security layer (Fulcrum in this case?) to
determine whether or not the user has permission to perform the
associated action.  Does Fulcrum handle this?
 
Or, more generically, can someone tell me what Fulcrum does (I looked
for documentation but couldn't find many details)?
 
Thanks - I appreciate your time.
Chris


Reply via email to