JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.apache.wiki.api.spi
Interface AclsSPI
All Known Implementing Classes:
AclsSPIDefaultImpl
public interface
AclsSPI
SPI used to locate and provide
Acl
and
AclEntry
instances.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Acl
acl
()
Creates a new
Acl
instance.
AclEntry
entry
()
Creates a new
AclEntry
instance.
Method Details
acl
Acl
acl
()
Creates a new
Acl
instance.
Returns:
new
Acl
instance.
entry
AclEntry
entry
()
Creates a new
AclEntry
instance.
Returns:
new
AclEntry
instance.