StrataFrame Forum
Home      Members   Calendar   Who's On
Welcome Guest ( Login | Register )
      


««1234»»»

My WishlistExpand / Collapse
Author
Message
Posted 06/05/2006 9:57:55 AM


StrataFrame Developer

StrataFrame Developer

Group: StrataFrame Developers
Last Login: Yesterday @ 1:09:23 PM
Posts: 2,686, Visits: 1,888
The security keys will be right on StandardForm... no templating required.  Just set the permission key on the form to define the permission that is required to view/edit the form and then define the permission within the database (same functionality on the field-level, too).


www.bungie.net
Post #1386
Posted 06/05/2006 5:47:59 PM
StrataFrame Novice

StrataFrame NoviceStrataFrame NoviceStrataFrame NoviceStrataFrame NoviceStrataFrame NoviceStrataFrame NoviceStrataFrame NoviceStrataFrame Novice

Group: StrataFrame Users
Last Login: 08/23/2007 2:01:12 AM
Posts: 77, Visits: 804
Hmm..how about the ability to allow users to change roles, permissions, etc.?
Post #1399
Posted 06/05/2006 8:41:44 PM


StrataFrame Developer

StrataFrame Developer

Group: StrataFrame Developers
Last Login: Yesterday @ 4:50:35 PM
Posts: 4,796, Visits: 4,766
Absolutely.  There is a dialog form that you can display to the end-user to manage all of the roles, users, and permissions associated with the roles and users.  It is very flexible and gives you complete control without actually having to write the end-user interface yourself.

In the same approach we have taken throughout the framework, we have implemented features that give you as much or as little control over the security that you would need. 

Post #1400
Posted 06/05/2006 8:53:38 PM
StrataFrame Novice

StrataFrame NoviceStrataFrame NoviceStrataFrame NoviceStrataFrame NoviceStrataFrame NoviceStrataFrame NoviceStrataFrame NoviceStrataFrame Novice

Group: StrataFrame Users
Last Login: 08/23/2007 2:01:12 AM
Posts: 77, Visits: 804
Perfect!
Post #1401
Posted 06/05/2006 9:05:52 PM


StrataFrame Developer

StrataFrame Developer

Group: StrataFrame Developers
Last Login: Yesterday @ 4:50:35 PM
Posts: 4,796, Visits: 4,766
I really think the security will "float your boat"  .  It is going to be a spectacular addition to the framework!
Post #1403
Posted 06/06/2006 1:07:44 PM
StrataFrame Beginner

StrataFrame BeginnerStrataFrame BeginnerStrataFrame BeginnerStrataFrame BeginnerStrataFrame BeginnerStrataFrame BeginnerStrataFrame BeginnerStrataFrame Beginner

Group: Forum Members
Last Login: 04/29/2008 4:59:41 AM
Posts: 15, Visits: 33
Hi,
I can remeber if i saw this in the documentation somewhere. StrataFrame currently does support field level access, is this correct, and if it is how would this be affected or implemented with the additions you are doing to the security of forms right now.

Wayne

Post #1421
Posted 06/06/2006 1:12:55 PM


StrataFrame Developer

StrataFrame Developer

Group: StrataFrame Developers
Last Login: Yesterday @ 4:50:35 PM
Posts: 4,796, Visits: 4,766
StrataFrame does currently support field level security but it is not data driven.  Without the security module you would have to manually capture the CheckFieldSecurity event and program your logic.  With the security module it is data driven allowing a permission to be associated with the field level access.  For example, one type of role (or a specific user) may be able read the address information but not write to it.  So the role or user account will either be assigned a field level permission with an action assigned.  An action determines the type of access.  For example: write, readonly, blank, blank with message, replacement characters, and regex replacement.  So the field level security can be data driven and will respect the users permissions.
Post #1422
Posted 06/06/2006 1:22:46 PM


StrataFrame Developer

StrataFrame Developer

Group: StrataFrame Developers
Last Login: Yesterday @ 1:09:23 PM
Posts: 2,686, Visits: 1,888
In fact, we used the CheckFieldSecurity hook that was already in place to check the field level security, we just made it data-driven, like Trent said.


www.bungie.net
Post #1423
Posted 06/23/2006 2:24:20 PM
StrataFrame Novice

StrataFrame NoviceStrataFrame NoviceStrataFrame NoviceStrataFrame NoviceStrataFrame NoviceStrataFrame NoviceStrataFrame NoviceStrataFrame Novice

Group: Forum Members
Last Login: 01/10/2008 9:33:30 AM
Posts: 65, Visits: 820
Hi,

"You'll be happy to know that the security will be in the next release.  Probably when 1.4.1 switches from pre-release to full release. "

How close are we to the 1.4.1 full release and would it be possible to get a video sample of how these new security features can be used.

Kari

Post #1658