Uses of Class
org.xwiki.security.authorization.RuleState
-
Packages that use RuleState Package Description org.xwiki.security.authorization -
-
Uses of RuleState in org.xwiki.security.authorization
Methods in org.xwiki.security.authorization that return RuleState Modifier and Type Method Description RuleState
SecurityAccess. get(Right right)
Return the rule state of a givenRight
.RuleState
Right. getDefaultState()
RuleState
RightDescription. getDefaultState()
RuleState
SecurityRule. getState()
RuleState
Right. getTieResolutionPolicy()
RuleState
RightDescription. 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.
-