|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jets3t.servlets.gatekeeper.BucketLister
org.jets3t.servlets.gatekeeper.impl.DefaultBucketLister
public class DefaultBucketLister
Default BucketLister implementation that lists all objects in the configured bucket.
Field Summary | |
---|---|
protected ProviderCredentials |
credentials
|
Constructor Summary | |
---|---|
DefaultBucketLister(javax.servlet.ServletConfig servletConfig)
Constructs the Bucket lister with the required parameters. |
Method Summary | |
---|---|
void |
listObjects(GatekeeperMessage gatekeeperMessage,
ClientInformation clientInformation)
Create in the GatekeeperMessage object a list of SignatureRequest objects capturing details about the S3 objects contained in a bucket. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected ProviderCredentials credentials
Constructor Detail |
---|
public DefaultBucketLister(javax.servlet.ServletConfig servletConfig) throws javax.servlet.ServletException
The required parameters that must be available in the servlet configuration are:
servletConfig
-
javax.servlet.ServletException
Method Detail |
---|
public void listObjects(GatekeeperMessage gatekeeperMessage, ClientInformation clientInformation) throws S3ServiceException
BucketLister
listObjects
in class BucketLister
gatekeeperMessage
- the message object that was received, and in which the object listing to be returned
is stored.clientInformation
- information about the client end-point this request was received from.
S3ServiceException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |