Uses of Class
org.xwiki.security.GroupSecurityReference

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

Uses of GroupSecurityReference in org.xwiki.security
 

Methods in org.xwiki.security that return GroupSecurityReference
 GroupSecurityReference SecurityReferenceFactory.newGroupReference(DocumentReference reference)
          Returns a GroupSecurityReference for the provided group document reference.
 GroupSecurityReference DefaultSecurityReferenceFactory.newGroupReference(DocumentReference 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.
 



Copyright © 2004–2015 XWiki. All rights reserved.