Uses of Class
edu.cornell.mannlib.vitro.webapp.auth.objects.AccessObject
-
Packages that use AccessObject Package Description edu.cornell.mannlib.vitro.webapp.auth.objects edu.cornell.mannlib.vitro.webapp.auth.policy edu.cornell.mannlib.vitro.webapp.auth.requestedAction -
-
Uses of AccessObject in edu.cornell.mannlib.vitro.webapp.auth.objects
Subclasses of AccessObject in edu.cornell.mannlib.vitro.webapp.auth.objects Modifier and Type Class Description classDataPropertyAccessObjectclassDataPropertyStatementAccessObjectA base class for requested actions that involve adding, editing, or dropping data property statements from a model.classFauxDataPropertyAccessObjectclassFauxDataPropertyStatementAccessObjectclassFauxObjectPropertyAccessObjectclassFauxObjectPropertyStatementAccessObjectclassIndividualAccessObjectclassNamedAccessObjectA NamedAccessObject to be used for SimplePermission.classObjectPropertyAccessObjectclassObjectPropertyStatementAccessObjectA base class for requested access objects that involve adding, editing, or deleting object property statements from a model.classRootAccessObjectShould we allow the user to edit or delete the root account? -
Uses of AccessObject in edu.cornell.mannlib.vitro.webapp.auth.policy
Methods in edu.cornell.mannlib.vitro.webapp.auth.policy with parameters of type AccessObject Modifier and Type Method Description static booleanPolicyHelper. isAuthorizedForActions(UserAccount user, AccessObject ar, AccessOperation op)static booleanPolicyHelper. isAuthorizedForActions(javax.servlet.http.HttpServletRequest req, AccessObject ar, AccessOperation operation) -
Uses of AccessObject in edu.cornell.mannlib.vitro.webapp.auth.requestedAction
Methods in edu.cornell.mannlib.vitro.webapp.auth.requestedAction that return AccessObject Modifier and Type Method Description AccessObjectAllowedAuthorizationRequest. getAccessObject()AccessObjectAndAuthorizationRequest. getAccessObject()abstract AccessObjectAuthorizationRequest. getAccessObject()AccessObjectForbiddenAuthorizationRequest. getAccessObject()AccessObjectOrAuthorizationRequest. getAccessObject()AccessObjectSimpleAuthorizationRequest. getAccessObject()AccessObjectSimpleAuthorizationRequest. getObject()Constructors in edu.cornell.mannlib.vitro.webapp.auth.requestedAction with parameters of type AccessObject Constructor Description SimpleAuthorizationRequest(AccessObject object, AccessOperation operation)
-