Package org.xwiki.security.authorization
Interface SecurityEntry
-
- All Known Subinterfaces:
SecurityAccessEntry
,SecurityRuleEntry
,SecurityShadowEntry
public interface 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: 3859f4ba5f67b56e633d40a2948a0f664c2c197d $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SecurityReference
getReference()
-
-
-
Method Detail
-
getReference
SecurityReference getReference()
- Returns:
- the entity reference of this rule.
-
-