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 class
Right
Enumeration of the possible rights.Methods in org.xwiki.security.authorization with parameters of type RightDescription 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)
Constructors in org.xwiki.security.authorization with parameters of type RightDescription Constructor Description UnableToRegisterRightException(RightDescription right, Throwable t)
-