C H O R V W 
All Classes All Packages

C

ConfigurationRight - Enum in org.xwiki.configuration
Rights available for a configuration.
ConfigurationSourceAuthorization - Interface in org.xwiki.configuration
Provides authorization for a given ConfigurationSource.

H

hasAccess(String, UserReference, ConfigurationRight) - Method in interface org.xwiki.configuration.ConfigurationSourceAuthorization
 

O

org.xwiki.configuration - package org.xwiki.configuration
 

R

READ - org.xwiki.configuration.ConfigurationRight
The configuration can be read from.

V

valueOf(String) - Static method in enum org.xwiki.configuration.ConfigurationRight
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.xwiki.configuration.ConfigurationRight
Returns an array containing the constants of this enum type, in the order they are declared.

W

WRITE - org.xwiki.configuration.ConfigurationRight
The configuration can be written to.
C H O R V W 
All Classes All Packages