| Package | Description |
|---|---|
| org.jets3t.servlets.gatekeeper |
Provides the Gatekeeper servlet application, a server-side authorization
service that acts as a Gatekeeper server for S3 operations.
|
| org.jets3t.servlets.gatekeeper.impl |
Implementations of interfaces used by the Gatekeeper servlet to do its work - these implementation
classes can be used as-is, but it is more likely they will be used as a starting-point for
Service Providers who will extend them to perform exactly as needed in their authorization
scenarios.
|
| Modifier and Type | Field and Description |
|---|---|
private BucketLister |
GatekeeperServlet.bucketLister |
| Modifier and Type | Method and Description |
|---|---|
private BucketLister |
GatekeeperServlet.initBucketLister()
Initialises the BucketLister implementation that will be used by the servlet.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultBucketLister
Default BucketLister implementation that lists all objects in the configured bucket.
|