class UserPolicy
Determine if the given user can create users.
Determine if the given user can update the user.
Determine if the given user can delete the user.
bool create(User$user)
bool update(User$user,User$updateUser)
bool destroy(User$user,User$destroyUser)