Class AuthorizationCacheToken

  • All Implemented Interfaces:
    Serializable

    public class AuthorizationCacheToken
    extends Object
    implements Serializable
    This object holds cached entitlements data of the user We used to use bitsets, but that's unrealistic in the case of resources being added/removed For resources, we also store the rights For other entities, we only store the ID, as 99.99% of the time, we don't need the rights
    Author:
    lbornov2
    See Also:
    Serialized Form
    • Constructor Detail

      • AuthorizationCacheToken

        public AuthorizationCacheToken()