Access policy consolidation for event processing systems

30
ACCESS POLICY CONSOLIDATION FOR EVENT PROCESSING SYSTEMS VI- Semester MCA Dissertation Report on Student Name:- VIVEK KUMAR (1AZ11MCA66) Project Guide Prof. Rajesh Rao K. Department of MCA Acharya Institute of Technology

description

project work

Transcript of Access policy consolidation for event processing systems

Page 1: Access policy consolidation for event processing systems

ACCESS POLICY CONSOLIDATION FOR EVENT PROCESSING SYSTEMS

VI- Semester MCA Dissertation Report on

Student Name:- VIVEK KUMAR (1AZ11MCA66)

Project Guide Prof. Rajesh Rao K.

Department of MCA Acharya Institute of Technology

Page 2: Access policy consolidation for event processing systems

CONTENTS Introduction

Existing System

Proposed System

System Requirements Specification

Modules

System Design

Screen Shots

Test Cases

Conclusion

Page 3: Access policy consolidation for event processing systems

INTRODUCTION The project ACCESS POLICY CONSOLIDATION FOR

EVENT PROCESSING SYSTEMS deals with the manufacturer, shipping company and customers about the product’s buy or sale of establishments online.

Event processing systems respond to events in the system’s environment or user interface.

The key characteristic of event processing systems is that the timing of events is unpredictable and the system must be able to cope with these events when they occur.

Page 4: Access policy consolidation for event processing systems

INTRODUCTION CONT…

In business processes, it is necessary to detect inconsistencies or failures early. For example, in manufacturing and logistics processes, items are tracked continuously to detect loss or to reroute them during transport. To answer this need complex event processing (CEP) systems have evolved as a key paradigm for business and industrial applications.

CEP systems allow to detect situations by performing operations on event streams which emerge from sensors all over the world, e.g. from packet tracking devices.

Page 5: Access policy consolidation for event processing systems

EXISTING SYSTEMS

Current event processing systems lack methods to preserve privacy constraints of incoming event streams in a chain of subsequently applied stream operations.

This is a problem in large-scale distributed applications like a logistic chain where event processing operators may be spread over multiple security domains.

An adversary can guess from legally received outgoing event streams confidential input streams of the event processing system.

Page 6: Access policy consolidation for event processing systems

PROPOSED SYSTEM

This project presents a fine-grained access management for complex event processing.

Each incoming event stream can be protected by the specification of an access policy.

The utility of the event processing system is increased by providing and computing in a scalable manner.

Page 7: Access policy consolidation for event processing systems

HARDWARE-SOFTWARE REQUIREMENT SPECIFICATION

Software Requirements

Operating System - Windows XP /7/8 Application Server - Apache Tomcat 6.0 Front End - HTML, Java Server side Script - Java Server Pages. Database - MySQL Software Tools - Eclipse IDE Database Connectivity - JDBC.

Page 8: Access policy consolidation for event processing systems

HARDWARE-SOFTWARE REQUIREMENT SPECIFICATION

Hardware Requirements

• Processor - Pentium IV or above

• Speed - 1.1 GHz

• RAM - 512 MB or above

• Hard Disk - 20 GB or above

• Key Board - Standard Windows Keyboard

• Mouse - Two or Three Button Mouse

Page 9: Access policy consolidation for event processing systems

MODULES

Modules in this project are:

Event Processing Manufacturer Shipping Company Customer

Page 10: Access policy consolidation for event processing systems

MODULES DESCRIPTION Event Processing:- Event processing systems respond to events in

the system’s environment or user interface. The key characteristic of event processing systems is that the timing of events is unpredictable and the system must be able to cope with these events when they occur.

Manufacturer:- In this module manufacturer, insert the product details. The shipping company will forward the request to manufacturer sent by customer. So manufacturer can view product request from shipping company. The manufacturer will send the product details to shipping company to delivery date and pickup time means the manufacturer will send the export details.

Page 11: Access policy consolidation for event processing systems

MODULE DESCRIPTION CONT…

Shipping Company:- The customer can request a product from shipping company. So, in this module shipping company, view product request from customer. Then the shipping company forwards the request to manufacturer or rejects the request. So as per the product details sent by manufacturer the shipping company delivers the product.

Customer:- In this module customer, views the product details. If the customer likes to purchase any product then the customer order the product from Ship Company. The customer can also view the order from Ship Company. Customer views the import details.

Page 12: Access policy consolidation for event processing systems

E-R DIAGRAM

Page 13: Access policy consolidation for event processing systems

USE-CASE DIAGRAM

Page 14: Access policy consolidation for event processing systems

CLASS DIAGRAM

Page 15: Access policy consolidation for event processing systems

SEQUENCE DIAGRAM

Page 16: Access policy consolidation for event processing systems

SCREEN SHOTLogin Page

Page 17: Access policy consolidation for event processing systems

SCREEN SHOTSRegistration Page

Page 18: Access policy consolidation for event processing systems

SCREEN SHOTSCustomer’s Homepage

Page 19: Access policy consolidation for event processing systems

SCREEN SHOTSProduct Details Page

Page 20: Access policy consolidation for event processing systems

SCREEN SHOTSBooking Order Page

Page 21: Access policy consolidation for event processing systems

SCREEN SHOTSShipping Company’s Homepage

Page 22: Access policy consolidation for event processing systems

SCREEN SHOTSProduct Request Page

Page 23: Access policy consolidation for event processing systems

SCREEN SHOTSSend Order to Manufacturer

Page 24: Access policy consolidation for event processing systems

SCREEN SHOTSManufacturer’s Homepage

Page 25: Access policy consolidation for event processing systems

SCREEN SHOTSInsert Product Details

Page 26: Access policy consolidation for event processing systems

SCREEN SHOTSProduct Request Details

Page 27: Access policy consolidation for event processing systems

SCREEN SHOTSStatus of Requested Product

Page 28: Access policy consolidation for event processing systems

TEST CASES

Input Input Description

Excepted Value

Actual Result

Pass /Fail Remarks

Positive

Input

user name:

manufacturer

It should be accepted Accepted P Login

(Next Page)

Negative

Input

user name: user It shouldn’t be accepted Not

Accepted

P Invalid

username or

password

Negative

Input

user name:

“Empty”

It shouldn’t be accepted Not

Accepted

P Invalid

username or

password

Positive

Input

password:

********

It should be accepted Accepted P Hidden

password

Negative

Input

password:

“Empty”

It shouldn’t be accepted Not

Accepted

P Invalid

username or

password

Page 29: Access policy consolidation for event processing systems

CONCLUSION

This project addressed the inheritance and consolidation of access policies in heterogeneous CEP systems.

We identified a lack of security in multi-hop event processing networks and proposed a solution to close this gap.

More specific, we presented an approach that allows the inheritance of access requirements, when events are correlated to complex events.

Page 30: Access policy consolidation for event processing systems

THANK YOU