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$
- See Also:
AbstractSecurityAccessEntry
getUserReference
UserSecurityReference getUserReference()
- Returns:
- the user reference of this security access rule.
getAccess
SecurityAccess getAccess()
- Returns:
- the access defined by this security access rule.
Copyright © 2004-2012 XWiki. All Rights Reserved.