Uses of Class
edu.cornell.mannlib.vitro.webapp.auth.requestedAction.RequestedAction
-
-
Uses of RequestedAction in edu.cornell.mannlib.vitro.webapp.auth.permissions
Fields in edu.cornell.mannlib.vitro.webapp.auth.permissions declared as RequestedAction Modifier and Type Field Description RequestedActionSimplePermission. ACTIONMethods in edu.cornell.mannlib.vitro.webapp.auth.permissions with parameters of type RequestedAction Modifier and Type Method Description booleanBrokenPermission. isAuthorized(RequestedAction whatToAuth)booleanDisplayByRolePermission. isAuthorized(RequestedAction whatToAuth)booleanEditByRolePermission. isAuthorized(RequestedAction whatToAuth)If the requested action is to edit a property statement, we might authorize it based on their role level.abstract booleanPermission. isAuthorized(RequestedAction whatToAuth)Is a user with this Permission authorized to perform this RequestedAction?booleanPublishByRolePermission. isAuthorized(RequestedAction whatToAuth)booleanSimplePermission. isAuthorized(RequestedAction whatToAuth) -
Uses of RequestedAction in edu.cornell.mannlib.vitro.webapp.auth.policy
Methods in edu.cornell.mannlib.vitro.webapp.auth.policy with parameters of type RequestedAction Modifier and Type Method Description PolicyDecisionDisplayRestrictedDataToSelfPolicy. isAuthorized(IdentifierBundle whoToAuth, RequestedAction whatToAuth)If the requested action is to display a property or a property statement, we might authorize it based on their role level.PolicyDecisionPermissionsPolicy. isAuthorized(IdentifierBundle whoToAuth, RequestedAction whatToAuth)PolicyDecisionPolicyList. isAuthorized(IdentifierBundle whoToAuth, RequestedAction whatToAuth)PolicyDecisionRestrictHomeMenuItemEditingPolicy. isAuthorized(IdentifierBundle whoToAuth, RequestedAction whatToAuth)PolicyDecisionRootUserPolicy. isAuthorized(IdentifierBundle whoToAuth, RequestedAction whatToAuth)This is the entire policy.PolicyDecisionSelfEditingPolicy. isAuthorized(IdentifierBundle whoToAuth, RequestedAction whatToAuth)Constructors in edu.cornell.mannlib.vitro.webapp.auth.policy with parameters of type RequestedAction Constructor Description PolicyDecisionLogger(IdentifierBundle whoToAuth, RequestedAction whatToAuth) -
Uses of RequestedAction in edu.cornell.mannlib.vitro.webapp.auth.policy.ifaces
Methods in edu.cornell.mannlib.vitro.webapp.auth.policy.ifaces with parameters of type RequestedAction Modifier and Type Method Description PolicyDecisionPolicyIface. isAuthorized(IdentifierBundle whoToAuth, RequestedAction whatToAuth) -
Uses of RequestedAction in edu.cornell.mannlib.vitro.webapp.auth.requestedAction
Subclasses of RequestedAction in edu.cornell.mannlib.vitro.webapp.auth.requestedAction Modifier and Type Class Description classSimpleRequestedActionA RequestedAction that can be recognized by a SimplePermission. -
Uses of RequestedAction in edu.cornell.mannlib.vitro.webapp.auth.requestedAction.admin
Subclasses of RequestedAction in edu.cornell.mannlib.vitro.webapp.auth.requestedAction.admin Modifier and Type Class Description classAddNewUserShould we allow the user to create a user account?classLoadOntologyShould we allow the user to load an ontology?classRebuildTextIndexclassRemoveUserShould we allow the user to remove a user accountclassServerStatusShould we allow the user to view information about the server status?classUpdateTextIndexclassUploadFileShould we allow the user to upload a file? -
Uses of RequestedAction in edu.cornell.mannlib.vitro.webapp.auth.requestedAction.display
Subclasses of RequestedAction in edu.cornell.mannlib.vitro.webapp.auth.requestedAction.display Modifier and Type Class Description classDisplayDataPropertyShould we allow the user to see this DataProperty?classDisplayDataPropertyStatementShould we let the user see this DataPropertyStatement?classDisplayObjectPropertyShould we allow the user to see this ObjectProperty?classDisplayObjectPropertyStatementShould we let the user see this ObjectPropertyStatement? -
Uses of RequestedAction in edu.cornell.mannlib.vitro.webapp.auth.requestedAction.ifaces
Subclasses of RequestedAction in edu.cornell.mannlib.vitro.webapp.auth.requestedAction.ifaces Modifier and Type Class Description classSingleParameterActionA base class for actions that involve a single URI. -
Uses of RequestedAction in edu.cornell.mannlib.vitro.webapp.auth.requestedAction.ontology
Subclasses of RequestedAction in edu.cornell.mannlib.vitro.webapp.auth.requestedAction.ontology Modifier and Type Class Description classCreateOwlClassShould we allow the user to create a new class in the ontology?classDefineDataPropertyShould we allow the user to define a data property in the ontology?classDefineObjectPropertyShould we allow the user to define a new object property in the ontology?classRemoveOwlClassShould we allow the user to remove a class from the ontology? -
Uses of RequestedAction in edu.cornell.mannlib.vitro.webapp.auth.requestedAction.propstmt
Subclasses of RequestedAction in edu.cornell.mannlib.vitro.webapp.auth.requestedAction.propstmt Modifier and Type Class Description classAbstractDataPropertyStatementActionA base class for requested actions that involve adding, editing, or dropping data property statements from a model.classAbstractObjectPropertyStatementActionA base class for requested actions that involve adding, editing, or deleting object property statements from a model.classAbstractPropertyStatementActionA base class for requested actions that involve adding, editing, or deleting statements from a model.classAddDataPropertyStatementShould we allow the user to add this DataPropertyStatement to this model?classAddObjectPropertyStatementShould we allow the user to add this ObjectPropertyStatement to this model?classDropDataPropertyStatementShould we allow the user to delete this DataPropertyStatement from this model?classDropObjectPropertyStatementShould we allow the user to delete this ObjectPropertyStatement from this model?classEditDataPropertyStatementShould we allow the user to edit this DataPropertyStatement in this model?classEditObjectPropertyStatementShould we allow the user to edit this ObjectPropertyStatement in this model? -
Uses of RequestedAction in edu.cornell.mannlib.vitro.webapp.auth.requestedAction.publish
Subclasses of RequestedAction in edu.cornell.mannlib.vitro.webapp.auth.requestedAction.publish Modifier and Type Class Description classPublishDataPropertyShould we allow the user to publish this DataProperty in Linked Open Data?classPublishDataPropertyStatementShould we publish this DataPropertyStatement in a Linked Open Data request from the current user?classPublishObjectPropertyShould we allow the user to publish this ObjectProperty in Linked Open Data?classPublishObjectPropertyStatementShould we publish this ObjectPropertyStatement in a Linked Open Data request from the current user? -
Uses of RequestedAction in edu.cornell.mannlib.vitro.webapp.auth.requestedAction.resource
Subclasses of RequestedAction in edu.cornell.mannlib.vitro.webapp.auth.requestedAction.resource Modifier and Type Class Description classAbstractResourceActionA common base class for resource-related actions.classAddResourceShould we allow the user to add a Resource to the model?classDropResourceShould we allow the user to delete a Resource from the model? -
Uses of RequestedAction in edu.cornell.mannlib.vitro.webapp.auth.requestedAction.usepages
Subclasses of RequestedAction in edu.cornell.mannlib.vitro.webapp.auth.requestedAction.usepages Modifier and Type Class Description classManageRootAccountShould we allow the user to edit or delete the root account? -
Uses of RequestedAction in edu.cornell.mannlib.vitro.webapp.controller.freemarker.responsevalues
Methods in edu.cornell.mannlib.vitro.webapp.controller.freemarker.responsevalues that return RequestedAction Modifier and Type Method Description RequestedActionNotAuthorizedResponseValues. getUnauthorizedAction() -
Uses of RequestedAction in edu.cornell.mannlib.vitro.webapp.search.controller
Fields in edu.cornell.mannlib.vitro.webapp.search.controller declared as RequestedAction Modifier and Type Field Description static RequestedActionIndexController. REQUIRED_ACTIONS
-