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$
See Also:
AbstractSecurityRuleEntry

Method Summary
 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.


Copyright © 2004-2012 XWiki. All Rights Reserved.