Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.RuntimeCollective.permission.bean: Javadoc index of package com.RuntimeCollective.permission.bean.


Package Samples:

com.RuntimeCollective.permission.bean: The Permission module provides support for much more flexible Permission logic than webapps.bean.PermissionBean .  

Classes:

Permissible: Interface to implement if you want the access to your object to be constrained by PermissionRules. If you want to be spared the hassle of writing JSPs to assign PermissionRules to your Permissible objects, do have a look at the pages written for the Sussex Enterprise project. You can find them by checking out the relevent project: "cvs co rsework", then look in rsework/web/admin. The page is called publishPage-step3.jsp, and is part of the publishing process (Publishable is a subclass of Permissible). The rsework/struts-config.xml file is also worth checking, for the action mappings etc. And while ...
SimplePermissionRule: A very simple implementation of PermissionRule. It only uses permission criteria from the Webapps module, that is, for now: - whether the user has logged in One can extend this class and adds a Role criterion when we have decided on how we're going to do that Role mechanism.
PermissionRule: Interface that defines a permission ruls, which determines whether a user has access to some part of the system.
UserGroupPermissionRule: A permission rule whose behaviour depends on whether the user is a member of a group
PermissibleExtension: An extension which can be used to stick the Permissible behaviour to any bean.
SimplePermissible: A simple implementation of Permissible.

Home | Contact Us | Privacy Policy | Terms of Service