I want to create a bit, that will contain security permissions for a given user.
In c#, I would do this by creating an enumeration, and then I would do some bit banging
Ryan Bates talks about using bitwise operations for embedding associations in this podcast. You can read text version here.