Class WikiPermission

java.lang.Object
java.security.Permission
org.apache.wiki.auth.permissions.WikiPermission
All Implemented Interfaces:
Serializable, Guard

public final class WikiPermission
extends Permission
implements Serializable

Permission to perform an global wiki operation, such as self-registering or creating new pages. Permission actions include: createGroups, createPages, editPreferences, editProfile and login.

The target is a given wiki. The syntax for the target is the wiki name. "All wikis" can be specified using a wildcard (*). Page collections may also be specified using a wildcard. For pages, the wildcard may be a prefix, suffix, or all by itself.

Certain permissions imply others. Currently, createGroups implies createPages.

Since:
2.3
See Also:
Serialized Form