Details
-
Improvement
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
None
-
None
Description
I would like to add a cache to PrivilegeBits for the 'long' representation of the privileges. The current one is [String -> PrivilegeBits], but the apis allow for creating PrivilegeBits out of long values (depending on the bits operation).
Also, the existing cache is currently exposed as a public map, this needs to be turned into an immutable version to prevent changes.