Uses of Class
org.xwiki.security.authorization.UnableToRegisterRightException
-
Packages that use UnableToRegisterRightException Package Description org.xwiki.security.authorization -
-
Uses of UnableToRegisterRightException in org.xwiki.security.authorization
Methods in org.xwiki.security.authorization that throw UnableToRegisterRightException Modifier and Type Method Description RightAuthorizationManager. register(RightDescription rightDescription)Register a new customRight.default RightAuthorizationManager. register(RightDescription rightDescription, Set<Right> impliedByRights)Register a new customRightand add it as an implied right to the given set of rights.RightDefaultAuthorizationManager. register(RightDescription rightDescription)RightDefaultAuthorizationManager. register(RightDescription rightDescription, Set<Right> impliedByRights)
-