Uses of Class
edu.cornell.mannlib.vitro.webapp.auth.attributes.AccessOperation
-
Packages that use AccessOperation Package Description edu.cornell.mannlib.vitro.webapp.auth.attributes edu.cornell.mannlib.vitro.webapp.auth.policy edu.cornell.mannlib.vitro.webapp.auth.requestedAction -
-
Uses of AccessOperation in edu.cornell.mannlib.vitro.webapp.auth.attributes
Methods in edu.cornell.mannlib.vitro.webapp.auth.attributes that return AccessOperation Modifier and Type Method Description AccessOperationAttributeValueKey. getAccessOperation()static AccessOperationAccessOperation. valueOf(String name)Returns the enum constant of this type with the specified name.static AccessOperation[]AccessOperation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in edu.cornell.mannlib.vitro.webapp.auth.attributes that return types with arguments of type AccessOperation Modifier and Type Method Description static List<AccessOperation>AccessOperation. getOperations(AccessObjectType aot)static Set<AccessOperation>OperationGroup. getOperations(OperationGroup og)Methods in edu.cornell.mannlib.vitro.webapp.auth.attributes with parameters of type AccessOperation Modifier and Type Method Description voidAttributeValueKey. setOperation(AccessOperation ao)Constructors in edu.cornell.mannlib.vitro.webapp.auth.attributes with parameters of type AccessOperation Constructor Description AttributeValueKey(AccessOperation ao, AccessObjectType aot, String role, String type, String... namedKeyComponents)AttributeValueKey(AccessOperation ao, AccessObjectType aot, String role, String type, Set<String> namedKeyComponents) -
Uses of AccessOperation in edu.cornell.mannlib.vitro.webapp.auth.policy
Methods in edu.cornell.mannlib.vitro.webapp.auth.policy with parameters of type AccessOperation Modifier and Type Method Description voidPolicyLoader. addEntityToPolicyDataSet(String entityUri, AccessObjectType aot, AccessOperation ao, String role)Set<String>PolicyLoader. getDataSetValues(AccessOperation ao, AccessObjectType aot, String role)static voidEntityPolicyController. getDataValueStatements(String entityUri, AccessObjectType aot, AccessOperation ao, Set<String> selectedRoles, StringBuilder sb, String... namedKeyComponents)StringPolicyLoader. getEntityValueSetUri(AccessOperation ao, AccessObjectType aot, String role, String... namedKeyComponents)static List<String>EntityPolicyController. getGrantedRoles(String entityUri, AccessOperation ao, AccessObjectType aot, List<String> allRoles)static voidEntityPolicyController. grantAccess(String entityUri, AccessObjectType aot, AccessOperation ao, String role, String... namedKeyComponents)static booleanPolicyHelper. isAuthorizedForActions(UserAccount user, AccessObject ar, AccessOperation op)static booleanPolicyHelper. isAuthorizedForActions(javax.servlet.http.HttpServletRequest req, AccessObject ar, AccessOperation operation)static booleanEntityPolicyController. isGranted(String entityUri, AccessObjectType aot, AccessOperation ao, String role, String... namedKeyComponents)voidPolicyLoader. modifyPolicyDataSetValue(String entityUri, AccessOperation ao, AccessObjectType aot, String role, boolean isAdd)voidPolicyLoader. removeEntityFromPolicyDataSet(String entityUri, AccessObjectType aot, AccessOperation ao, String role)static voidEntityPolicyController. revokeAccess(String entityUri, AccessObjectType aot, AccessOperation ao, String role, String... namedKeyComponents)static voidEntityPolicyController. updateEntityDataSet(String entityUri, AccessObjectType aot, AccessOperation ao, List<String> selectedRoles, List<String> roles) -
Uses of AccessOperation in edu.cornell.mannlib.vitro.webapp.auth.requestedAction
Methods in edu.cornell.mannlib.vitro.webapp.auth.requestedAction that return AccessOperation Modifier and Type Method Description AccessOperationAllowedAuthorizationRequest. getAccessOperation()AccessOperationAndAuthorizationRequest. getAccessOperation()abstract AccessOperationAuthorizationRequest. getAccessOperation()AccessOperationForbiddenAuthorizationRequest. getAccessOperation()AccessOperationOrAuthorizationRequest. getAccessOperation()AccessOperationSimpleAuthorizationRequest. getAccessOperation()AccessOperationSimpleAuthorizationRequest. getOperation()Constructors in edu.cornell.mannlib.vitro.webapp.auth.requestedAction with parameters of type AccessOperation Constructor Description SimpleAuthorizationRequest(AccessObject object, AccessOperation operation)
-