Uses of Class
org.xwiki.security.authorization.AccessDeniedException
-
Packages that use AccessDeniedException Package Description org.xwiki.security.authorization -
-
Uses of AccessDeniedException in org.xwiki.security.authorization
Methods in org.xwiki.security.authorization that throw AccessDeniedException Modifier and Type Method Description voidAuthorizationManager. checkAccess(Right right, DocumentReference userReference, EntityReference entityReference)Check if the user identified byuserReferencehas the access identified byrighton the entity identified byentityReference.voidContextualAuthorizationManager. checkAccess(Right right)Check if access identified byrighton the current entity is allowed in the current context.voidContextualAuthorizationManager. checkAccess(Right right, EntityReference entityReference)Check if access identified byrighton the given entity is allowed in the current context.voidDefaultAuthorizationManager. checkAccess(Right right, DocumentReference userReference, EntityReference entityReference)
-