Package org.xwiki.security.authorization
Interface SecurityRuleEntry
-
- All Superinterfaces:
SecurityEntry
public interface SecurityRuleEntry extends SecurityEntry
A security entry is the association of an entity and a set of security rules that constitute a elementary declarative information for the security settler to compute the security access of users.- Since:
- 4.0M2
- Version:
- $Id: ccfd18598f28984a292a793f16da903bd40a8b10 $
- See Also:
AbstractSecurityRuleEntry
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<SecurityRule>
getRules()
boolean
isEmpty()
-
Methods inherited from interface org.xwiki.security.authorization.SecurityEntry
getReference
-
-
-
-
Method Detail
-
getRules
Collection<SecurityRule> getRules()
- Returns:
- the collection of security rules defined by this rule entry.
-
isEmpty
boolean isEmpty()
- Returns:
true
if there is no rule in this entry.
-
-