| Package | Description | 
|---|---|
| org.apache.wiki.auth.permissions | 
| Modifier and Type | Field and Description | 
|---|---|
static PagePermission | 
PagePermission.COMMENT
A static instance of the comment permission. 
 | 
static PagePermission | 
PagePermission.DELETE
A static instance of the delete permission. 
 | 
static PagePermission | 
PagePermission.EDIT
A static instance of the edit permission. 
 | 
static PagePermission | 
PagePermission.MODIFY
A static instance of the modify permission. 
 | 
static PagePermission | 
PagePermission.RENAME
A static instance of the rename permission. 
 | 
static PagePermission | 
PagePermission.UPLOAD
A static instance of the upload permission. 
 | 
static PagePermission | 
PagePermission.VIEW
A static instance of the view permission. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static PagePermission | 
PermissionFactory.getPagePermission(String page,
                 String actions)
Get a permission object for a WikiPage and a set of actions. 
 | 
static PagePermission | 
PermissionFactory.getPagePermission(WikiPage page,
                 String actions)
Get a permission object for a WikiPage and a set of actions. 
 | 
Copyright © 2001-2018 The Apache Software Foundation. All rights reserved.