Uses of Interface
org.xwiki.security.authorization.RightDescription
-
Packages that use RightDescription Package Description org.xwiki.security.authorization -
-
Uses of RightDescription in org.xwiki.security.authorization
Classes in org.xwiki.security.authorization that implement RightDescription Modifier and Type Class Description classRightEnumeration of the possible rights.Methods in org.xwiki.security.authorization with parameters of type RightDescription 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)Constructors in org.xwiki.security.authorization with parameters of type RightDescription Constructor Description UnableToRegisterRightException(RightDescription right, Throwable t)
-