Uses of Class
org.xwiki.configuration.ConfigurationRight
-
-
Uses of ConfigurationRight in org.xwiki.configuration
Methods in org.xwiki.configuration that return ConfigurationRight Modifier and Type Method Description static ConfigurationRight
ConfigurationRight. valueOf(String name)
Returns the enum constant of this type with the specified name.static ConfigurationRight[]
ConfigurationRight. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.xwiki.configuration with parameters of type ConfigurationRight Modifier and Type Method Description boolean
ConfigurationSourceAuthorization. hasAccess(String key, UserReference userReference, ConfigurationRight right)
-