Package | Description |
---|---|
org.xwiki.security.authorization |
Modifier and Type | Method and Description |
---|---|
void |
ContextualAuthorizationManager.checkAccess(Right right)
Check if access identified by
right on the current entity is allowed in the current context. |
void |
AuthorizationManager.checkAccess(Right right,
DocumentReference userReference,
EntityReference entityReference)
Check if the user identified by
userReference has the access identified by right on the
entity identified by entityReference . |
void |
DefaultAuthorizationManager.checkAccess(Right right,
DocumentReference userReference,
EntityReference entityReference) |
void |
ContextualAuthorizationManager.checkAccess(Right right,
EntityReference entityReference)
Check if access identified by
right on the given entity is allowed in the current context. |
Copyright © 2004–2021 XWiki. All rights reserved.