| Package | Description |
|---|---|
| org.xwiki.security.authorization | |
| org.xwiki.security.authorization.cache |
| Modifier and Type | Method and Description |
|---|---|
SecurityAccessEntry |
AuthorizationSettler.settle(UserSecurityReference user,
Collection<GroupSecurityReference> groups,
Deque<SecurityRuleEntry> securityRuleEntries)
Compute the current access for the user that is a member
of the given groups and on an entity which is protected by the
given hierarchy of rights objects.
|
| Modifier and Type | Method and Description |
|---|---|
SecurityAccessEntry |
SecurityCache.get(UserSecurityReference user,
SecurityReference entity)
Get a cached entry.
|
SecurityAccessEntry |
SecurityCacheLoader.load(UserSecurityReference user,
SecurityReference entity)
Load the cache with the required entries to look up the access
for a given user on a given entity.
|
Copyright © 2004–2019 XWiki. All rights reserved.