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.
|
Class and Description |
---|
ClientInformation
Stores information about the HTTP client that submitted a request to the Gatekeeper.
|
Class and Description |
---|
Authorizer
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.
|
BucketLister
Provides a listing of objects in an S3 account to a client application that cannot query
the account for itself.
|
ClientInformation
Stores information about the HTTP client that submitted a request to the Gatekeeper.
|
TransactionIdProvider
Provides a transaction ID that uniquely identifies a Gatekeeper transaction - that is, a request
and response interaction.
|
UrlSigner
Provides signed URLs that will allow a client to perform the operation requested on a specific
object in S3.
|
Copyright © 2006–2018. All rights reserved.