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

Packages that use SecurityRuleEntry
org.xwiki.security.authorization   
org.xwiki.security.authorization.cache   
 

Uses of SecurityRuleEntry in org.xwiki.security.authorization
 

Methods in org.xwiki.security.authorization that return SecurityRuleEntry
 SecurityRuleEntry SecurityEntryReader.read(SecurityReference entityReference)
          Read a collection of rules attached to a given entity.
 

Method parameters in org.xwiki.security.authorization with type arguments of type SecurityRuleEntry
 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 SecurityRuleEntry in org.xwiki.security.authorization.cache
 

Methods in org.xwiki.security.authorization.cache that return SecurityRuleEntry
 SecurityRuleEntry SecurityCache.get(SecurityReference entity)
          Get a cached entry.
 



Copyright © 2004–2014 XWiki. All rights reserved.