Uses of Interface
org.xwiki.security.authorization.SecurityRuleEntry
-
Packages that use SecurityRuleEntry Package Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description SecurityRuleEntry
SecurityCache. get(SecurityReference entity)
Get a cached entry.
-