Uses of Interface
org.xwiki.security.authorization.SecurityAccessEntry
-
Packages that use SecurityAccessEntry Package Description org.xwiki.security.authorization org.xwiki.security.authorization.cache -
-
Uses of SecurityAccessEntry in org.xwiki.security.authorization
Methods in org.xwiki.security.authorization that return SecurityAccessEntry Modifier and Type Method Description SecurityAccessEntryAuthorizationSettler. settle(UserSecurityReference user, Collection<GroupSecurityReference> groups, Deque<SecurityRuleEntry> securityRuleEntries)Compute the current access for the user that is a member of the given groups and on an entity which is protected by the given hierarchy of rights objects. -
Uses of SecurityAccessEntry in org.xwiki.security.authorization.cache
Methods in org.xwiki.security.authorization.cache that return SecurityAccessEntry Modifier and Type Method Description SecurityAccessEntrySecurityCache. get(UserSecurityReference user, SecurityReference entity)Get a cached entry.SecurityAccessEntrySecurityCacheLoader. load(UserSecurityReference user, SecurityReference entity)Load the cache with the required entries to look up the access for a given user on a given entity.
-