Report On SJM Module-11 (User Access Control) : By: B.Mahesh (201285007) K.Divya (201285030) P.Rajesh (201285104)

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 7

Report On SJM Module-11[User Access Control]

By: B.Mahesh[201285007] K.Divya[201285030] P.Rajesh[201285104]

Contents
Abstract..3 Technologies used. 4 Individual Contribution...5

Abstract:
We are assigned project User Access Control, To create a super user (Admin) and facilitate add users and assign roles to them and control activities of those users according to roles assigned to them. Functionality: Admin logs in and he will be redirected to add users and give permissions to users to perform functionalities according to roles. When user added by admin want to perform a task authentication check will be done according to permissions given.

Technologies Used:
HTML Hyper Text Markup Language (HTML) is the main markup language for creating web pages and other information that can be displayed in a web browser. Servlets The servlet is a Java programming language class used to extend the capabilities of a server. Although servlets can respond to any types of requests, they are commonly used to extend the applications hosted by web servers JavaScript JavaScript (JS) is an interpreted computer programming language .As part of web browsers, implementations allow client-side scripts to interact with the user control the browser, communicate asynchronously, and alter the document content that is displayed Google App Engine Google App Engine lets you run web applications on Google's infrastructure. App Engine applications are easy to build, easy to maintain, and easy to scale as your traffic and data storage needs grow. With App Engine, there are no servers to maintain: You just upload your application, and it's ready to serve your users Google Data store Google Cloud Data store is a fully managed, schema less database for storing non-relational data. Cloud Data store automatically scales with your users and supports transactions, as well as robust queries.

Individual Contribution:
201285007 Mahesh b Implemented Data store to store user details and permissions assigned to them, retrieve them while user performing functionalities according to his assigned duties or not. 201285030 Divya K Implement Java script to perform validations when admin creating users 201285104 Rajesh P Created UI using HTML 5 to add users by admin and assign permissions according to role

You might also like