Package org.apache.wiki.spi
Class AclsSPIDefaultImpl
- java.lang.Object
-
- org.apache.wiki.spi.AclsSPIDefaultImpl
-
- All Implemented Interfaces:
AclsSPI
public class AclsSPIDefaultImpl extends java.lang.Object implements AclsSPI
-
-
Constructor Summary
Constructors Constructor Description AclsSPIDefaultImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Acl
acl()
Creates a newAcl
instance.AclEntry
entry()
Creates a newAclEntry
instance.
-
-
-
Constructor Detail
-
AclsSPIDefaultImpl
public AclsSPIDefaultImpl()
-
-