Uses of Class
org.xwiki.security.GroupSecurityReference

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

Uses of GroupSecurityReference in org.xwiki.security
 

Methods in org.xwiki.security that return GroupSecurityReference
 GroupSecurityReference DefaultSecurityReferenceFactory.newGroupReference(DocumentReference reference)
           
 GroupSecurityReference SecurityReferenceFactory.newGroupReference(DocumentReference reference)
          Returns a GroupSecurityReference for the provided group document reference.
 

Uses of GroupSecurityReference in org.xwiki.security.authorization
 

Methods in org.xwiki.security.authorization with parameters of type GroupSecurityReference
 boolean SecurityRule.match(GroupSecurityReference group)
          Check if this rule match the given group.
 

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

Method parameters in org.xwiki.security.authorization.cache with type arguments of type GroupSecurityReference
 void SecurityCache.add(SecurityRuleEntry entry, Collection<GroupSecurityReference> groups)
          Add a user entry to this cache.
 



Copyright © 2004-2012 XWiki. All Rights Reserved.