Package org.jets3t.servlets.gatekeeper


package org.jets3t.servlets.gatekeeper
  • Classes
    Class
    Description
    Authorizes or refuses operations on an S3 account - the decision can be based on information in the request message, details about the client, or the signature request itself.
    Provides a listing of objects in an S3 account to a client application that cannot query the account for itself.
    Stores information about the HTTP client that submitted a request to the Gatekeeper.
    A servlet implementation of an S3 Gatekeeper, as described in the document Gatekeeper Concepts.
    Provides a transaction ID that uniquely identifies a Gatekeeper transaction - that is, a request and response interaction.
    Provides signed URLs that will allow a client to perform the operation requested on a specific object in S3.