Package | Description |
---|---|
org.xwiki.security | |
org.xwiki.security.authorization |
Modifier and Type | Method and Description |
---|---|
GroupSecurityReference |
DefaultSecurityReferenceFactory.newGroupReference(DocumentReference reference) |
GroupSecurityReference |
SecurityReferenceFactory.newGroupReference(DocumentReference reference)
Returns a
GroupSecurityReference for the provided group document reference. |
Modifier and Type | Method and Description |
---|---|
boolean |
SecurityRule.match(GroupSecurityReference group)
Check if this rule match the given group.
|
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.
|
Copyright © 2004–2021 XWiki. All rights reserved.