Package org.xwiki.security.authorization
Interface SecurityAccessEntry
-
- All Superinterfaces:
SecurityEntry
public interface SecurityAccessEntry extends SecurityEntry
A security access entry is the association of a user, an entity and a security access that represent an authorization settler decision.- Since:
- 4.0M2
- Version:
- $Id: fa25f66a773f2c8f9156d5d1cc47bb7ac35d434c $
- See Also:
AbstractSecurityAccessEntry
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SecurityAccess
getAccess()
UserSecurityReference
getUserReference()
-
Methods inherited from interface org.xwiki.security.authorization.SecurityEntry
getReference
-
-
-
-
Method Detail
-
getUserReference
UserSecurityReference getUserReference()
- Returns:
- the user reference of this security access rule.
-
getAccess
SecurityAccess getAccess()
- Returns:
- the access defined by this security access rule.
-
-