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 void
AuthorizationManager. checkAccess(Right right, DocumentReference userReference, EntityReference entityReference)
Check if the user identified byuserReference
has the access identified byright
on the entity identified byentityReference
.void
ContextualAuthorizationManager. checkAccess(Right right)
Check if access identified byright
on the current entity is allowed in the current context.void
ContextualAuthorizationManager. checkAccess(Right right, EntityReference entityReference)
Check if access identified byright
on the given entity is allowed in the current context.void
DefaultAuthorizationManager. checkAccess(Right right, DocumentReference userReference, EntityReference entityReference)
-