public interface RightDescription
Modifier and Type | Method and Description |
---|---|
RuleState |
getDefaultState() |
Set<Right> |
getImpliedRights() |
boolean |
getInheritanceOverridePolicy() |
String |
getName() |
Set<EntityType> |
getTargetedEntityType() |
RuleState |
getTieResolutionPolicy() |
boolean |
isReadOnly()
Used to check if this right should be allowed when the wiki is in read-only mode.
|
String getName()
RuleState getDefaultState()
RuleState.ALLOW
or RuleState.DENY
.RuleState getTieResolutionPolicy()
boolean getInheritanceOverridePolicy()
Set<Right> getImpliedRights()
null
instead of an empty set.Set<EntityType> getTargetedEntityType()
boolean isReadOnly()
Copyright © 2004–2022 XWiki. All rights reserved.