org.xwiki.security.authorization
Interface SecurityAccess

All Superinterfaces:
Cloneable

public interface SecurityAccess
extends Cloneable

Provide the allow/deny/undetermined state of a full set of rights.

Since:
4.0M2
Version:
$Id: 6fe9d98982dcff21a6dfaf82b919e076973d888a $

Method Summary
 RuleState get(Right right)
          Return the rule state of a given Right.
 

Method Detail

get

RuleState get(Right right)
Return the rule state of a given Right.

Parameters:
right - the right to retrieve.
Returns:
the state of this right.


Copyright © 2004–2015 XWiki. All rights reserved.