Uses of Class
org.xwiki.security.authorization.RuleState

Packages that use RuleState
org.xwiki.security.authorization   
 

Uses of RuleState in org.xwiki.security.authorization
 

Methods in org.xwiki.security.authorization that return RuleState
 RuleState SecurityAccess.get(Right right)
          Return the rule state of a given Right.
 RuleState RightDescription.getDefaultState()
           
 RuleState Right.getDefaultState()
           
 RuleState SecurityRule.getState()
           
 RuleState RightDescription.getTieResolutionPolicy()
           
 RuleState Right.getTieResolutionPolicy()
           
static RuleState RuleState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RuleState[] RuleState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2004–2015 XWiki. All rights reserved.