Asp. net-Rights Management Five sheets

Source: Internet
Author: User

five sheets of ASP. NET Rights Management Rights-Managed tables (5 tables)
some information that must be in each table
Serial number Name
Field
Type
Primary key
Default value is empty Note
1 User ID
Id
Int
Is
Null
Whether
User ID
2 User name UserName varchar (100) Whether Null Whether User name
3 User password UserPassword varchar (20) Whether Null
Whether User password
4 State Status smallint Whether Null Whether Valid 1, Invalid 0
5 Creator createuser varchar (+) no null no creator
6 Creation Date creatadate datetime no null no creation date
7 Modifier lastupdateuser varchar (+) no null no modifier
8 Modification time LastUpdateTime Datetime Whether Null Whether Modified Date
Query whether the user has permission
  
 
  1. select * from [User] u
  2. left join UserRole ur on u.ID = ur.UserID
  3. left join Role r on r.ID = ur.RoleID
  4. left join PrivilegeRole p on p.RoleID = r.RoleID
  5. left join PrivilegeRole pr on pr.PrivilegeID = p.PrivilegeID

You can determine the permissions of the UserID in the actionexceuting and decide whether to enter the action according to the permission







From for notes (Wiz)

Asp. net-Rights Management Five sheets

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.