Uses of Interface
org.xwiki.security.authorization.SecurityAccessEntry

Packages that use SecurityAccessEntry
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
 SecurityAccessEntry AuthorizationSettler.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
 SecurityAccessEntry SecurityCache.get(UserSecurityReference user, SecurityReference entity)
          Get a cached entry.
 SecurityAccessEntry SecurityCacheLoader.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.
 



Copyright © 2004–2014 XWiki. All rights reserved.