Class UserRightsCache
- java.lang.Object
-
- de.hybris.platform.cockpit.services.impl.UserRightsCache
-
public class UserRightsCache extends java.lang.ObjectCache of type based user rights for a single principal. Should be used on session or request scope.
-
-
Constructor Summary
Constructors Constructor Description UserRightsCache()UserRightsCache(int maxSize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddRight(PK relatedObject, java.lang.String right, boolean value)voidclear()java.lang.BooleangetRight(PK relatedObject, java.lang.String right)
-