You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// PutUser introduce new user into database
PutUser(user *types.User, acl *types.AccessControl) error
// GetUser obtain user's record from database
GetUser(userID string) (*types.User, error)
// RemoveUser delete existing user from the database
RemoveUser(userID string) error
Scenario 1: Testing the Access Control on Read and Write to Database
Create databases
Create users with the required certificates and different access control permissions
Test whether the access control logic on databases work
Scenario 2: Testing User Updates
Create users with the required certificates and access control privileges
Updates users' certificate and access control privileges
Test whether the update executed successfully
Scenario 3: Testing User Removal
Create users with the required certificates and access control privileges
No description provided.
The text was updated successfully, but these errors were encountered: