| Home >> All >> com >> RuntimeCollective >> permission >> [ action Javadoc ] |
com.RuntimeCollective.permission.action: Javadoc index of package com.RuntimeCollective.permission.action.
Package Samples:
com.RuntimeCollective.permission.action
Classes:
PermissibleAction: PermissibleActions can be extended to restrict the execution of the action to those users with suitable status. Additional constraints may be placed on the requesting user by overriding checkPermissions() . Returns: DENIED - if the user does not have sufficient status to perform this action. NOT_AUTH - if the browser must be authenticated as a user for the permissions to be checked but has not yet been authenticated in this session.
UserGroupPermissibleAction: Action to set the UserGroup permissions of a Permissible, for all actions. See UserGroupPermissibleForm. Caveat: selecting no groups for an action means all users are accepted.
AdminEditorAction: An action which ensures the user is in an Admin/Editor group type, whose name is specified in web.xml under the attribute name defined by UG_TYPE_PARAM.
AdminAction: An action which ensures the user is in the Admin group, whose name is specified in web.xml under the attribute name defined by ADMIN_GROUP_NAME_PARAM.
EditPermissibleUserGroupPermissionRuleAction: Implementation of Action to edit the PermissionRule of a Permissible, using UserGroupPermissionRules.
AddGroupToPermission: Implementation of Action that adds (or removes) a user group to a UserGroupPermissionRule
AuthenticatedAction: A base action that ensures that the requesting browser is authenticated.
| Home | Contact Us | Privacy Policy | Terms of Service |