public abstract class BucketLister
extends java.lang.Object
The object listing may contain all the objects in the bucket, or any subset as is appropriate for the client application or user in question.
Constructor and Description |
---|
BucketLister(javax.servlet.ServletConfig servletConfig) |
Modifier and Type | Method and Description |
---|---|
abstract 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.
|
public BucketLister(javax.servlet.ServletConfig servletConfig) throws javax.servlet.ServletException
javax.servlet.ServletException
public abstract void listObjects(GatekeeperMessage gatekeeperMessage, ClientInformation clientInformation) throws java.lang.Exception
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.java.lang.Exception