| Class | Description |
|---|---|
| BaseSelfEditingPolicy |
A base class with utility methods for policies involving self-editing.
|
| BasicPolicyDecision |
Represents the result of querying a Policy for permission to perform
a RequestedAction.
|
| CompositPolicyDecision |
Policy decision that is made from some analysis of a set of decisions.
|
| DisplayRestrictedDataToSelfPolicy |
Permit display of various data if it relates to the user's associated
individual.
|
| PermissionsPolicy |
The user is authorized to perform the RequestedAction if one of his
Permissions will authorize it.
|
| PolicyDecisionLogger |
If enabled in the developer settings (and log levels), log each
PolicyDecision (subject to restrictions).
|
| PolicyHelper |
A collection of static methods to help determine whether requested actions
are authorized by current policy.
|
| PolicyList |
This is a List of Policy Objects that implements PolciyIface.
|
| RequestPolicyList |
Allow us to store policies in a Request, in addition to those in the
ServletContext
|
| RestrictHomeMenuItemEditingPolicy |
Don't allow user to edit or drop the HomeMenuItem statement.
|
| RestrictHomeMenuItemEditingPolicy.Setup | |
| RootUserPolicy |
If the user has an IsRootUser identifier, they can do anything!
On setup, check to see that the specified root user exists.
|
| RootUserPolicy.Setup | |
| SelfEditingPolicy |
Policy to use for Vivo Self-Editing based on NetId for use at Cornell.
|
| ServletPolicyList |
This maintains a PolicyList in the ServletContext.
|
Copyright © 2022. All rights reserved.