- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Login Authentication System Class Diagram describes the structure of a Login Authentication System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Login Authentication System are Username, Password, Email, Changing Password, Permission, Groups.
Classes of Login Authentication System Class Diagram:
- Username Class : Manage all the operations of Username
- Password Class : Manage all the operations of Password
- Email Class : Manage all the operations of Email
- Changing Password Class : Manage all the operations of Changing Password
- Permission Class : Manage all the operations of Permission
- Groups Class : Manage all the operations of Groups
Classes and their attributes of Login Authentication System Class Diagram:
- Username Attributes : user_id, user_name, user_mobile, user_email, user_username, user_password, user_address
- Password Attributes : password_id, password_user_id, password_name, password_type, password_description
- Email Attributes : email_id, email_user_id, email_name, email_type, email_description
- Changing Password Attributes : changing_password_id, changing_password_user_id, changing_password_name, changing_password_type, changing_password_description
- Permission Attributes : permission_id, permission_user_id, permission_name, permission_type, permission_description
- Groups Attributes : group_id, group_name, group_type, group_description
Classes and their methods of Login Authentication System Class Diagram:
- Username Methods : addUsername(), editUsername(), deleteUsername(), updateUsername(), saveUsername(), searchUsername()
- Password Methods : addPassword(), editPassword(), deletePassword(), updatePassword(), savePassword(), searchPassword()
- Email Methods : addEmail(), editEmail(), deleteEmail(), updateEmail(), saveEmail(), searchEmail()
- Changing Password Methods : addChanging Password(), editChanging Password(), deleteChanging Password(), updateChanging Password(), saveChanging Password(), searchChanging Password()
- Permission Methods : addPermission(), editPermission(), deletePermission(), updatePermission(), savePermission(), searchPermission()
- Groups Methods : addGroups(), editGroups(), deleteGroups(), updateGroups(), saveGroups(), searchGroups()
Class Diagram of Login Authentication System :
Class Diagram Image: