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 Right
AuthorizationManager. register(RightDescription rightDescription)
Register a new customRight
.default Right
AuthorizationManager. register(RightDescription rightDescription, Set<Right> impliedByRights)
Register a new customRight
and add it as an implied right to the given set of rights.Right
DefaultAuthorizationManager. register(RightDescription rightDescription)
Right
DefaultAuthorizationManager. register(RightDescription rightDescription, Set<Right> impliedByRights)
-