Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W X 

A

AbstractRunnable() - Constructor for class org.jets3t.service.multi.ThreadedStorageService.AbstractRunnable
 
accept(File) - Method in class org.jets3t.apps.uploader.UploaderFileExtensionFilter
 
AccessControlDialog - Class in org.jets3t.apps.cockpit.gui
Dialog for managing S3 access control settings for buckets and objects.
AccessControlDialog(Frame, HyperlinkActivatedListener) - Constructor for class org.jets3t.apps.cockpit.gui.AccessControlDialog
Creates a modal dialog box with a title.
AccessControlList - Class in org.jets3t.service.acl
Represents an Amazon S3 Access Control List (ACL), including the ACL's set of grantees and the permissions assigned to each grantee.
AccessControlList() - Constructor for class org.jets3t.service.acl.AccessControlList
 
accessControlList - Variable in class org.jets3t.service.impl.rest.AccessControlListHandler
 
AccessControlListHandler - Class in org.jets3t.service.impl.rest
Handler for AccessControlList response XML documents.
AccessControlListHandler() - Constructor for class org.jets3t.service.impl.rest.AccessControlListHandler
 
accessKey - Variable in class org.jets3t.service.security.ProviderCredentials
 
accessToken - Variable in class org.jets3t.service.security.OAuth2Tokens
 
acl - Variable in class org.jets3t.service.model.StorageObject
 
actionPerformed(ActionEvent) - Method in class org.jets3t.apps.cockpit.Cockpit
Event handler for this application, handles all menu items.
actionPerformed(ActionEvent) - Method in class org.jets3t.apps.cockpit.gui.AccessControlDialog
Event handler for this dialog.
actionPerformed(ActionEvent) - Method in class org.jets3t.apps.cockpit.gui.BucketLoggingDialog
 
actionPerformed(ActionEvent) - Method in class org.jets3t.apps.cockpit.gui.CreateBucketDialog
 
actionPerformed(ActionEvent) - Method in class org.jets3t.apps.cockpit.gui.CredentialsDialog
 
actionPerformed(ActionEvent) - Method in class org.jets3t.apps.cockpit.gui.LoginLocalFolderPanel
 
actionPerformed(ActionEvent) - Method in class org.jets3t.apps.cockpit.gui.PreferencesDialog
Event handler for this dialog.
actionPerformed(ActionEvent) - Method in class org.jets3t.apps.cockpit.gui.RequesterPaysDialog
 
actionPerformed(ActionEvent) - Method in class org.jets3t.apps.cockpit.gui.SignedGetUrlDialog
 
actionPerformed(ActionEvent) - Method in class org.jets3t.apps.cockpit.gui.StartupDialog
Event handler for this dialog.
actionPerformed(ActionEvent) - Method in class org.jets3t.apps.cockpitlite.CockpitLite
Event handler for this application, handles all menu items.
actionPerformed(ActionEvent) - Method in class org.jets3t.apps.cockpitlite.ToggleAclDialog
 
actionPerformed(ActionEvent) - Method in class org.jets3t.apps.uploader.Uploader
Handles GUI actions.
actionPerformed(ActionEvent) - Method in class org.jets3t.gui.AuthenticationDialog
Event handler for this dialog.
actionPerformed(ActionEvent) - Method in class org.jets3t.gui.CopyObjectsDialog
Event handler for this dialog.
actionPerformed(ActionEvent) - Method in class org.jets3t.gui.ErrorDialog
 
actionPerformed(ActionEvent) - Method in class org.jets3t.gui.ItemPropertiesDialog
Event handler for this dialog.
actionPerformed(ActionEvent) - Method in class org.jets3t.gui.ManageDistributionsDialog
 
actionPerformed(ActionEvent) - Method in class org.jets3t.gui.ObjectsAttributesDialog
Event handler for this dialog.
actionPerformed(ActionEvent) - Method in class org.jets3t.gui.ProgressDialog
 
actionPerformed(ActionEvent) - Method in class org.jets3t.gui.ProgressPanel
 
addAllMetadata(Map<String, Object>) - Method in class org.jets3t.service.model.BaseStorageItem
Adds all the items in the provided map to this object's metadata.
addAllMetadata(Map<String, Object>) - Method in class org.jets3t.service.model.StorageObject
Add all the metadata information to the object from the provided map.
addApplicationProperties(Map) - Method in class org.jets3t.apps.uploader.XmlGenerator
Add application-specific properties to the XML document.
addApplicationProperties(Map) - Method in class org.jets3t.service.utils.gatekeeper.GatekeeperMessage
Adds a set of application-specific properties to the message.
addApplicationProperty(String, String) - Method in class org.jets3t.service.utils.gatekeeper.GatekeeperMessage
Adds an application-specific property to the message.
addBucket(S3Bucket, boolean) - Method in class org.jets3t.apps.cockpit.gui.BucketTableModel
 
addMessageProperties(Map) - Method in class org.jets3t.apps.uploader.XmlGenerator
Add message-specific properties to the XML document.
addMessageProperties(Map) - Method in class org.jets3t.service.utils.gatekeeper.GatekeeperMessage
Adds a set of message-specific properties to the message.
addMessageProperty(String, String) - Method in class org.jets3t.service.utils.gatekeeper.GatekeeperMessage
Adds a message-specific property to the message.
addMetadata(String, Object) - Method in class org.jets3t.service.model.BaseStorageItem
Add a metadata entry with the given name.
addMetadata(String, String) - Method in class org.jets3t.service.model.BaseStorageItem
Adds a String metadata item to the object.
addMetadata(String, Date) - Method in class org.jets3t.service.model.BaseStorageItem
Adds a Date metadata item to the object.
addMetadata(String, StorageOwner) - Method in class org.jets3t.service.model.BaseStorageItem
Adds an owner metadata item to the object.
addMetadata(String, String) - Method in class org.jets3t.service.model.StorageObject
Add metadata information to the object.
addMetadataToHeaders(HttpUriRequest, Map<String, Object>) - Method in class org.jets3t.service.impl.rest.httpclient.RestStorageService
Adds all valid metadata name and value pairs as HTTP headers to the given HTTP method.
addMultipartPartToUploadedList(MultipartPart) - Method in class org.jets3t.service.model.MultipartUpload
 
addObject(S3Object) - Method in class org.jets3t.apps.cockpit.gui.ObjectTableModel
 
addObject(S3Object) - Method in class org.jets3t.apps.cockpitlite.CLObjectTableModel
 
addObjectMetadata(String, String) - Method in class org.jets3t.service.utils.gatekeeper.SignatureRequest
Adds to the object's metadata, that will be included in the Gatekeeer message.
addObjects(S3Object[]) - Method in class org.jets3t.apps.cockpit.gui.ObjectTableModel
 
addObjects(S3Object[]) - Method in class org.jets3t.apps.cockpitlite.CLObjectTableModel
 
addPartObject(S3Object) - Method in class org.jets3t.service.multi.s3.MultipartUploadAndParts
 
addRequestHeadersToConnection(HttpUriRequest, Map<String, Object>) - Method in class org.jets3t.service.impl.rest.httpclient.RestStorageService
Adds the provided request headers to the connection.
addRequestParametersToUrlPath(String, Map<String, String>) - Method in class org.jets3t.service.impl.rest.httpclient.RestStorageService
Adds all the provided request parameters to a URL in GET request format.
addRule(LifecycleConfig.Rule) - Method in class org.jets3t.service.model.LifecycleConfig
 
addServiceEventListener(StorageServiceEventListener) - Method in class org.jets3t.service.multi.ThreadedStorageService
Adds a service event listener to the set of listeners that will be notified of events.
addServiceEventListener(S3ServiceEventListener) - Method in class org.jets3t.service.multithread.S3ServiceMulti
Deprecated.
Adds a service event listener to the set of listeners that will be notified of events.
addSignatureRequest(String, String, Map, SignatureRequest) - Method in class org.jets3t.apps.uploader.XmlGenerator
Add a signature request item to the XML document to store the request, and details about the object the request was related to.
addSignatureRequest(SignatureRequest) - Method in class org.jets3t.service.utils.gatekeeper.GatekeeperMessage
Adds a Signature Request to the message, indicating a request that a particular operation be allowed on a particular object.
addSignatureRequests(SignatureRequest[]) - Method in class org.jets3t.service.utils.gatekeeper.GatekeeperMessage
Adds multiple signature requests to the message.
addTargetGrant(GrantAndPermission) - Method in class org.jets3t.service.model.S3BucketLoggingStatus
 
addTopicConfig(NotificationConfig.TopicConfig) - Method in class org.jets3t.service.model.NotificationConfig
 
ALL_USERS - Static variable in class org.jets3t.service.acl.GroupGrantee
The group of all users, represented in S3 by the URI: http://acs.amazonaws.com/groups/global/AllUsers
AllAuthenticatedUsersGrantee - Class in org.jets3t.service.acl.gs
Represents a grant to all authenticated users.
AllAuthenticatedUsersGrantee() - Constructor for class org.jets3t.service.acl.gs.AllAuthenticatedUsersGrantee
 
allowBucketListingRequest(GatekeeperMessage, ClientInformation) - Method in class org.jets3t.servlets.gatekeeper.Authorizer
Authorizes a bucket listing operation for a client as represented by a the gatekeeper request message.
allowBucketListingRequest(GatekeeperMessage, ClientInformation) - Method in class org.jets3t.servlets.gatekeeper.impl.DefaultAuthorizer
Returns true in all cases.
allowSignatureRequest(GatekeeperMessage, ClientInformation, SignatureRequest) - Method in class org.jets3t.servlets.gatekeeper.Authorizer
Authorizes an operation represented by a signature request by returning true, or disallows the operation by returned false (and optionally setting a decline reason in the signature request).
allowSignatureRequest(GatekeeperMessage, ClientInformation, SignatureRequest) - Method in class org.jets3t.servlets.gatekeeper.impl.DefaultAuthorizer
Returns true in all cases.
AllUsersGrantee - Class in org.jets3t.service.acl.gs
Represents a grant to all users.
AllUsersGrantee() - Constructor for class org.jets3t.service.acl.gs.AllUsersGrantee
 
alreadySynchronisedKeys - Variable in class org.jets3t.service.utils.FileComparerResults
 
alreadySynchronisedLocalPaths - Variable in class org.jets3t.service.utils.FileComparerResults
 
AMAZON_S3_PAGE - Static variable in class org.jets3t.apps.cockpit.Cockpit
 
AMZ_DELETE_MARKER - Static variable in class org.jets3t.service.Constants
 
AMZ_MULTI_FACTOR_AUTH_CODE - Static variable in class org.jets3t.service.Constants
 
AMZ_REQUEST_ID_1 - Static variable in class org.jets3t.service.Constants
 
AMZ_REQUEST_ID_2 - Static variable in class org.jets3t.service.Constants
 
AMZ_SECURITY_TOKEN - Static variable in class org.jets3t.service.Constants
 
AMZ_VERSION_ID - Static variable in class org.jets3t.service.Constants
 
APP_PROPERTY_GATEKEEPER_ERROR_CODE - Static variable in class org.jets3t.service.utils.gatekeeper.GatekeeperMessage
The property name for storing error codes a Gatekeeper can return to a client.
APPLICATION_DESCRIPTION - Static variable in class org.jets3t.apps.cockpit.Cockpit
 
APPLICATION_DESCRIPTION - Static variable in class org.jets3t.apps.cockpitlite.CockpitLite
 
APPLICATION_DESCRIPTION - Static variable in class org.jets3t.apps.synchronize.Synchronize
String provided to service as User-Agent description.
APPLICATION_DESCRIPTION - Static variable in class org.jets3t.apps.uploader.Uploader
 
APPLICATION_TITLE - Static variable in class org.jets3t.apps.cockpit.Cockpit
 
APPLICATION_TITLE - Static variable in class org.jets3t.apps.cockpitlite.CockpitLite
 
applyIcon(Object, String) - Method in class org.jets3t.gui.GuiUtils
Loads an icon image from the classpath and sets the icon of the component.
ASCENDING - Static variable in class org.jets3t.gui.TableSorter
 
assertAuthenticatedConnection(String) - Method in class org.jets3t.service.StorageService
Throws an exception if this service is anonymous (that is, it was created without an ProviderCredentials object representing a user account.
assertValidBucket(StorageBucket, String) - Method in class org.jets3t.service.StorageService
Throws an exception if a bucket is null or contains a null/empty name.
assertValidObject(StorageObject, String) - Method in class org.jets3t.service.StorageService
Throws an exception if an object is null or contains a null/empty key.
assertValidObject(String, String) - Method in class org.jets3t.service.StorageService
Throws an exception if an object's key name is null or empty.
AUTHENTICATED_USERS - Static variable in class org.jets3t.service.acl.GroupGrantee
The group of authenticated users, represented in S3 by the URI: http://acs.amazonaws.com/groups/global/AuthenticatedUsers
AuthenticationDialog - Class in org.jets3t.gui
Dialog box for a user to enter authentication information for HTTP communication, such as NT or Basic authentication.
AuthenticationDialog(Frame, String, String, boolean) - Constructor for class org.jets3t.gui.AuthenticationDialog
Construct modal dialog for display over a Frame.
AuthenticationDialog(Dialog, String, String, boolean) - Constructor for class org.jets3t.gui.AuthenticationDialog
Construct modal dialog for display over another Dialog.
Authorization - Static variable in class org.jets3t.service.utils.oauth.OAuthConstants.GSOAuth2_10.Endpoints
 
Authorization - Static variable in class org.jets3t.service.utils.oauth.OAuthConstants.GSOAuth2_10.GrantTypes
 
authorizeHttpRequest(HttpUriRequest, HttpContext, String) - Method in class org.jets3t.service.CloudFrontService
Sign the given HTTP method object using the AWS credentials provided by CloudFrontService.getAWSCredentials().
authorizeHttpRequest(HttpUriRequest, HttpContext, String) - Method in class org.jets3t.service.impl.rest.httpclient.GoogleStorageService
Authorizes an HTTP/S request using the standard HMAC approach or OAuth 2, whichever technique is appropriate.
authorizeHttpRequest(HttpUriRequest, HttpContext, String) - Method in interface org.jets3t.service.impl.rest.httpclient.JetS3tRequestAuthorizer
 
authorizeHttpRequest(HttpUriRequest, HttpContext, String) - Method in class org.jets3t.service.impl.rest.httpclient.RestStorageService
Authorizes an HTTP/S request by signing it with an HMAC signature compatible with the S3 service and Google Storage (legacy) authorization techniques.
Authorizer - Class in org.jets3t.servlets.gatekeeper
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.
Authorizer(ServletConfig) - Constructor for class org.jets3t.servlets.gatekeeper.Authorizer
Constructs an Authorizer.
automaticRefreshEnabled - Variable in class org.jets3t.service.security.AWSEC2IAMSessionCredentials
 
automaticRefreshRetryDelaySeconds - Variable in class org.jets3t.service.security.AWSEC2IAMSessionCredentials
 
available() - Method in class org.jets3t.service.impl.rest.httpclient.HttpMethodReleaseInputStream
 
available() - Method in class org.jets3t.service.io.GZipDeflatingInputStream
 
available() - Method in class org.jets3t.service.io.InterruptableInputStream
 
available() - Method in class org.jets3t.service.io.ProgressMonitoredInputStream
 
available() - Method in class org.jets3t.service.io.RepeatableFileInputStream
 
available() - Method in class org.jets3t.service.io.RepeatableInputStream
 
available() - Method in class org.jets3t.service.io.SegmentedRepeatableFileInputStream
 
AWS_ACCESS_KEY_PROPERTY_NAME - Static variable in class org.jets3t.samples.SamplesUtils
 
AWS_SECRET_KEY_PROPERTY_NAME - Static variable in class org.jets3t.samples.SamplesUtils
 
AWSCredentials - Class in org.jets3t.service.security
Class to contain the Amazon Web Services (AWS) credentials of a user.
AWSCredentials(String, String) - Constructor for class org.jets3t.service.security.AWSCredentials
Construct credentials.
AWSCredentials(String, String, String) - Constructor for class org.jets3t.service.security.AWSCredentials
Construct credentials, and associate them with a human-friendly name.
AWSDevPayCredentials - Class in org.jets3t.service.security
Class to contain the Amazon Web Services (AWS) credentials of a user, with bits needed for DevPay.
AWSDevPayCredentials(String, String) - Constructor for class org.jets3t.service.security.AWSDevPayCredentials
 
AWSDevPayCredentials(String, String, String) - Constructor for class org.jets3t.service.security.AWSDevPayCredentials
 
AWSDevPayCredentials(String, String, String, String) - Constructor for class org.jets3t.service.security.AWSDevPayCredentials
Construct credentials.
AWSDevPayCredentials(String, String, String, String, String) - Constructor for class org.jets3t.service.security.AWSDevPayCredentials
Construct credentials.
AWSDevPayProduct - Class in org.jets3t.service.model
Class to contain information about an Amazon Web Services (AWS) S3 DevPay product.
AWSDevPayProduct(String) - Constructor for class org.jets3t.service.model.AWSDevPayProduct
 
AWSDevPayProduct(String, String) - Constructor for class org.jets3t.service.model.AWSDevPayProduct
 
AWSDevPayProductPanel - Class in org.jets3t.apps.cockpit.gui
Class to store information about a AWS DevPay product.
AWSDevPayProductPanel() - Constructor for class org.jets3t.apps.cockpit.gui.AWSDevPayProductPanel
 
AWSEC2IAMSessionCredentials - Class in org.jets3t.service.security
Class to fetch, re-fetch, and contain the temporary (session-based) Amazon Web Services (AWS) credentials of an Identity and Access Management (IAM) role provided via EC2 instance data.
AWSEC2IAMSessionCredentials(String, String, String, String, Date, boolean) - Constructor for class org.jets3t.service.security.AWSEC2IAMSessionCredentials
Construct credentials.
awsFlavouredISO8601DateParser - Static variable in class org.jets3t.service.utils.SignatureUtils
 
awsRegionForRequest(URI) - Static method in class org.jets3t.service.utils.SignatureUtils
Determine the AWS Region to which a request will be sent based on the request's Host endpoint.
AWSSessionCredentials - Class in org.jets3t.service.security
Class to contain the temporary (session-based) Amazon Web Services (AWS) credentials of a user.
AWSSessionCredentials(String, String, String, String) - Constructor for class org.jets3t.service.security.AWSSessionCredentials
Construct credentials, and associate them with a human-friendly name.
AWSSessionCredentials(String, String, String) - Constructor for class org.jets3t.service.security.AWSSessionCredentials
Construct credentials, without a human-friendly name.
awsV4BuildAuthorizationHeaderValue(String, String, String, String, String, String) - Static method in class org.jets3t.service.utils.SignatureUtils
Build the Authorization header value for a REST/HTTP request to a storage service for the AWS Request Signature version 4.
awsV4BuildCanonicalRequestString(HttpUriRequest, String) - Static method in class org.jets3t.service.utils.SignatureUtils
Build the canonical request string for a REST/HTTP request to a storage service for the AWS Request Signature version 4.
awsV4BuildCanonicalRequestString(URI, String, Map<String, String>, String) - Static method in class org.jets3t.service.utils.SignatureUtils
Build the canonical request string for a REST/HTTP request to a storage service for the AWS Request Signature version 4.
awsV4BuildSigningKey(String, String, String) - Static method in class org.jets3t.service.utils.SignatureUtils
Build the signing key for a REST/HTTP request to a storage service for the AWS Request Signature version 4.
awsV4BuildStringToSign(String, String, String, String) - Static method in class org.jets3t.service.utils.SignatureUtils
Build the string to sign for a REST/HTTP request to a storage service for the AWS Request Signature version 4.
awsV4CorrectHostnameForRegion(URI, String) - Static method in class org.jets3t.service.utils.SignatureUtils
Replace the hostname of the given URI endpoint to match the given region.
awsV4EncodeURI(CharSequence, boolean) - Static method in class org.jets3t.service.utils.SignatureUtils
Slightly modified version of "uri-encode" from: "http://docs.aws.amazon.com/AmazonS3/latest/API/sig-v4-header-based-auth.html"
awsV4GetOrCalculatePayloadHash(HttpUriRequest) - Static method in class org.jets3t.service.utils.SignatureUtils
Return SHA256 payload hash value already set on HTTP request, or if none is yet set calculate this value if possible.
awsV4ParseAndFormatDate(HttpUriRequest) - Static method in class org.jets3t.service.utils.SignatureUtils
Extract the request timestamp from the given HTTP request, from either the "x-amz-date" metadata header or the Date header, and convert it into an AWS-flavoured ISO8601 string format suitable for us in request authorization for AWS version 4 signatures.
awsV4SignRequestAuthorizationHeader(String, HttpUriRequest, ProviderCredentials, String, String) - Static method in class org.jets3t.service.utils.SignatureUtils
Calculate AWS Version 4 signature for a HTTP request and apply the appropriate "Authorization" header value to authorize it.

B

BareBonesBrowserLaunch - Class in contribs.com.centerkey.utils
Bare Bones Browser Launch for Java
Utility class to open a web page from a Swing application in the user's default browser.
Supports: Mac OS X, GNU/Linux, Unix, Windows XP/Vista/7
Example Usage:
    String url = "http://www.google.com/";
    BareBonesBrowserLaunch.openURL(url);
Latest Version: www.centerkey.com/java/browser
Author: Dem Pilafian
Public Domain Software -- Free to Use as You Like
BareBonesBrowserLaunch() - Constructor for class contribs.com.centerkey.utils.BareBonesBrowserLaunch
 
baseCredentialsUrl - Static variable in class org.jets3t.service.security.AWSEC2IAMSessionCredentials
 
BaseStorageItem - Class in org.jets3t.service.model
Base class to represent storage items that can contain metadata: both objects and buckets.
BaseStorageItem(String) - Constructor for class org.jets3t.service.model.BaseStorageItem
 
BaseStorageItem() - Constructor for class org.jets3t.service.model.BaseStorageItem
 
BaseVersionOrDeleteMarker - Class in org.jets3t.service.model
 
BaseVersionOrDeleteMarker(String, String, boolean, Date, S3Owner) - Constructor for class org.jets3t.service.model.BaseVersionOrDeleteMarker
 
BUCKET_STATUS__ALREADY_CLAIMED - Static variable in class org.jets3t.service.StorageService
Status code returned by StorageService.checkBucketStatus(String) for a bucket that exists but is not owned by the service user (i.e.
BUCKET_STATUS__DOES_NOT_EXIST - Static variable in class org.jets3t.service.StorageService
Status code returned by StorageService.checkBucketStatus(String) for a bucket that does not exist.
BUCKET_STATUS__MY_BUCKET - Static variable in class org.jets3t.service.StorageService
Status code returned by StorageService.checkBucketStatus(String) for a bucket that exists and is owned by the service user.
BucketLister - Class in org.jets3t.servlets.gatekeeper
Provides a listing of objects in an S3 account to a client application that cannot query the account for itself.
BucketLister(ServletConfig) - Constructor for class org.jets3t.servlets.gatekeeper.BucketLister
 
BucketLocationHandler() - Constructor for class org.jets3t.service.impl.rest.XmlResponsesSaxParser.BucketLocationHandler
 
BucketLoggingDialog - Class in org.jets3t.apps.cockpit.gui
Dialog box for displaying and modifying the logging status of buckets.
BucketLoggingDialog(Frame, S3Service, String[], HyperlinkActivatedListener) - Constructor for class org.jets3t.apps.cockpit.gui.BucketLoggingDialog
 
bucketLoggingStatus - Variable in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.BucketLoggingStatusHandler
 
BucketLoggingStatusHandler() - Constructor for class org.jets3t.service.impl.rest.XmlResponsesSaxParser.BucketLoggingStatusHandler
 
bucketName - Variable in class org.jets3t.service.model.StorageObject
 
BucketTableModel - Class in org.jets3t.apps.cockpit.gui
A table model to store S3Buckets.
BucketTableModel(boolean) - Constructor for class org.jets3t.apps.cockpit.gui.BucketTableModel
 
buildCacheBehaviors(CacheBehavior[]) - Method in class org.jets3t.service.CloudFrontService
 
buildCacheBehaviorsElement(boolean, CacheBehavior[]) - Method in class org.jets3t.service.CloudFrontService
 
buildDefaultCacheBehavior(CacheBehavior) - Method in class org.jets3t.service.CloudFrontService
 
buildDiscrepancyLists(Map<String, String>, Map<String, StorageObject>) - Method in class org.jets3t.service.utils.FileComparer
Compares the contents of a directory on the local file system with the contents of a service resource.
buildDiscrepancyLists(Map<String, String>, Map<String, StorageObject>, BytesProgressWatcher) - Method in class org.jets3t.service.utils.FileComparer
Compares the contents of a directory on the local file system with the contents of a service resource.
buildDiscrepancyLists(Map<String, String>, Map<String, StorageObject>, BytesProgressWatcher, boolean) - Method in class org.jets3t.service.utils.FileComparer
Compares the contents of a directory on the local file system with the contents of a service resource.
buildDistributionConfigXmlDocument(DistributionConfig) - Method in class org.jets3t.service.CloudFrontService
Generate a DistributionConfig or StreamingDistributionConfig XML document.
buildFieldsPanel(JPanel, Jets3tProperties) - Method in class org.jets3t.gui.UserInputFields
Builds a user input panel matching the fields specified in the uploader.properties file.
buildIgnoreRegexpList(File, List<Pattern>) - Method in class org.jets3t.service.utils.FileComparer
If a .jets3t-ignore file is present in the given directory, the file is read and all the paths contained in it are coverted to regular expression Pattern objects.
buildObject() - Method in class org.jets3t.service.utils.gatekeeper.SignatureRequest
 
buildObjectFromUrl(String, String, String) - Static method in class org.jets3t.service.utils.ServiceUtils
Builds an object based on the bucket name and object key information available in the components of a URL.
buildObjectKeyToFilepathMap(File[], String, boolean) - Method in class org.jets3t.service.utils.FileComparer
Builds a map of files and directories that exist on the local system, where the map keys are the object key names that will be used for the files in a remote storage service, and the map values are absolute paths (Strings) to that file in the local file system.
buildObjectKeyToFilepathMapForDirectory(File, String, Map<String, String>, boolean, List<Pattern>) - Method in class org.jets3t.service.utils.FileComparer
Recursively builds a map of object key names to file paths that contains all the files and directories inside the given directory.
buildObjectMap(StorageService, String, String, Map<String, String>, boolean, boolean, BytesProgressWatcher, StorageServiceEventListener) - Method in class org.jets3t.service.utils.FileComparer
Builds a service Object Map containing all the objects within the given target path, where the map's key for each object is the relative path to the object.
buildObjectMapPartial(StorageService, String, String, String, Map<String, String>, boolean, boolean, boolean, BytesProgressWatcher, StorageServiceEventListener) - Method in class org.jets3t.service.utils.FileComparer
Builds a service Object Map containing a partial set of objects within the given target path, where the map's key for each object is the relative path to the object.
buildOrigin(Origin) - Method in class org.jets3t.service.CloudFrontService
Generate XML representing an S3 or non-S3 (custom) origin.
buildPolicyForSignedUrl(String, Date, String, Date) - Static method in class org.jets3t.service.CloudFrontService
Generate a policy document that describes custom access permissions to apply via a private distribution's signed URL.
buildPostForm(String, String) - Static method in class org.jets3t.service.S3Service
Generates an unauthenticated HTML POST form that can be used to upload files or data to S3 from a standard web browser.
buildPostForm(String, String, ProviderCredentials, Date, String[], String[], String, boolean) - Static method in class org.jets3t.service.S3Service
Generates an HTML POST form that can be used to upload files or data to S3 from a standard web browser.
buildPostForm(String, String, ProviderCredentials, Date, String[], String[], String, boolean, boolean, String) - Static method in class org.jets3t.service.S3Service
Generates an HTML POST form that can be used to upload files or data to S3 from a standard web browser.
buildS3ObjectsFromSignatureRequests(SignatureRequest[]) - Method in class org.jets3t.service.utils.signedurl.GatekeeperClientUtils
Parse the data in a set of SignatureRequest objects and build the corresponding S3Objects represented by that data.
buildTrustedSigners(String[]) - Method in class org.jets3t.service.CloudFrontService
 
ByteFormatter - Class in org.jets3t.service.utils
Formats numeric byte values into human-readable strings.
ByteFormatter() - Constructor for class org.jets3t.service.utils.ByteFormatter
Constructs a formatter that will use default text to represent byte amounts.
ByteFormatter(String, String, String, String, int) - Constructor for class org.jets3t.service.utils.ByteFormatter
Constructs a formatter that will use the given values when formatting byte values.
BytesProgressWatcher - Class in org.jets3t.service.io
Utility class that tracks the number of bytes transferred from a source, and uses this information to calculate transfer rates and estimate end times.
BytesProgressWatcher(long) - Constructor for class org.jets3t.service.io.BytesProgressWatcher
Construct a watcher for a transfer that will involve a given number of bytes.
bytesReadPastMarkPoint - Variable in class org.jets3t.service.io.RepeatableFileInputStream
 

C

CacheBehavior - Class in org.jets3t.service.model.cloudfront
 
CacheBehavior(String, String, boolean, String[], CacheBehavior.ViewerProtocolPolicy, Long) - Constructor for class org.jets3t.service.model.cloudfront.CacheBehavior
 
CacheBehavior(String, boolean, String[], CacheBehavior.ViewerProtocolPolicy, Long) - Constructor for class org.jets3t.service.model.cloudfront.CacheBehavior
 
CacheBehavior() - Constructor for class org.jets3t.service.model.cloudfront.CacheBehavior
 
CacheBehavior.ViewerProtocolPolicy - Enum in org.jets3t.service.model.cloudfront
 
CacheBehaviorHandler(XMLReader) - Constructor for class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.CacheBehaviorHandler
 
calculateExpiry(Number) - Static method in class org.jets3t.service.security.OAuth2Tokens
Calculate a date timestamp a given number of seconds in the future.
calculateExpiryTime(int) - Method in class org.jets3t.servlets.gatekeeper.UrlSigner
 
calculateOverallBytesPerSecond(BytesProgressWatcher[]) - Static method in class org.jets3t.service.io.BytesProgressWatcher
 
calculateRecentByteRatePerSecond(BytesProgressWatcher[]) - Static method in class org.jets3t.service.io.BytesProgressWatcher
 
calculateRemainingTime(BytesProgressWatcher[]) - Static method in class org.jets3t.service.io.BytesProgressWatcher
 
calculateTimeAdjustmentOffset(HttpResponse) - Static method in class org.jets3t.service.utils.RestUtils
Calculates and returns a time offset value to reflect the time difference between your computer's clock and the current time according to the 'Date' header in the given HTTP response, likely provided by a service endpoint whose time you wish to treat as authoritative.
CancelEventTrigger - Interface in org.jets3t.service.multi
Interface implemented by multi-threaded operations that can be cancelled prior to finishing.
CancelEventTrigger - Interface in org.jets3t.service.multithread
Deprecated.
0.8.0 use CancelEventTrigger instead.
cancelTask(Object) - Method in interface org.jets3t.service.multi.CancelEventTrigger
Triggers a cancellation of some operation.
cancelTask() - Method in class org.jets3t.service.multi.ThreadWatcher
Convenience method to trigger an event cancellation via CancelEventTrigger.cancelTask(java.lang.Object) if this thread watcher is associated with an operation that can be cancelled.
CanonicalGrantee - Class in org.jets3t.service.acl
Represents a grantee identified by their canonical Amazon ID, which is something along the lines of an Amazon-internal ID specific to a user.
CanonicalGrantee() - Constructor for class org.jets3t.service.acl.CanonicalGrantee
Default constructor.
CanonicalGrantee(String) - Constructor for class org.jets3t.service.acl.CanonicalGrantee
Constructs a grantee with the given canonical ID.
cast(StorageBucket[]) - Static method in class org.jets3t.service.model.GSBucket
 
cast(StorageObject[]) - Static method in class org.jets3t.service.model.GSObject
 
cast(StorageBucket[]) - Static method in class org.jets3t.service.model.S3Bucket
 
cast(StorageObject[]) - Static method in class org.jets3t.service.model.S3Object
 
changedUpdate(DocumentEvent) - Method in class org.jets3t.apps.cockpit.gui.SignedGetUrlDialog
 
characters(char[], int, int) - Method in class org.jets3t.service.impl.rest.DefaultXmlHandler
 
characters(char[], int, int) - Method in class org.jets3t.service.impl.rest.SimpleHandler
 
checkBucketStatus(String) - Method in class org.jets3t.service.impl.rest.httpclient.RestStorageService
 
checkBucketStatus(String) - Method in class org.jets3t.service.StorageService
Find out the status of a bucket with the given name.
checkForInputErrors() - Method in class org.jets3t.apps.cockpit.gui.LoginCredentialsPanel
Verifies that the user has provided the correct inputs, and returns a list of error messages if not.
cleanRestMetadataMap(Map<String, Object>, String, String) - Static method in class org.jets3t.service.utils.ServiceUtils
From a map of metadata returned from a REST GET or HEAD request, returns a map of metadata with the HTTP-connection-specific metadata items removed.
clear() - Method in class org.jets3t.apps.cockpit.Cockpit
Clear credentials.
clear() - Method in class org.jets3t.apps.cockpitlite.CockpitLite
Clear credentials.
clear() - Method in class org.jets3t.apps.synchronize.CommandLineCredentialsProvider
Clear credentials.
clear() - Method in class org.jets3t.apps.uploader.Uploader
Clear credentials.
clear() - Method in class org.jets3t.service.impl.rest.httpclient.RegionEndpointCache
 
clearAllProperties() - Method in class org.jets3t.service.Jets3tProperties
Clears (removes) all the property names and values used internally by this object.
clearHistory() - Method in class org.jets3t.service.io.BytesProgressWatcher
Clears the history of transfer progress data.
clearPassword() - Method in class org.jets3t.apps.cockpit.gui.LoginLocalFolderPanel
Clears the user-provided password field.
clearProperty(String) - Method in class org.jets3t.service.Jets3tProperties
Removes a property name and value.
clientId - Variable in class org.jets3t.service.utils.oauth.OAuthUtils
 
ClientInformation - Class in org.jets3t.servlets.gatekeeper
Stores information about the HTTP client that submitted a request to the Gatekeeper.
ClientInformation(String, String, String, int, HttpSession, Principal, String, HttpServletRequest) - Constructor for class org.jets3t.servlets.gatekeeper.ClientInformation
 
clientSecret - Variable in class org.jets3t.service.utils.oauth.OAuthUtils
 
CLObjectTableModel - Class in org.jets3t.apps.cockpitlite
A table model to store S3Objects.
CLObjectTableModel() - Constructor for class org.jets3t.apps.cockpitlite.CLObjectTableModel
 
clone() - Method in class org.jets3t.service.model.GSObject
 
clone() - Method in class org.jets3t.service.model.S3Object
 
clone() - Method in class org.jets3t.service.model.StorageObject
 
close() - Method in class org.jets3t.service.impl.rest.httpclient.HttpMethodReleaseInputStream
Standard input stream close method, except it ensures that HttpMethodReleaseInputStream.releaseConnection() is called before the input stream is closed.
close() - Method in class org.jets3t.service.io.GZipDeflatingInputStream
 
close() - Method in class org.jets3t.service.io.GZipInflatingOutputStream
 
close() - Method in class org.jets3t.service.io.InterruptableInputStream
 
close() - Method in class org.jets3t.service.io.ProgressMonitoredInputStream
 
close() - Method in class org.jets3t.service.io.ProgressMonitoredOutputStream
 
close() - Method in class org.jets3t.service.io.RepeatableFileInputStream
 
close() - Method in class org.jets3t.service.io.RepeatableInputStream
 
closeDataInputStream() - Method in class org.jets3t.service.model.StorageObject
Closes the object's data input stream if it exists.
CloudFrontSamples - Class in org.jets3t.samples
Sample code for performing CloudFront service operations.
CloudFrontSamples() - Constructor for class org.jets3t.samples.CloudFrontSamples
 
CloudFrontService - Class in org.jets3t.service
A service that handles communication with the Amazon CloudFront REST API, offering all the operations that can be performed on CloudFront distributions.
CloudFrontService(ProviderCredentials, String, CredentialsProvider, Jets3tProperties) - Constructor for class org.jets3t.service.CloudFrontService
Constructs the service and initialises its properties.
CloudFrontService(ProviderCredentials) - Constructor for class org.jets3t.service.CloudFrontService
Constructs the service with default properties.
CloudFrontServiceException - Exception in org.jets3t.service
Exception for use by CloudFrontService and related utilities.
CloudFrontServiceException(String, int, String, String, String, String, String) - Constructor for exception org.jets3t.service.CloudFrontServiceException
 
CloudFrontServiceException() - Constructor for exception org.jets3t.service.CloudFrontServiceException
 
CloudFrontServiceException(String, Throwable) - Constructor for exception org.jets3t.service.CloudFrontServiceException
 
CloudFrontServiceException(String) - Constructor for exception org.jets3t.service.CloudFrontServiceException
 
CloudFrontServiceException(Throwable) - Constructor for exception org.jets3t.service.CloudFrontServiceException
 
CloudFrontXmlResponsesSaxParser - Class in org.jets3t.service.impl.rest
XML Sax parser to read XML documents returned by the CloudFront service via the REST interface, and convert these documents into JetS3t objects.
CloudFrontXmlResponsesSaxParser(Jets3tProperties) - Constructor for class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser
Constructs the XML SAX parser.
CloudFrontXmlResponsesSaxParser.CacheBehaviorHandler - Class in org.jets3t.service.impl.rest
 
CloudFrontXmlResponsesSaxParser.DistributionConfigHandler - Class in org.jets3t.service.impl.rest
 
CloudFrontXmlResponsesSaxParser.DistributionHandler - Class in org.jets3t.service.impl.rest
 
CloudFrontXmlResponsesSaxParser.DistributionListHandler - Class in org.jets3t.service.impl.rest
 
CloudFrontXmlResponsesSaxParser.DistributionSummaryHandler - Class in org.jets3t.service.impl.rest
 
CloudFrontXmlResponsesSaxParser.ErrorHandler - Class in org.jets3t.service.impl.rest
 
CloudFrontXmlResponsesSaxParser.InvalidationHandler - Class in org.jets3t.service.impl.rest
 
CloudFrontXmlResponsesSaxParser.InvalidationListHandler - Class in org.jets3t.service.impl.rest
 
CloudFrontXmlResponsesSaxParser.LoggingStatusHandler - Class in org.jets3t.service.impl.rest
 
CloudFrontXmlResponsesSaxParser.OriginAccessIdentityConfigHandler - Class in org.jets3t.service.impl.rest
 
CloudFrontXmlResponsesSaxParser.OriginAccessIdentityHandler - Class in org.jets3t.service.impl.rest
 
CloudFrontXmlResponsesSaxParser.OriginAccessIdentityListHandler - Class in org.jets3t.service.impl.rest
 
CloudFrontXmlResponsesSaxParser.OriginHandler - Class in org.jets3t.service.impl.rest
 
CloudFrontXmlResponsesSaxParser.TrustedSignersHandler - Class in org.jets3t.service.impl.rest
 
Cockpit - Class in org.jets3t.apps.cockpit
Cockpit is a graphical Java application for viewing and managing the contents of an Amazon S3 account.
Cockpit() - Constructor for class org.jets3t.apps.cockpit.Cockpit
Constructor to run this application as an Applet.
Cockpit(JFrame) - Constructor for class org.jets3t.apps.cockpit.Cockpit
Constructor to run this application in a stand-alone window.
COCKPIT_PROPERTIES_FILENAME - Static variable in class org.jets3t.service.Constants
The file containing local Cockpit preferences.
CockpitLite - Class in org.jets3t.apps.cockpitlite
CockpitLite is a graphical Java application for viewing and managing the contents of an Amazon S3 account, where the S3 account is not owned by the application's user directly but is made available by a service provider.
CockpitLite() - Constructor for class org.jets3t.apps.cockpitlite.CockpitLite
Constructor to run this application as an Applet.
CockpitLite(JFrame, Properties) - Constructor for class org.jets3t.apps.cockpitlite.CockpitLite
Constructor to run this application in a stand-alone window.
CockpitPreferences - Class in org.jets3t.apps.cockpit
Stores Cockpit's preferences as set by the user via the PreferencesDialog.
CockpitPreferences() - Constructor for class org.jets3t.apps.cockpit.CockpitPreferences
 
Code - Static variable in class org.jets3t.service.utils.oauth.OAuthConstants.GSOAuth2_10.ResponseTypes
 
CodeSamples - Class in org.jets3t.samples
This class includes all the code samples as listed in the JetS3t Programmer Guide.
CodeSamples() - Constructor for class org.jets3t.samples.CodeSamples
 
CommandLineCredentialsProvider - Class in org.jets3t.apps.synchronize
Prompts for the user to enter HTTP Proxy authentication credentials via the command line.
CommandLineCredentialsProvider() - Constructor for class org.jets3t.apps.synchronize.CommandLineCredentialsProvider
 
commonPrefixes - Variable in class org.jets3t.service.MultipartUploadChunk
 
commonPrefixes - Variable in class org.jets3t.service.StorageObjectsChunk
 
COMPARABLE_COMAPRATOR - Static variable in class org.jets3t.gui.TableSorter
 
compare(MultipartPart, MultipartPart) - Method in class org.jets3t.service.model.MultipartPart.PartNumberComparator
 
compareLocalAndRemoteFiles(FileComparerResults, String, String, String, Map<String, String>, BytesProgressWatcher) - Method in class org.jets3t.apps.synchronize.Synchronize
 
compareTo(Object) - Method in class org.jets3t.service.model.AWSDevPayProduct
Compare two products by their names (using string comparision)
CompleteMultipartUploadErrorHandler(XMLReader) - Constructor for class org.jets3t.service.impl.rest.XmlResponsesSaxParser.CompleteMultipartUploadErrorHandler
 
CompleteMultipartUploadResultHandler(XMLReader) - Constructor for class org.jets3t.service.impl.rest.XmlResponsesSaxParser.CompleteMultipartUploadResultHandler
 
computeMD5Hash(InputStream) - Static method in class org.jets3t.service.utils.ServiceUtils
Computes the MD5 hash of the data in the given input stream and returns it as a hex string.
computeMD5Hash(byte[]) - Static method in class org.jets3t.service.utils.ServiceUtils
Computes the MD5 hash of the given data and returns it as a hex string.
ConnManagerFactory() - Constructor for class org.jets3t.service.utils.RestUtils.ConnManagerFactory
 
Constants - Class in org.jets3t.service
Constants used by the S3Service and its implementation classes.
Constants() - Constructor for class org.jets3t.service.Constants
 
consumeContent() - Method in class org.jets3t.service.impl.rest.httpclient.RepeatableRequestEntity
 
containsKey(String) - Method in class org.jets3t.service.Jets3tProperties
 
containsMetadata(String) - Method in class org.jets3t.service.model.BaseStorageItem
Return true if a metdata data item with the given name (case-insensitive) is present.
containsRegionForAnyBucketName(String) - Method in class org.jets3t.service.impl.rest.httpclient.RegionEndpointCache
 
containsRegionForBucketName(String) - Method in class org.jets3t.service.impl.rest.httpclient.RegionEndpointCache
 
contribs.com.centerkey.utils - package contribs.com.centerkey.utils
 
contribs.mx - package contribs.mx
A JMX Instrumentation module for tracking important events that occur in your S3 service.
controlReturned(SimpleHandler) - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.CacheBehaviorHandler
 
controlReturned(SimpleHandler) - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.DistributionConfigHandler
 
controlReturned(SimpleHandler) - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.DistributionHandler
 
controlReturned(SimpleHandler) - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.DistributionListHandler
 
controlReturned(SimpleHandler) - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.DistributionSummaryHandler
 
controlReturned(SimpleHandler) - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.OriginAccessIdentityHandler
 
controlReturned(SimpleHandler) - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.OriginAccessIdentityListHandler
 
controlReturned(SimpleHandler) - Method in class org.jets3t.service.impl.rest.SimpleHandler
 
controlReturned(SimpleHandler) - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.CompleteMultipartUploadResultHandler
 
controlReturned(SimpleHandler) - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.ListMultipartPartsResultHandler
 
controlReturned(SimpleHandler) - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.ListMultipartUploadsResultHandler
 
controlReturned(SimpleHandler) - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.MultipartUploadResultHandler
 
convertDirPlaceholderKeyNameToDirName(String) - Static method in class org.jets3t.service.utils.ObjectUtils
 
convertHeadersToMap(Header[]) - Static method in class org.jets3t.service.utils.RestUtils
 
convertRsaPemToDer(InputStream) - Static method in class org.jets3t.service.security.EncryptionUtil
Convert a PEM encoded RSA certificate file into a DER format byte array.
copy(String, String) - Static method in class contribs.mx.S3ObjectMx
 
copyObject(String, String, String, StorageObject, boolean, Calendar, Calendar, String[], String[]) - Method in class org.jets3t.service.StorageService
Copy an object.
copyObject(String, String, String, StorageObject, boolean) - Method in class org.jets3t.service.StorageService
Copy an object.
copyObjectImpl(String, String, String, String, AccessControlList, Map<String, Object>, Calendar, Calendar, String[], String[], String, String, String) - Method in class org.jets3t.service.impl.rest.httpclient.RestStorageService
 
copyObjectImpl(String, String, String, String, AccessControlList, Map<String, Object>, Calendar, Calendar, String[], String[], String, String, String) - Method in class org.jets3t.service.StorageService
Copy an object within your account.
CopyObjectResultHandler() - Constructor for class org.jets3t.service.impl.rest.XmlResponsesSaxParser.CopyObjectResultHandler
 
copyObjects(String, String, String[], StorageObject[], boolean) - Method in class org.jets3t.service.multi.SimpleThreadedStorageService
Copies multiple objects within or between buckets.
copyObjects(String, String, String[], StorageObject[], boolean) - Method in class org.jets3t.service.multi.ThreadedStorageService
Copies multiple objects within or between buckets, while sending CopyObjectsEvent notification events.
copyObjects(String, String, String[], S3Object[], boolean) - Method in class org.jets3t.service.multithread.S3ServiceMulti
Deprecated.
Copies multiple objects within or between buckets, while sending CopyObjectsEvent notification events.
copyObjects(String, String, String[], S3Object[], boolean) - Method in class org.jets3t.service.multithread.S3ServiceSimpleMulti
Deprecated.
Copies multiple objects within or between buckets.
CopyObjectsDialog - Class in org.jets3t.gui
Dialog for choosing the destination bucket for an Object copy operation, and specifying how the copy will be performed.
CopyObjectsDialog(Frame, String, SkinsFactory, S3Object[], S3Bucket[]) - Constructor for class org.jets3t.gui.CopyObjectsDialog
Construct a modal dialog for controlling copy opeations.
CopyObjectsEvent - Class in org.jets3t.service.multi.event
CopyObjectsEvent - Class in org.jets3t.service.multithread
copyVersionedObject(String, String, String, String, S3Object, boolean, Calendar, Calendar, String[], String[]) - Method in class org.jets3t.service.S3Service
Copy an object with a specific version within your S3 account.
copyVersionedObject(String, String, String, String, S3Object, boolean) - Method in class org.jets3t.service.S3Service
Copy an object with a specific version within your S3 account.
countBytesInObjects(S3Object[]) - Static method in class org.jets3t.service.utils.ServiceUtils
Counts the total number of bytes in a set of S3Objects by summing the content length of each.
createBucket(String) - Method in class org.jets3t.service.impl.rest.httpclient.GoogleStorageService
 
createBucket(String, String, AccessControlList, String) - Method in class org.jets3t.service.impl.rest.httpclient.GoogleStorageService
Creates a bucket in a specific location, without checking whether the bucket already exists.
createBucket(String, String, AccessControlList) - Method in class org.jets3t.service.impl.rest.httpclient.GoogleStorageService
 
createBucket(String) - Method in class org.jets3t.service.S3Service
 
createBucket(String, String, AccessControlList) - Method in class org.jets3t.service.S3Service
Creates a bucket in a specific location, without checking whether the bucket already exists.
createBucket(String, String) - Method in class org.jets3t.service.S3Service
Creates a bucket in a specific location, without checking whether the bucket already exists.
createBucket(S3Bucket) - Method in class org.jets3t.service.S3Service
Creates a bucket in S3 based on the provided bucket object, with the Access Control List settings and location properties of the bucket object (if any).
createBucket(String) - Method in class org.jets3t.service.StorageService
Creates a bucket.
createBucket(StorageBucket) - Method in class org.jets3t.service.StorageService
Create a bucket with the Access Control List settings of the bucket object (if any).
CreateBucketConfiguration - Class in org.jets3t.service.model
Represents the location configuraton to be applied to a newly created Bucket.
CreateBucketConfiguration() - Constructor for class org.jets3t.service.model.CreateBucketConfiguration
 
CreateBucketConfiguration(String) - Constructor for class org.jets3t.service.model.CreateBucketConfiguration
 
CreateBucketDialog - Class in org.jets3t.apps.cockpit.gui
Dialog box to prompt for the name and location of an S3 bucket.
CreateBucketDialog(String, Frame, HyperlinkActivatedListener) - Constructor for class org.jets3t.apps.cockpit.gui.CreateBucketDialog
 
createBucketImpl(String, String, AccessControlList, String) - Method in class org.jets3t.service.impl.rest.httpclient.GoogleStorageService
 
createBucketImpl(String, String, AccessControlList, Map<String, Object>) - Method in class org.jets3t.service.impl.rest.httpclient.RestStorageService
 
createBucketImpl(String, String, AccessControlList) - Method in class org.jets3t.service.StorageService
Creates a bucket.
createBucketImpl(String, String, AccessControlList, Map<String, Object>) - Method in class org.jets3t.service.StorageService
Creates a bucket.
createBuckets(String[]) - Method in class org.jets3t.service.multi.SimpleThreadedStorageService
Creates multiple buckets.
createBuckets(String[]) - Method in class org.jets3t.service.multi.ThreadedStorageService
Creates multiple buckets, and sends CreateBucketsEvent notification events.
createBuckets(S3Bucket[]) - Method in class org.jets3t.service.multithread.S3ServiceMulti
Deprecated.
Creates multiple buckets, and sends CreateBucketsEvent notification events.
createBuckets(S3Bucket[]) - Method in class org.jets3t.service.multithread.S3ServiceSimpleMulti
Deprecated.
Creates multiple buckets.
CreateBucketsEvent - Class in org.jets3t.service.multi.event
Multi-threaded service event fired by ThreadedStorageService.createBuckets(String[]).
CreateBucketsEvent - Class in org.jets3t.service.multithread
Multi-threaded service event fired by S3ServiceMulti.createBuckets(S3Bucket[]).
createConnectionPool(HttpParams) - Method in class org.jets3t.service.utils.RestUtils.ThreadSafeConnManager
 
createDefaultHttpParams() - Static method in class org.jets3t.service.utils.RestUtils
Default Http parameters got from the DefaultHttpClient implementation.
createDistribution(Origin, String, String[], String, boolean, LoggingStatus, boolean, String[], String[], String) - Method in class org.jets3t.service.CloudFrontService
Create a public or private CloudFront distribution for an S3 bucket.
createDistribution(Origin, String, String[], String, boolean, LoggingStatus, boolean, String[], String[], String, Long) - Method in class org.jets3t.service.CloudFrontService
Deprecated.
createDistribution(Origin) - Method in class org.jets3t.service.CloudFrontService
Create a minimally-configured CloudFront distribution for an S3 bucket that will be publicly available once created.
createDistribution(Origin, String, String[], String, boolean, LoggingStatus) - Method in class org.jets3t.service.CloudFrontService
Create a public CloudFront distribution for an S3 bucket.
createDistribution(DistributionConfig) - Method in class org.jets3t.service.CloudFrontService
Create a public or private CloudFront distribution for an S3 bucket based on a pre-configured DistributionConfig.
createDistributionImpl(DistributionConfig) - Method in class org.jets3t.service.CloudFrontService
Create a streaming or non-streaming distribution.
createObjectForUpload(String, File, byte[], EncryptionUtil, boolean, BytesProgressWatcher) - Static method in class org.jets3t.service.utils.ObjectUtils
Prepares a file for upload to a named object in S3, potentially transforming it if zipping or encryption is requested.
createObjectForUpload(String, File, EncryptionUtil, boolean, BytesProgressWatcher) - Static method in class org.jets3t.service.utils.ObjectUtils
Prepares a file for upload to a named object in S3, potentially transforming it if zipping or encryption is requested.
createObjectForUpload(String, File, EncryptionUtil, boolean) - Static method in class org.jets3t.service.utils.ObjectUtils
Prepares a file for upload to a named object in S3, potentially transforming it if zipping or encryption is requested.
createObjectImpl(String, String, String, HttpEntity, Map<String, Object>, Map<String, String>, AccessControlList, String, String) - Method in class org.jets3t.service.impl.rest.httpclient.RestStorageService
 
CreateObjectsEvent - Class in org.jets3t.service.multi.event
Multi-threaded service event fired by ThreadedStorageService.putObjects(String, StorageObject[]).
CreateObjectsEvent - Class in org.jets3t.service.multithread
Multi-threaded service event fired by S3ServiceMulti.putObjects(S3Bucket, S3Object[]).
createOriginAccessIdentity(String, String) - Method in class org.jets3t.service.CloudFrontService
Create a new Origin Access Identity
createPackageForDownload(StorageObject, File, boolean, boolean, String) - Static method in class org.jets3t.service.utils.ObjectUtils
Creates a download package representing an S3Object that will be downloaded, and the target file the downloaded data will be written to.
createPackageForDownload(S3Object, File, boolean, boolean, String) - Static method in class org.jets3t.service.utils.ObjectUtils
createSignedDeleteUrl(String, String, Date, boolean) - Method in class org.jets3t.service.S3Service
Generates a signed DELETE URL.
createSignedDeleteUrl(String, String, Date) - Method in class org.jets3t.service.S3Service
Generates a signed DELETE URL.
createSignedDeleteUrl(String, String, ProviderCredentials, Date, boolean) - Method in class org.jets3t.service.S3Service
Deprecated.
0.7.4
createSignedDeleteUrl(String, String, ProviderCredentials, Date) - Method in class org.jets3t.service.S3Service
Deprecated.
0.7.4
createSignedGetUrl(String, String, Date, boolean) - Method in class org.jets3t.service.S3Service
Generates a signed GET URL.
createSignedGetUrl(String, String, Date) - Method in class org.jets3t.service.S3Service
Generates a signed GET URL.
createSignedGetUrl(String, String, ProviderCredentials, Date, boolean) - Method in class org.jets3t.service.S3Service
Deprecated.
0.7.4
createSignedGetUrl(String, String, ProviderCredentials, Date) - Method in class org.jets3t.service.S3Service
Deprecated.
0.7.4
createSignedHeadUrl(String, String, Date, boolean) - Method in class org.jets3t.service.S3Service
Generates a signed HEAD URL.
createSignedHeadUrl(String, String, Date) - Method in class org.jets3t.service.S3Service
Generates a signed HEAD URL.
createSignedHeadUrl(String, String, ProviderCredentials, Date, boolean) - Method in class org.jets3t.service.S3Service
Deprecated.
0.7.4
createSignedHeadUrl(String, String, ProviderCredentials, Date) - Method in class org.jets3t.service.S3Service
Deprecated.
0.7.4
createSignedPutUrl(String, String, Map<String, Object>, Date, boolean) - Method in class org.jets3t.service.S3Service
Generates a signed PUT URL.
createSignedPutUrl(String, String, Map<String, Object>, Date) - Method in class org.jets3t.service.S3Service
Generates a signed PUT URL.
createSignedPutUrl(String, String, Map<String, Object>, ProviderCredentials, Date, boolean) - Method in class org.jets3t.service.S3Service
Deprecated.
0.7.4
createSignedPutUrl(String, String, Map<String, Object>, ProviderCredentials, Date) - Method in class org.jets3t.service.S3Service
Deprecated.
0.7.4
createSignedUrl(String, String, String, String, Map<String, Object>, long, boolean, boolean, boolean) - Method in class org.jets3t.service.S3Service
Generates a signed URL string that will grant access to an S3 resource (bucket or object) to whoever uses the URL up until the time specified.
createSignedUrl(String, String, String, String, Map<String, Object>, long, boolean) - Method in class org.jets3t.service.S3Service
Generates a signed URL string that will grant access to an S3 resource (bucket or object) to whoever uses the URL up until the time specified.
createSignedUrl(String, String, String, String, Map<String, Object>, long) - Method in class org.jets3t.service.S3Service
Generates a signed URL string that will grant access to an S3 resource (bucket or object) to whoever uses the URL up until the time specified.
createSignedUrl(String, String, String, String, Map<String, Object>, ProviderCredentials, long, boolean, boolean, boolean) - Static method in class org.jets3t.service.S3Service
Deprecated.
0.7.4
createSignedUrl(String, String, String, String, Map<String, Object>, ProviderCredentials, long, boolean) - Method in class org.jets3t.service.S3Service
Deprecated.
0.7.4
createSignedUrl(String, String, String, String, Map<String, Object>, ProviderCredentials, long) - Method in class org.jets3t.service.S3Service
Deprecated.
0.7.4
createSignedUrlUsingSignatureVersion(String, String, String, String, String, String, Map<String, Object>, long, boolean, boolean, boolean) - Method in class org.jets3t.service.S3Service
Generates a signed URL string that will grant access to an S3 resource (bucket or object) to whoever uses the URL up until the time specified, using a given AWS Signature version to sign the request.
createSkinnedJButton(String) - Method in class org.jets3t.gui.skins.SkinsFactory
 
createSkinnedJCheckBox(String) - Method in class org.jets3t.gui.skins.SkinsFactory
 
createSkinnedJComboBox(String) - Method in class org.jets3t.gui.skins.SkinsFactory
 
createSkinnedJHtmlLabel(String, HyperlinkActivatedListener) - Method in class org.jets3t.gui.skins.SkinsFactory
 
createSkinnedJHtmlLabel(String) - Method in class org.jets3t.gui.skins.SkinsFactory
 
createSkinnedJMenuItem(String) - Method in class org.jets3t.gui.skins.SkinsFactory
 
createSkinnedJPanel(String) - Method in class org.jets3t.gui.skins.SkinsFactory
 
createSkinnedJPasswordField(String) - Method in class org.jets3t.gui.skins.SkinsFactory
 
createSkinnedJPopupMenu(String) - Method in class org.jets3t.gui.skins.SkinsFactory
 
createSkinnedJProgressBar(String, int, int) - Method in class org.jets3t.gui.skins.SkinsFactory
 
createSkinnedJRadioButton(String) - Method in class org.jets3t.gui.skins.SkinsFactory
 
createSkinnedJScrollPane(String, Object) - Method in class org.jets3t.gui.skins.SkinsFactory
 
createSkinnedJScrollPane(String) - Method in class org.jets3t.gui.skins.SkinsFactory
 
createSkinnedJTable(String) - Method in class org.jets3t.gui.skins.SkinsFactory
 
createSkinnedJTextArea(String) - Method in class org.jets3t.gui.skins.SkinsFactory
 
createSkinnedJTextField(String) - Method in class org.jets3t.gui.skins.SkinsFactory
 
createSkinnedMetalTheme(String) - Method in class org.jets3t.gui.skins.SkinsFactory
 
createStreamingDistribution(Origin, String, String[], String, boolean, LoggingStatus, boolean, String[]) - Method in class org.jets3t.service.CloudFrontService
Deprecated.
createStreamingDistribution(Origin, String, String[], String, boolean, LoggingStatus) - Method in class org.jets3t.service.CloudFrontService
Deprecated.
createTorrentUrl(String, String) - Method in class org.jets3t.service.S3Service
Generates a URL string that will return a Torrent file for an object in S3, which file can be downloaded and run in a BitTorrent client.
createUnsignedObjectUrl(String, String, boolean, boolean, boolean) - Method in class org.jets3t.service.S3Service
Returns the URL representing an object in S3 without a signature.
credentials - Variable in class org.jets3t.servlets.gatekeeper.impl.DefaultBucketLister
 
credentials - Variable in class org.jets3t.servlets.gatekeeper.impl.DefaultUrlSigner
 
CREDENTIALS_STORAGE_VERSION - Static variable in class org.jets3t.service.security.ProviderCredentials
 
CredentialsDialog - Class in org.jets3t.apps.cockpit.gui
Dialog box for obtaining a user's credentials, where the dialog is simply a wrapping for a LoginCredentialsPanel.
CredentialsDialog(Frame, boolean, Jets3tProperties, HyperlinkActivatedListener) - Constructor for class org.jets3t.apps.cockpit.gui.CredentialsDialog
Displays a dialog box prompting for a user's credentials
credentialsProvider - Variable in class org.jets3t.service.impl.rest.httpclient.RestStorageService
 
currentGrantee - Variable in class org.jets3t.service.impl.rest.AccessControlListHandler
 
currentHandler - Variable in class org.jets3t.service.impl.rest.SimpleHandler
 
currentPermission - Variable in class org.jets3t.service.impl.rest.AccessControlListHandler
 
CustomOrigin - Class in org.jets3t.service.model.cloudfront
 
CustomOrigin(String, CustomOrigin.OriginProtocolPolicy) - Constructor for class org.jets3t.service.model.cloudfront.CustomOrigin
 
CustomOrigin(String, String, CustomOrigin.OriginProtocolPolicy) - Constructor for class org.jets3t.service.model.cloudfront.CustomOrigin
 
CustomOrigin(String, CustomOrigin.OriginProtocolPolicy, int, int) - Constructor for class org.jets3t.service.model.cloudfront.CustomOrigin
 
CustomOrigin(String, String, CustomOrigin.OriginProtocolPolicy, int, int) - Constructor for class org.jets3t.service.model.cloudfront.CustomOrigin
 
CustomOrigin.OriginProtocolPolicy - Enum in org.jets3t.service.model.cloudfront
 

D

dataInputFile - Variable in class org.jets3t.service.model.StorageObject
Store references to files when the object's data comes from a file, to allow for lazy opening of the file's input streams.
dataInputStream - Variable in class org.jets3t.service.model.StorageObject
 
date - Variable in class org.jets3t.service.model.LifecycleConfig.TimeEvent
 
days - Variable in class org.jets3t.service.model.LifecycleConfig.TimeEvent
 
declineRequest(String) - Method in class org.jets3t.service.utils.gatekeeper.SignatureRequest
Decline the request by setting the decline reason for this request - performed by a Gatekeeper service when a request has been disallowed.
decodeFromProperties(Map) - Static method in class org.jets3t.service.utils.gatekeeper.GatekeeperMessage
Decodes (parses) a Gatekeeper message from the given properties.
decrypt(byte[]) - Method in class org.jets3t.service.security.EncryptionUtil
Decrypts byte data to bytes.
decrypt(byte[], int, int) - Method in class org.jets3t.service.security.EncryptionUtil
Decrypts a byte data range to bytes.
decrypt(InputStream) - Method in class org.jets3t.service.security.EncryptionUtil
Wraps an input stream in an decrypting cipher stream.
decrypt(OutputStream) - Method in class org.jets3t.service.security.EncryptionUtil
Wraps an output stream in a decrypting cipher stream.
decryptFile(File, File) - Method in class org.jets3t.apps.utils.FileCryptoTool
 
decryptString(byte[]) - Method in class org.jets3t.service.security.EncryptionUtil
Decrypts byte data to a UTF-8 string.
decryptString(byte[], int, int) - Method in class org.jets3t.service.security.EncryptionUtil
Decrypts a UTF-8 string.
DEFAULT_ALGORITHM - Static variable in class org.jets3t.service.security.EncryptionUtil
 
DEFAULT_BUCKET_SUFFIX - Static variable in class org.jets3t.service.CloudFrontService
 
DEFAULT_BUFFER_SIZE - Static variable in class org.jets3t.service.impl.rest.httpclient.RepeatableRequestEntity
 
DEFAULT_ENCODING - Static variable in class org.jets3t.service.Constants
The default encoding used for text data: UTF-8
DEFAULT_OBJECT_LIST_CHUNK_SIZE - Static variable in class org.jets3t.service.Constants
Default number of objects to include in each chunk of an object listing.
DEFAULT_PREFERENCES_DIRECTORY - Static variable in class org.jets3t.service.Constants
The default preferences directory: <user.home>/.jets3t
DEFAULT_VERSION - Static variable in class org.jets3t.service.security.EncryptionUtil
 
DefaultAuthorizer - Class in org.jets3t.servlets.gatekeeper.impl
Default Authorizer implementation that allows all signature requests.
DefaultAuthorizer(ServletConfig) - Constructor for class org.jets3t.servlets.gatekeeper.impl.DefaultAuthorizer
Constructs the Authorizer - no configuration parameters are required.
DefaultBucketLister - Class in org.jets3t.servlets.gatekeeper.impl
Default BucketLister implementation that lists all objects in the configured bucket.
DefaultBucketLister(ServletConfig) - Constructor for class org.jets3t.servlets.gatekeeper.impl.DefaultBucketLister
Constructs the Bucket lister with the required parameters.
defaultServerSideEncryptionAlgorithm - Variable in class org.jets3t.service.impl.rest.httpclient.RestStorageService
 
defaultStorageClass - Variable in class org.jets3t.service.impl.rest.httpclient.RestStorageService
 
DefaultTransactionIdProvider - Class in org.jets3t.servlets.gatekeeper.impl
Default TransactionIdProvider implementation that generated random-based UUIDs using the java.util.UUID Generator.
DefaultTransactionIdProvider(ServletConfig) - Constructor for class org.jets3t.servlets.gatekeeper.impl.DefaultTransactionIdProvider
Constructs the TransactionIdProvider - no configuration parameters are required.
DefaultUrlSigner - Class in org.jets3t.servlets.gatekeeper.impl
Default UrlSigner implementation that signs all requests, putting all objects in a specific S3 bucket and limiting the signature time to a configurable time period.
DefaultUrlSigner(ServletConfig) - Constructor for class org.jets3t.servlets.gatekeeper.impl.DefaultUrlSigner
Constructs the UrlSigner with the required parameters.
DefaultXmlHandler - Class in org.jets3t.service.impl.rest
 
DefaultXmlHandler() - Constructor for class org.jets3t.service.impl.rest.DefaultXmlHandler
 
delete(String, String) - Static method in class contribs.mx.S3ObjectMx
 
deleteBucket(S3Bucket) - Method in class org.jets3t.service.S3Service
Deprecated.
0.8.0

This method cannot be performed by anonymous services.

deleteBucket(StorageBucket) - Method in class org.jets3t.service.StorageService
Deletes a bucket.
deleteBucket(String) - Method in class org.jets3t.service.StorageService
Deletes a bucket.
deleteBucketImpl(String) - Method in class org.jets3t.service.impl.rest.httpclient.RestStorageService
 
deleteBucketImpl(String) - Method in class org.jets3t.service.StorageService
 
deleteBucketPolicy(String) - Method in class org.jets3t.service.S3Service
Delete the acces control policy document for a bucket.
deleteBucketPolicyImpl(String) - Method in class org.jets3t.service.impl.rest.httpclient.RestS3Service
 
deleteBucketPolicyImpl(String) - Method in class org.jets3t.service.S3Service
 
deleteDistribution(String) - Method in class org.jets3t.service.CloudFrontService
Delete a disabled distribution.
deleteDistributionImpl(boolean, String) - Method in class org.jets3t.service.CloudFrontService
Delete a streaming or non-streaming distribution.
DeletedObjectResult(String, String, Boolean, String) - Constructor for class org.jets3t.service.model.MultipleDeleteResult.DeletedObjectResult
 
deletedObjectResults - Variable in class org.jets3t.service.model.MultipleDeleteResult
 
deleteLifecycleConfig(String) - Method in class org.jets3t.service.S3Service
Delete a bucket's lifecycle configuration; removes the effect of any previously-applied configuration.
deleteLifecycleConfigImpl(String) - Method in class org.jets3t.service.impl.rest.httpclient.RestS3Service
 
deleteLifecycleConfigImpl(String) - Method in class org.jets3t.service.S3Service
 
DeleteMultipartUploads - Class in org.jets3t.apps.utils
Simple command-line utility to delete lingering in-progress Multipart Upload parts from S3 when they pass a given age, since they are probably orphaned uploads that will never be completed.
DeleteMultipartUploads() - Constructor for class org.jets3t.apps.utils.DeleteMultipartUploads
 
deleteMultipleObjects(String, String[]) - Method in class org.jets3t.service.S3Service
Delete multiple objects in a bucket with a single request, with all details in the (non-"quiet") result.
deleteMultipleObjects(String, ObjectKeyAndVersion[]) - Method in class org.jets3t.service.S3Service
Delete multiple objects in a bucket with a single request, with all details in the (non-"quiet") result.
deleteMultipleObjects(String, ObjectKeyAndVersion[], boolean) - Method in class org.jets3t.service.S3Service
Delete multiple objects in a bucket with a single request.
deleteMultipleObjectsWithMFA(String, ObjectKeyAndVersion[], String, String, boolean) - Method in class org.jets3t.service.S3Service
Delete multiple objects in a bucket with a single request, with optional mult-factor authentication credentials to permit delete of objects that require it.
deleteMultipleObjectsWithMFAImpl(String, ObjectKeyAndVersion[], String, String, boolean) - Method in class org.jets3t.service.impl.rest.httpclient.RestS3Service
 
deleteMultipleObjectsWithMFAImpl(String, ObjectKeyAndVersion[], String, String, boolean) - Method in class org.jets3t.service.S3Service
 
deleteObject(S3Bucket, String) - Method in class org.jets3t.service.S3Service
Deletes an object from a bucket in S3.
deleteObject(String, String) - Method in class org.jets3t.service.StorageService
Deletes an object from a bucket.
deleteObjectImpl(String, String, String, String, String) - Method in class org.jets3t.service.impl.rest.httpclient.RestStorageService
 
deleteObjectImpl(String, String, String, String, String) - Method in class org.jets3t.service.StorageService
 
deleteObjects(String, StorageObject[]) - Method in class org.jets3t.service.multi.SimpleThreadedStorageService
Deletes multiple objects
deleteObjects(String, String[]) - Method in class org.jets3t.service.multi.ThreadedStorageService
Deletes multiple objects from a bucket, and sends DeleteObjectsEvent notification events.
deleteObjects(String, StorageObject[]) - Method in class org.jets3t.service.multi.ThreadedStorageService
Deletes multiple objects from a bucket, and sends DeleteObjectsEvent notification events.
deleteObjects(S3Bucket, String[]) - Method in class org.jets3t.service.multithread.S3ServiceMulti
Deprecated.
Deletes multiple objects from a bucket, and sends DeleteObjectsEvent notification events.
deleteObjects(S3Bucket, S3Object[]) - Method in class org.jets3t.service.multithread.S3ServiceMulti
Deprecated.
Deletes multiple objects from a bucket, and sends DeleteObjectsEvent notification events.
deleteObjects(String[]) - Method in class org.jets3t.service.multithread.S3ServiceMulti
Deprecated.
Deletes multiple objects from a bucket using signed DELETE URLs corresponding to those objects.
deleteObjects(S3Bucket, S3Object[]) - Method in class org.jets3t.service.multithread.S3ServiceSimpleMulti
Deprecated.
Deletes multiple objects
DeleteObjectsEvent - Class in org.jets3t.service.multi.event
Multi-threaded service event fired by ThreadedStorageService.deleteObjects(String, String[]).
DeleteObjectsEvent - Class in org.jets3t.service.multithread
Multi-threaded service event fired by S3ServiceMulti.deleteObjects(S3Bucket, S3Object[]).
deleteObjectWithSignedUrl(String) - Method in class org.jets3t.service.impl.rest.httpclient.RestStorageService
Deletes an object using a pre-signed DELETE URL generated for that object.
deleteObjectWithSignedUrl(String) - Method in interface org.jets3t.service.utils.signedurl.SignedUrlHandler
Deletes an object using a pre-signed DELETE URL generated for that object.
deleteOriginAccessIdentity(String) - Method in class org.jets3t.service.CloudFrontService
Delete an Origin Access Identity.
deleteStreamingDistribution(String) - Method in class org.jets3t.service.CloudFrontService
Delete a disabled streaming distribution.
deleteVersionedObject(String, String, String) - Method in class org.jets3t.service.S3Service
Deletes a object version from a bucket in S3.
DeleteVersionedObjectsEvent - Class in org.jets3t.service.multithread
deleteVersionedObjectWithMFA(String, String, String, String, String) - Method in class org.jets3t.service.S3Service
Deletes a object version from a bucket in S3.
deleteVersionsOfObject(String[], String, String) - Method in class org.jets3t.service.multithread.S3ServiceMulti
Deprecated.
Delete multiple object versions from a bucket in S3, and sends DeleteVersionedObjectsEvent notification events.
deleteVersionsOfObject(String[], String, String) - Method in class org.jets3t.service.multithread.S3ServiceSimpleMulti
Deprecated.
Deletes multiple versions.
deleteVersionsOfObjectWithMFA(String[], String, String, String, String) - Method in class org.jets3t.service.multithread.S3ServiceMulti
Deprecated.
Delete multiple object versions from a bucket in S3, and sends DeleteVersionedObjectsEvent notification events.
deleteVersionsOfObjectWithMFA(String[], String, String, String, String) - Method in class org.jets3t.service.multithread.S3ServiceSimpleMulti
Deprecated.
Deletes multiple versions.
deleteWebsiteConfig(String) - Method in class org.jets3t.service.impl.rest.httpclient.GoogleStorageService
Delete a bucket's website configuration; removes the effect of any previously-applied configuration.
deleteWebsiteConfig(String) - Method in class org.jets3t.service.S3Service
Delete a bucket's website configuration; removes the effect of any previously-applied configuration.
deleteWebsiteConfigImpl(String) - Method in class org.jets3t.service.impl.rest.httpclient.GoogleStorageService
 
deleteWebsiteConfigImpl(String) - Method in class org.jets3t.service.impl.rest.httpclient.RestStorageService
 
DELIM - Static variable in class org.jets3t.service.utils.gatekeeper.GatekeeperMessage
All message property names are delimited with a vertical bar (|).
delimiter - Variable in class org.jets3t.service.MultipartUploadChunk
 
delimiter - Variable in class org.jets3t.service.StorageObjectsChunk
 
DESCENDING - Static variable in class org.jets3t.gui.TableSorter
 
detectProxy(URL) - Static method in class org.apache.commons.httpclient.contrib.proxy.PluginProxyUtil
Returns the Proxy Host information using settings from the java plugin.
DEVPAY_PRODUCT_NAME_PROP_SUFFIX - Static variable in class org.jets3t.service.Constants
The property name suffix for the names of products
DEVPAY_PRODUCT_TOKEN_PROP_SUFFIX - Static variable in class org.jets3t.service.Constants
The property name suffix for the tokens of products
DEVPAY_PRODUCTS_PROPERTIES_FILENAME - Static variable in class org.jets3t.service.Constants
The file containing the list of AWS DevPay Products
disableDistributionForDeletion(String) - Method in class org.jets3t.service.CloudFrontService
Convenience method to disable a distribution that you intend to delete.
disableMFAForVersionedBucket(String, String, String) - Method in class org.jets3t.service.S3Service
Disable the multi-factor authentication (MFA) feature for a bucket that already has S3 object versioning and MFA enabled.
disableStreamingDistributionForDeletion(String) - Method in class org.jets3t.service.CloudFrontService
Convenience method to disable a streaming distribution that you intend to delete.
displayDialog(S3Object[], boolean) - Method in class org.jets3t.gui.ObjectsAttributesDialog
Display the dialog with data - always use this method instead of setVisible.
dispose() - Method in class org.jets3t.gui.ProgressDialog
 
dispose() - Method in class org.jets3t.gui.ProgressPanel
 
Distribution - Class in org.jets3t.service.model.cloudfront
 
Distribution(String, String, Date, Long, String, Map, DistributionConfig) - Constructor for class org.jets3t.service.model.cloudfront.Distribution
 
Distribution(String, String, Date, String, Origin, String[], String, boolean) - Constructor for class org.jets3t.service.model.cloudfront.Distribution
Deprecated.
as of 2012-05-05 API version.
Distribution(String, String, Date, String, Map, DistributionConfig) - Constructor for class org.jets3t.service.model.cloudfront.Distribution
Deprecated.
as of 2012-05-05 API version.
DistributionConfig - Class in org.jets3t.service.model.cloudfront
 
DistributionConfig() - Constructor for class org.jets3t.service.model.cloudfront.DistributionConfig
 
DistributionConfig(Origin[], String, String[], String, boolean, LoggingStatus, String, CacheBehavior, CacheBehavior[]) - Constructor for class org.jets3t.service.model.cloudfront.DistributionConfig
Construct a distribution configuration compatible with CloudFront API versions 2012-05-05 and later (i.e.
DistributionConfig(Origin, String, String[], String, boolean, LoggingStatus, boolean, String[], String[], String, Long) - Constructor for class org.jets3t.service.model.cloudfront.DistributionConfig
Deprecated.
as of 2012-05-05 API version.
DistributionConfig(Origin, String, String[], String, boolean, LoggingStatus) - Constructor for class org.jets3t.service.model.cloudfront.DistributionConfig
Deprecated.
as of 2012-05-05 API version.
DistributionConfigHandler(XMLReader) - Constructor for class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.DistributionConfigHandler
 
DistributionHandler(XMLReader) - Constructor for class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.DistributionHandler
 
DistributionListHandler(XMLReader) - Constructor for class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.DistributionListHandler
 
DistributionSummaryHandler(XMLReader) - Constructor for class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.DistributionSummaryHandler
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.jets3t.servlets.gatekeeper.GatekeeperServlet
Sends a simple HTML page in response to GET requests, indicating that the servlet is running.
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.jets3t.servlets.gatekeeper.GatekeeperServlet
Handles POST requests that contain Gatekeeper messages encoded as POST form properties, and sends a plain text response document containing the Gatekeeper response message encoded as a properties file.
downloadObjects(String, DownloadPackage[]) - Method in class org.jets3t.service.multi.SimpleThreadedStorageService
A convenience method to download multiple objects from S3 to pre-existing output streams, which is particularly useful for downloading objects to files.
downloadObjects(String, DownloadPackage[], ErrorPermitter) - Method in class org.jets3t.service.multi.SimpleThreadedStorageService
A convenience method to download multiple objects from S3 to pre-existing output streams, which is particularly useful for downloading objects to files.
downloadObjects(String, DownloadPackage[]) - Method in class org.jets3t.service.multi.ThreadedStorageService
A convenience method to download multiple objects to pre-existing output streams, which is particularly useful for downloading objects to files.
downloadObjects(String, DownloadPackage[], ErrorPermitter) - Method in class org.jets3t.service.multi.ThreadedStorageService
A convenience method to download multiple objects to pre-existing output streams, which is particularly useful for downloading objects to files.
downloadObjects(S3Bucket, DownloadPackage[]) - Method in class org.jets3t.service.multithread.S3ServiceMulti
Deprecated.
A convenience method to download multiple objects from S3 to pre-existing output streams, which is particularly useful for downloading objects to files.
downloadObjects(DownloadPackage[]) - Method in class org.jets3t.service.multithread.S3ServiceMulti
Deprecated.
A convenience method to download multiple objects from S3 to pre-existing output streams, which is particularly useful for downloading objects to files.
downloadObjects(S3Bucket, DownloadPackage[]) - Method in class org.jets3t.service.multithread.S3ServiceSimpleMulti
Deprecated.
A convenience method to download multiple objects from S3 to pre-existing output streams, which is particularly useful for downloading objects to files.
DownloadObjectsEvent - Class in org.jets3t.service.multi.event
DownloadObjectsEvent - Class in org.jets3t.service.multithread
DownloadPackage - Class in org.jets3t.service.multi
A simple container object to associate a StorageObject with an output file or output stream to which the object's data will be written.
DownloadPackage(StorageObject, File) - Constructor for class org.jets3t.service.multi.DownloadPackage
 
DownloadPackage(StorageObject, File, boolean, EncryptionUtil) - Constructor for class org.jets3t.service.multi.DownloadPackage
 
DownloadPackage(StorageObject, OutputStream) - Constructor for class org.jets3t.service.multi.DownloadPackage
 
DownloadPackage(StorageObject, OutputStream, boolean, EncryptionUtil) - Constructor for class org.jets3t.service.multi.DownloadPackage
 
DownloadPackage - Class in org.jets3t.service.multithread
Deprecated.
0.8.0 use DownloadPackage instead.
DownloadPackage(String, File, boolean, EncryptionUtil) - Constructor for class org.jets3t.service.multithread.DownloadPackage
Deprecated.
 
DownloadPackage(String, OutputStream, boolean, EncryptionUtil) - Constructor for class org.jets3t.service.multithread.DownloadPackage
Deprecated.
 
DownloadPackage(S3Object, File) - Constructor for class org.jets3t.service.multithread.DownloadPackage
Deprecated.
 
DownloadPackage(S3Object, File, boolean, EncryptionUtil) - Constructor for class org.jets3t.service.multithread.DownloadPackage
Deprecated.
 
DownloadPackage(S3Object, OutputStream) - Constructor for class org.jets3t.service.multithread.DownloadPackage
Deprecated.
 
DownloadPackage(S3Object, OutputStream, boolean, EncryptionUtil) - Constructor for class org.jets3t.service.multithread.DownloadPackage
Deprecated.
 

E

EmailAddressGrantee - Class in org.jets3t.service.acl
Represents an Email Grantee, that is a grantee identified by their email address and authenticated by an Amazon system.
EmailAddressGrantee() - Constructor for class org.jets3t.service.acl.EmailAddressGrantee
Default construtor.
EmailAddressGrantee(String) - Constructor for class org.jets3t.service.acl.EmailAddressGrantee
Constructs an email grantee with the given email address.
EMPTY_PASSWORD_SURROGATE - Static variable in class org.jets3t.apps.cockpit.gui.StartupDialog
 
enableBucketVersioning(String) - Method in class org.jets3t.service.S3Service
Enable the S3 object versioning feature for a bucket.
enableBucketVersioningAndMFA(String) - Method in class org.jets3t.service.S3Service
Enable the S3 object versioning feature and also enable the multi-factor authentication (MFA) feature for a bucket which does not yet have MFA enabled.
enableBucketVersioningWithMFA(String, String, String) - Method in class org.jets3t.service.S3Service
Enable the S3 object versioning feature for a bucket that already has multi-factor authentication (MFA) enabled.
enabled - Variable in class org.jets3t.service.model.LifecycleConfig.Rule
 
encodeToProperties() - Method in class org.jets3t.service.utils.gatekeeper.GatekeeperMessage
Encodes a Gatekeeper message as a properties object, with all signature requests identified with a unique zero-based index number.
encodeUrlPath(String, String) - Static method in class org.jets3t.service.utils.RestUtils
Encodes a URL string but leaves a delimiter string unencoded.
encodeUrlString(String) - Static method in class org.jets3t.service.utils.RestUtils
Encodes a URL string, and ensures that spaces are encoded as "%20" instead of "+" to keep fussy web browsers happier.
encrypt(String) - Method in class org.jets3t.service.security.EncryptionUtil
Encrypts a UTF-8 string to byte data.
encrypt(byte[]) - Method in class org.jets3t.service.security.EncryptionUtil
Encrypts byte data to bytes.
encrypt(InputStream) - Method in class org.jets3t.service.security.EncryptionUtil
Wraps an input stream in an encrypting cipher stream.
encrypt(OutputStream) - Method in class org.jets3t.service.security.EncryptionUtil
Wraps an output stream in an encrypting cipher stream.
encryptFile(File, File) - Method in class org.jets3t.apps.utils.FileCryptoTool
 
encryptionUtil - Variable in class org.jets3t.service.multi.DownloadPackage
 
EncryptionUtil - Class in org.jets3t.service.security
Utility class to handle encryption and decryption in the JetS3t suite.
EncryptionUtil(String, String, String) - Constructor for class org.jets3t.service.security.EncryptionUtil
Constructs class configured with the provided password, and set up to use the encryption method specified.
EncryptionUtil(String) - Constructor for class org.jets3t.service.security.EncryptionUtil
Constructs class configured with the provided password, and set up to use the default encryption algorithm PBEWithMD5AndDES.
endAwsAccountNumber(String) - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.DistributionHandler
 
endAwsAccountNumber(String) - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.TrustedSignersHandler
 
endBucket(String) - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.LoggingStatusHandler
 
endBucket(String) - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.CompleteMultipartUploadResultHandler
 
endBucket(String) - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.ListMultipartPartsResultHandler
 
endBucket(String) - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.ListMultipartUploadsResultHandler
 
endBucket(String) - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.MultipartUploadResultHandler
 
endCacheBehavior(String) - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.CacheBehaviorHandler
 
endCallerReference(String) - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.DistributionConfigHandler
 
endCallerReference(String) - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.InvalidationHandler
 
endCallerReference(String) - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.OriginAccessIdentityConfigHandler
 
endCloudFrontOriginAccessIdentity(String) - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.OriginAccessIdentityHandler
 
endCloudFrontOriginAccessIdentityConfig(String) - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.OriginAccessIdentityConfigHandler
 
endCloudFrontOriginAccessIdentitySummary(String) - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.OriginAccessIdentityHandler
 
endCNAME(String) - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.DistributionConfigHandler
 
endCNAME(String) - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.DistributionSummaryHandler
 
endCode(String) - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.ErrorHandler
 
endCode(String) - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.CompleteMultipartUploadErrorHandler
 
endComment(String) - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.DistributionConfigHandler
 
endComment(String) - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.DistributionSummaryHandler
 
endComment(String) - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.OriginAccessIdentityConfigHandler
 
endComment(String) - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.OriginAccessIdentityHandler
 
endCommonPrefixes() - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.ListMultipartUploadsResultHandler
 
endCreateTime(String) - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.InvalidationHandler
 
endCustomOriginConfig(String) - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.OriginHandler
 
endDate(String) - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.LifecycleConfigurationHandler
 
endDays(String) - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.LifecycleConfigurationHandler
 
endDefaultCacheBehavior(String) - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.CacheBehaviorHandler
 
endDefaultRootObject(String) - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.DistributionConfigHandler
 
endDetail(String) - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.ErrorHandler
 
endDisplayName(String) - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.OwnerHandler
 
endDistribution(String) - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.DistributionHandler
 
endDistributionConfig(String) - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.DistributionConfigHandler
 
endDistributionSummary(String) - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.DistributionSummaryHandler
 
endDocument() - Method in class org.jets3t.service.impl.rest.DefaultXmlHandler
 
endDomainName(String) - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.DistributionHandler
 
endDomainName(String) - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.DistributionSummaryHandler
 
endDomainName(String) - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.OriginHandler
 
endElement(String, String) - Method in class org.jets3t.service.impl.rest.AccessControlListHandler
 
endElement(String, String, String) - Method in class org.jets3t.service.impl.rest.DefaultXmlHandler
 
endElement(String, String) - Method in class org.jets3t.service.impl.rest.DefaultXmlHandler
 
endElement(String, String) - Method in class org.jets3t.service.impl.rest.GSAccessControlListHandler
 
endElement(String, String, String) - Method in class org.jets3t.service.impl.rest.SimpleHandler
 
endElement(String, String) - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.BucketLocationHandler
 
endElement(String, String) - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.CopyObjectResultHandler
 
endElement(String, String) - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.GSBucketLoggingStatusHandler
 
endElement(String, String) - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.GSWebsiteConfigurationHandler
 
endElement(String, String) - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.ListAllMyBucketsHandler
 
endElement(String, String) - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.ListBucketHandler
 
endElement(String, String) - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.ListVersionsResultsHandler
 
endElement(String, String) - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.MultipleDeleteResultHandler
 
endElement(String, String) - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.NotificationConfigurationHandler
 
endElement(String, String) - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.RequestPaymentConfigurationHandler
 
endElement(String, String) - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.S3BucketLoggingStatusHandler
 
endElement(String, String) - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.S3WebsiteConfigurationHandler
 
endElement(String, String) - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.VersioningConfigurationHandler
 
endEnabled(String) - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.DistributionConfigHandler
 
endEnabled(String) - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.DistributionSummaryHandler
 
endEnabled(String) - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.LoggingStatusHandler
 
endError(String) - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.CompleteMultipartUploadErrorHandler
 
endETag(String) - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.CompleteMultipartUploadErrorHandler
 
endETag(String) - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.CompleteMultipartUploadResultHandler
 
endETag(String) - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.MultipartPartResultHandler
 
endHostId(String) - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.CompleteMultipartUploadErrorHandler
 
endHTTPPort(String) - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.OriginHandler
 
endHTTPSPort(String) - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.OriginHandler
 
endId(String) - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.DistributionHandler
 
endId(String) - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.DistributionSummaryHandler
 
endId(String) - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.InvalidationHandler
 
endId(String) - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.InvalidationListHandler
 
endId(String) - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.OriginAccessIdentityHandler
 
endId(String) - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.OriginHandler
 
endID(String) - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.LifecycleConfigurationHandler
 
endID(String) - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.OwnerHandler
 
endInitiated(String) - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.MultipartUploadResultHandler
 
endInitiator(String) - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.OwnerHandler
 
endInProgressInvalidationBatches(String) - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.DistributionSummaryHandler
 
endInvalidationList(String) - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.InvalidationListHandler
 
endIsTruncated(String) - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.DistributionListHandler
 
endIsTruncated(String) - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.InvalidationListHandler
 
endIsTruncated(String) - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.OriginAccessIdentityListHandler
 
endIsTruncated(String) - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.ListMultipartPartsResultHandler
 
endIsTruncated(String) - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.ListMultipartUploadsResultHandler
 
endKey(String) - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.CompleteMultipartUploadResultHandler
 
endKey(String) - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.ListMultipartPartsResultHandler
 
endKey(String) - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.MultipartUploadResultHandler
 
endKeyMarker(String) - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.ListMultipartUploadsResultHandler
 
endKeyPairId(String) - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.DistributionHandler
 
endLastModified(String) - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.MultipartPartResultHandler
 
endLastModifiedTime(String) - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.DistributionHandler
 
endLastModifiedTime(String) - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.DistributionSummaryHandler
 
endLocation(String) - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.CompleteMultipartUploadResultHandler
 
endLogging(String) - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.LoggingStatusHandler
 
endMarker(String) - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.DistributionListHandler
 
endMarker(String) - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.InvalidationListHandler
 
endMarker(String) - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.OriginAccessIdentityListHandler
 
endMaxItems(String) - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.DistributionListHandler
 
endMaxItems(String) - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.InvalidationListHandler
 
endMaxItems(String) - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.OriginAccessIdentityListHandler
 
endMaxParts(String) - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.ListMultipartPartsResultHandler
 
endMaxUploads(String) - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.ListMultipartUploadsResultHandler
 
endMessage(String) - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.ErrorHandler
 
endMessage(String) - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.CompleteMultipartUploadErrorHandler
 
endMinSizeAllowed(String) - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.CompleteMultipartUploadErrorHandler
 
endMinTTL(String) - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.CacheBehaviorHandler
 
endNextKeyMarker(String) - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.ListMultipartUploadsResultHandler
 
endNextMarker(String) - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.DistributionListHandler
 
endNextMarker(String) - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.InvalidationListHandler
 
endNextMarker(String) - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.OriginAccessIdentityListHandler
 
endNextPartNumberMarker(String) - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.ListMultipartPartsResultHandler
 
endNextUploadIdMarker(String) - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.ListMultipartUploadsResultHandler
 
endOriginAccessIdentity(String) - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.OriginHandler
 
endOriginProtocolPolicy(String) - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.OriginHandler
 
endOwner(String) - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.OwnerHandler
 
endPart(String) - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.MultipartPartResultHandler
 
endPartNumber(String) - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.CompleteMultipartUploadErrorHandler
 
endPartNumber(String) - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.MultipartPartResultHandler
 
endPartNumberMarker(String) - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.ListMultipartPartsResultHandler
 
endPath(String) - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.InvalidationHandler
 
endPathPattern(String) - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.CacheBehaviorHandler
 
ENDPOINT - Static variable in class org.jets3t.service.CloudFrontService
 
Endpoints() - Constructor for class org.jets3t.service.utils.oauth.OAuthConstants.GSOAuth2_10.Endpoints
 
endPrefix(String) - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.LoggingStatusHandler
 
endPrefix(String) - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.LifecycleConfigurationHandler
 
endPrefix(String) - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.ListMultipartUploadsResultHandler
 
endProposedSize(String) - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.CompleteMultipartUploadErrorHandler
 
endQueryString(String) - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.CacheBehaviorHandler
 
endRequestId(String) - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.ErrorHandler
 
endRequestID(String) - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.ErrorHandler
 
endRequestId(String) - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.CompleteMultipartUploadErrorHandler
 
endRule(String) - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.LifecycleConfigurationHandler
 
endS3CanonicalUserId(String) - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.OriginAccessIdentityHandler
 
endS3Origin(String) - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.OriginHandler
 
endS3OriginConfig(String) - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.OriginHandler
 
endSelf(String) - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.DistributionHandler
 
endSigner(String) - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.DistributionHandler
 
endSize(String) - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.MultipartPartResultHandler
 
endStatus(String) - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.DistributionHandler
 
endStatus(String) - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.DistributionSummaryHandler
 
endStatus(String) - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.InvalidationHandler
 
endStatus(String) - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.InvalidationListHandler
 
endStatus(String) - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.LifecycleConfigurationHandler
 
endStorageClass(String) - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.LifecycleConfigurationHandler
 
endStorageClass(String) - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.ListMultipartPartsResultHandler
 
endStorageClass(String) - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.MultipartUploadResultHandler
 
endStreamingDistribution(String) - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.DistributionHandler
 
endStreamingDistributionConfig(String) - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.DistributionConfigHandler
 
endStreamingDistributionSummary(String) - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.DistributionSummaryHandler
 
endTargetOriginId(String) - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.CacheBehaviorHandler
 
endTrustedSigners(String) - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.TrustedSignersHandler
 
endType(String) - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.ErrorHandler
 
endUpload(String) - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.MultipartUploadResultHandler
 
endUploadId(String) - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.ListMultipartPartsResultHandler
 
endUploadId(String) - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.MultipartUploadResultHandler
 
endUploadIdMarker(String) - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.ListMultipartUploadsResultHandler
 
endViewerProtocolPolicy(String) - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.CacheBehaviorHandler
 
equals(Object) - Method in class org.jets3t.service.acl.CanonicalGrantee
 
equals(Object) - Method in class org.jets3t.service.acl.EmailAddressGrantee
 
equals(Object) - Method in class org.jets3t.service.acl.GrantAndPermission
 
equals(Object) - Method in class org.jets3t.service.acl.GroupGrantee
 
equals(Object) - Method in class org.jets3t.service.acl.Permission
 
equals(Object) - Method in class org.jets3t.service.model.LifecycleConfig
 
equals(Object) - Method in class org.jets3t.service.model.LifecycleConfig.Rule
 
equals(Object) - Method in class org.jets3t.service.model.LifecycleConfig.TimeEvent
 
equals(Object) - Method in class org.jets3t.service.model.MultipartPart
 
ERROR_CODE__MISSING_REQUIRED_PARAM - Static variable in class org.jets3t.apps.uploader.Uploader
 
ERROR_CODE__S3_UPLOAD_FAILED - Static variable in class org.jets3t.apps.uploader.Uploader
 
ERROR_CODE__TRANSACTION_ID_REQUIRED_TO_CREATE_XML_SUMMARY - Static variable in class org.jets3t.apps.uploader.Uploader
 
ERROR_CODE__UPLOAD_REQUEST_DECLINED - Static variable in class org.jets3t.apps.uploader.Uploader
 
ErrorDialog - Class in org.jets3t.gui
An Error dialog that displays information about an error that has occurred.
ErrorHandler(XMLReader) - Constructor for class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.ErrorHandler
 
ErrorPermitter - Class in org.jets3t.service.multi
Performs logic to determine whether a given error should be "permitted" by compatible parts of the JetS3t multipart service infrastructure.
ErrorPermitter() - Constructor for class org.jets3t.service.multi.ErrorPermitter
 
ErrorResult(String, String, String, String) - Constructor for class org.jets3t.service.model.MultipleDeleteResult.ErrorResult
 
errorResults - Variable in class org.jets3t.service.model.MultipleDeleteResult
 
event - Variable in class org.jets3t.service.model.NotificationConfig.TopicConfig
 
event(MultipartUploadsEvent) - Method in class org.jets3t.service.multi.s3.S3ServiceEventAdaptor
 
event(MultipartStartsEvent) - Method in class org.jets3t.service.multi.s3.S3ServiceEventAdaptor
 
event(MultipartCompletesEvent) - Method in class org.jets3t.service.multi.s3.S3ServiceEventAdaptor
 
event(MultipartUploadsEvent) - Method in interface org.jets3t.service.multi.s3.S3ServiceEventListener
 
event(MultipartStartsEvent) - Method in interface org.jets3t.service.multi.s3.S3ServiceEventListener
 
event(MultipartCompletesEvent) - Method in interface org.jets3t.service.multi.s3.S3ServiceEventListener
 
event(ListObjectsEvent) - Method in class org.jets3t.service.multi.StorageServiceEventAdaptor
 
event(CreateObjectsEvent) - Method in class org.jets3t.service.multi.StorageServiceEventAdaptor
 
event(CopyObjectsEvent) - Method in class org.jets3t.service.multi.StorageServiceEventAdaptor
 
event(CreateBucketsEvent) - Method in class org.jets3t.service.multi.StorageServiceEventAdaptor
 
event(DeleteObjectsEvent) - Method in class org.jets3t.service.multi.StorageServiceEventAdaptor
 
event(GetObjectsEvent) - Method in class org.jets3t.service.multi.StorageServiceEventAdaptor
 
event(GetObjectHeadsEvent) - Method in class org.jets3t.service.multi.StorageServiceEventAdaptor
 
event(LookupACLEvent) - Method in class org.jets3t.service.multi.StorageServiceEventAdaptor
 
event(UpdateACLEvent) - Method in class org.jets3t.service.multi.StorageServiceEventAdaptor
 
event(DownloadObjectsEvent) - Method in class org.jets3t.service.multi.StorageServiceEventAdaptor
 
event(ListObjectsEvent) - Method in interface org.jets3t.service.multi.StorageServiceEventListener
 
event(CreateObjectsEvent) - Method in interface org.jets3t.service.multi.StorageServiceEventListener
 
event(CopyObjectsEvent) - Method in interface org.jets3t.service.multi.StorageServiceEventListener
 
event(CreateBucketsEvent) - Method in interface org.jets3t.service.multi.StorageServiceEventListener
 
event(DeleteObjectsEvent) - Method in interface org.jets3t.service.multi.StorageServiceEventListener
 
event(GetObjectsEvent) - Method in interface org.jets3t.service.multi.StorageServiceEventListener
 
event(GetObjectHeadsEvent) - Method in interface org.jets3t.service.multi.StorageServiceEventListener
 
event(LookupACLEvent) - Method in interface org.jets3t.service.multi.StorageServiceEventListener
 
event(UpdateACLEvent) - Method in interface org.jets3t.service.multi.StorageServiceEventListener
 
event(DownloadObjectsEvent) - Method in interface org.jets3t.service.multi.StorageServiceEventListener
 
EVENT_CANCELLED - Static variable in class org.jets3t.service.multi.event.ServiceEvent
 
EVENT_COMPLETED - Static variable in class org.jets3t.service.multi.event.ServiceEvent
 
EVENT_ERROR - Static variable in class org.jets3t.service.multi.event.ServiceEvent
 
EVENT_IGNORED_ERRORS - Static variable in class org.jets3t.service.multi.event.ServiceEvent
 
EVENT_IN_PROGRESS - Static variable in class org.jets3t.service.multi.event.ServiceEvent
 
EVENT_REDUCED_REDUNDANCY_LOST_OBJECT - Static variable in class org.jets3t.service.model.NotificationConfig
 
EVENT_STARTED - Static variable in class org.jets3t.service.multi.event.ServiceEvent
 
Expiration() - Constructor for class org.jets3t.service.model.LifecycleConfig.Expiration
 
Expiration(Date) - Constructor for class org.jets3t.service.model.LifecycleConfig.Expiration
 
Expiration(Integer) - Constructor for class org.jets3t.service.model.LifecycleConfig.Expiration
 
expiration - Variable in class org.jets3t.service.model.LifecycleConfig.Rule
 
expiration - Variable in class org.jets3t.service.security.AWSEC2IAMSessionCredentials
 
expireAccessToken() - Method in class org.jets3t.service.security.OAuth2Tokens
Forcibly expire the access token by setting the expiry timestamp to the epoch.
expiry - Variable in class org.jets3t.service.security.OAuth2Tokens
 
ExternalUuidProvider - Class in org.jets3t.servlets.gatekeeper.impl
Uses an externally provided UUID obtained from an application property externalUUID when this is available.
ExternalUuidProvider(ServletConfig) - Constructor for class org.jets3t.servlets.gatekeeper.impl.ExternalUuidProvider
 

F

file - Variable in class org.jets3t.service.io.RepeatableFileInputStream
 
FILE_PATH_DELIM - Static variable in class org.jets3t.service.Constants
The file delimiter used by JetS3t is the '/' character, which is compatible with standard browser access to S3 files.
FileComparer - Class in org.jets3t.service.utils
File comparison utility to compare files on the local computer with objects present in a service account and determine whether there are any differences.
FileComparer(Jets3tProperties) - Constructor for class org.jets3t.service.utils.FileComparer
Constructs the class.
FileComparer.PartialObjectListing - Class in org.jets3t.service.utils
 
FileComparerResults - Class in org.jets3t.service.utils
A simple container class to store the results generated by FileComparer.buildDiscrepancyLists(Map, Map).
FileComparerResults(List<String>, List<String>, List<String>, List<String>, List<String>, List<String>) - Constructor for class org.jets3t.service.utils.FileComparerResults
 
FileComparerResults() - Constructor for class org.jets3t.service.utils.FileComparerResults
 
FileCryptoTool - Class in org.jets3t.apps.utils
A rudimentary GUI and utility for encrypting and decrypting files in a way that is compatible with JetS3t's cryptographic features.
FileCryptoTool() - Constructor for class org.jets3t.apps.utils.FileCryptoTool
 
finalize() - Method in class org.jets3t.service.impl.rest.httpclient.HttpMethodReleaseInputStream
Tries to ensure a connection is always cleaned-up correctly by calling HttpMethodReleaseInputStream.releaseConnection() on class destruction if the cleanup hasn't already been done.
findBucketNameInHostname(String, String) - Static method in class org.jets3t.service.utils.ServiceUtils
Identifies the name of a bucket from a given host name, if available.
findBucketNameInHostOrPath(URI, String) - Static method in class org.jets3t.service.utils.ServiceUtils
Find the name of a bucket referred to by a HTTP request's Host or Path URI components.
findBucketsIndex(S3Bucket) - Method in class org.jets3t.apps.cockpit.gui.BucketTableModel
 
fireCancelEvent() - Method in class org.jets3t.service.multi.ThreadedStorageService.ThreadGroupManager
 
fireCompletedEvent() - Method in class org.jets3t.service.multi.ThreadedStorageService.ThreadGroupManager
 
fireErrorEvent(Throwable) - Method in class org.jets3t.service.multi.ThreadedStorageService.ThreadGroupManager
 
fireIgnoredErrorsEvent(ThreadWatcher, Throwable[]) - Method in class org.jets3t.service.multi.ThreadedStorageService.ThreadGroupManager
 
fireProgressEvent(ThreadWatcher, List) - Method in class org.jets3t.service.multi.ThreadedStorageService.ThreadGroupManager
 
fireServiceEvent(ServiceEvent) - Method in class org.jets3t.service.multi.s3.ThreadedS3Service
 
fireServiceEvent(ServiceEvent) - Method in class org.jets3t.service.multi.ThreadedStorageService
Sends a service event to each of the listeners registered with this service.
fireServiceEvent(ServiceEvent) - Method in class org.jets3t.service.multithread.S3ServiceMulti
Deprecated.
Sends a service event to each of the listeners registered with this service.
fireStartEvent(ThreadWatcher) - Method in class org.jets3t.service.multi.ThreadedStorageService.ThreadGroupManager
 
fis - Variable in class org.jets3t.service.io.RepeatableFileInputStream
 
flush() - Method in class org.jets3t.service.io.GZipInflatingOutputStream
 
followHyperlink(URL, String) - Method in class org.jets3t.apps.cockpit.Cockpit
Follows hyperlinks clicked on by a user.
followHyperlink(URL, String) - Method in class org.jets3t.apps.cockpitlite.CockpitLite
Follows hyperlinks clicked on by a user.
followHyperlink(URL, String) - Method in class org.jets3t.apps.uploader.Uploader
Follows hyperlinks clicked on by a user.
followHyperlink(URL, String) - Method in interface org.jets3t.gui.HyperlinkActivatedListener
This method is triggered when an HTML link is activated, such as by an HTML link in a JHtmlLabel - any class that implements this listener should do something useful with the triggered hyperlink, preferrably opening it in a web browser.
followHyperlink(URL, String) - Method in class org.jets3t.gui.ManageDistributionsDialog
 
forceInterrupt() - Method in class org.jets3t.service.multi.ThreadedStorageService.AbstractRunnable
 
forceInterruptCalled() - Method in class org.jets3t.service.multi.ThreadedStorageService.AbstractRunnable
 
formatAwsFlavouredISO8601Date(Date) - Static method in class org.jets3t.service.utils.SignatureUtils
 
formatByteSize(long) - Method in class org.jets3t.service.utils.ByteFormatter
Converts a byte size into a human-readable string, such as "1.43 MB" or "27 KB".
formatIso8601Date(Date) - Static method in class org.jets3t.service.utils.ServiceUtils
 
formatRfc822Date(Date) - Static method in class org.jets3t.service.utils.ServiceUtils
 
formatTime(long) - Method in class org.jets3t.service.utils.TimeFormatter
Formats a seconds time value into a brief representation, such as 37 minutes.
formatTime(long, boolean) - Method in class org.jets3t.service.utils.TimeFormatter
Formats a seconds time value into a brief representation, such as 37 minutes.
friendlyName - Variable in class org.jets3t.service.security.ProviderCredentials
 
fromBase64(String) - Static method in class org.jets3t.service.utils.ServiceUtils
Converts a Base64-encoded string to the original byte data.
fromHex(String) - Static method in class org.jets3t.service.utils.ServiceUtils
Converts a Hex-encoded data string to the original byte data.
fromProperties(Properties) - Method in class org.jets3t.apps.cockpit.CockpitPreferences
 
fromText(String) - Static method in enum org.jets3t.service.model.cloudfront.CacheBehavior.ViewerProtocolPolicy
 
fromText(String) - Static method in enum org.jets3t.service.model.cloudfront.CustomOrigin.OriginProtocolPolicy
 
FullControl - Static variable in class org.jets3t.service.utils.oauth.OAuthConstants.GSOAuth2_10.Scopes
 

G

GatekeeperClientUtils - Class in org.jets3t.service.utils.signedurl
Utility class to handle common operations performed by Gatekeeper client applications.
GatekeeperClientUtils(String, String, int, int, CredentialsProvider) - Constructor for class org.jets3t.service.utils.signedurl.GatekeeperClientUtils
 
GatekeeperMessage - Class in org.jets3t.service.utils.gatekeeper
Represents a set of properties that will be sent to or received from a Gatekeeper service as a message document.
GatekeeperMessage() - Constructor for class org.jets3t.service.utils.gatekeeper.GatekeeperMessage
Constructs a message with no properties.
GatekeeperServlet - Class in org.jets3t.servlets.gatekeeper
A servlet implementation of an S3 Gatekeeper, as described in the document Gatekeeper Concepts.
GatekeeperServlet() - Constructor for class org.jets3t.servlets.gatekeeper.GatekeeperServlet
 
generateBrowserUrlToAuthorizeNativeApplication(OAuthScope) - Method in class org.jets3t.service.security.OAuth2Credentials
 
generateBrowserUrlToAuthorizeNativeApplication(OAuthScope) - Method in class org.jets3t.service.utils.oauth.OAuthUtils
Generate the URL for an OAuth authorization end-point that a person can visit in a web browser to authorize access to a storage resource, where access is limited to the given scope.
generateFileMD5Hash(File, String, BytesProgressWatcher) - Method in class org.jets3t.service.utils.FileComparer
 
generatePostPolicyCondition(String, String, String) - Static method in class org.jets3t.service.S3Service
Generates a policy document condition statement to represent an operation.
generatePostPolicyCondition_AllowAnyValue(String) - Static method in class org.jets3t.service.S3Service
Generates a policy document condition statement that will allow the named data item in a POST request to take on any value.
generatePostPolicyCondition_Equality(String, String) - Static method in class org.jets3t.service.S3Service
Generates a policy document condition statement to represent an equality test.
generatePostPolicyCondition_Equality(String, String[]) - Static method in class org.jets3t.service.S3Service
Generates a policy document condition statement to represent an equality test.
generatePostPolicyCondition_Equality(String, List<String>) - Static method in class org.jets3t.service.S3Service
Generates a policy document condition statement to represent an equality test.
generatePostPolicyCondition_Range(int, int) - Static method in class org.jets3t.service.S3Service
Generates a policy document condition statement to represent a test that imposes a limit on the minimum and maximum amount of data the user can upload via a POST form.
generateS3HostnameForBucket(String, boolean, String) - Static method in class org.jets3t.service.utils.ServiceUtils
 
generateSignedUrls() - Method in class org.jets3t.apps.cockpit.gui.SignedGetUrlDialog
 
generateXml() - Method in class org.jets3t.apps.uploader.XmlGenerator
Generates an XML document containing metadata information as Property elements.
get(String, String) - Static method in class contribs.mx.S3ObjectMx
 
getAccessControlList() - Method in class org.jets3t.service.impl.rest.AccessControlListHandler
 
getAccessKey() - Method in class org.jets3t.apps.cockpit.gui.CredentialsDialog
 
getAccessKey() - Method in class org.jets3t.apps.cockpit.gui.LoginCredentialsPanel
 
getAccessKey() - Method in class org.jets3t.service.security.AWSEC2IAMSessionCredentials
 
getAccessKey() - Method in class org.jets3t.service.security.ProviderCredentials
 
getAccessToken() - Method in class org.jets3t.service.security.OAuth2Tokens
 
getAccountOwner() - Method in class org.jets3t.service.StorageService
Returns the owner of an account, using information available in the bucket listing response.
getAccountOwnerImpl() - Method in class org.jets3t.service.impl.rest.httpclient.RestStorageService
 
getAccountOwnerImpl() - Method in class org.jets3t.service.StorageService
 
getAcl() - Method in class org.jets3t.service.model.GSBucket
 
getAcl() - Method in class org.jets3t.service.model.GSObject
 
getAcl() - Method in class org.jets3t.service.model.StorageBucket
 
getAcl() - Method in class org.jets3t.service.model.StorageObject
 
getAclDescription(AccessControlList) - Static method in class org.jets3t.apps.cockpitlite.CockpitLite
 
getActiveTrustedSigners() - Method in class org.jets3t.service.model.cloudfront.Distribution
 
getAlgorithm() - Method in class org.jets3t.service.security.EncryptionUtil
 
getApplicationProperties() - Method in class org.jets3t.service.utils.gatekeeper.GatekeeperMessage
 
getAttribute(String) - Method in class contribs.mx.S3ServiceExceptionMx
 
getAttributes(String[]) - Method in class contribs.mx.S3ServiceExceptionMx
 
getAWSCredentials() - Method in class org.jets3t.service.CloudFrontService
 
getAWSCredentials() - Method in class org.jets3t.service.multithread.S3ServiceMulti
Deprecated.
 
getAWSProductToken() - Method in class org.jets3t.apps.cockpit.gui.AWSDevPayProductPanel
 
getAWSProductToken() - Method in class org.jets3t.apps.cockpit.gui.CredentialsDialog
 
getAWSProductToken() - Method in class org.jets3t.apps.cockpit.gui.LoginCredentialsPanel
 
getAWSUserToken() - Method in class org.jets3t.apps.cockpit.gui.CredentialsDialog
 
getAWSUserToken() - Method in class org.jets3t.apps.cockpit.gui.LoginCredentialsPanel
 
getBoolProperty(String, boolean) - Method in class org.jets3t.service.Jets3tProperties
 
getBucket(int) - Method in class org.jets3t.apps.cockpit.gui.BucketTableModel
 
getBucket() - Method in class org.jets3t.service.model.cloudfront.LoggingStatus
 
getBucket(String) - Method in class org.jets3t.service.S3Service
 
getBucket(String) - Method in class org.jets3t.service.StorageService
Returns a bucket in your account by listing all your buckets (using StorageService.listAllBuckets()), and looking for the named bucket in this list.
getBucketAcl(String) - Method in class org.jets3t.service.impl.rest.httpclient.GoogleStorageService
 
getBucketAcl(S3Bucket) - Method in class org.jets3t.service.S3Service
Retrieves the access control settings of a bucket.
getBucketAcl(String) - Method in class org.jets3t.service.StorageService
Retrieves the access control settings of a bucket.
getBucketAclImpl(String) - Method in class org.jets3t.service.impl.rest.httpclient.RestStorageService
 
getBucketAclImpl(String) - Method in class org.jets3t.service.StorageService
 
getBucketIndexByName(String) - Method in class org.jets3t.apps.cockpit.gui.BucketTableModel
 
getBucketLocation() - Method in class org.jets3t.apps.cockpit.gui.CreateBucketDialog
 
getBucketLocation(String) - Method in class org.jets3t.service.impl.rest.httpclient.GoogleStorageService
 
getBucketLocation(String) - Method in class org.jets3t.service.S3Service
Retrieves the location of a bucket.
getBucketLocationImpl(String) - Method in class org.jets3t.service.impl.rest.httpclient.RestS3Service
 
getBucketLocationImpl(String) - Method in class org.jets3t.service.impl.rest.httpclient.RestStorageService
 
getBucketLoggingStatus(String) - Method in class org.jets3t.service.impl.rest.httpclient.GoogleStorageService
 
getBucketLoggingStatus() - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.BucketLoggingStatusHandler
 
getBucketLoggingStatus(String) - Method in class org.jets3t.service.S3Service
Retrieves the logging status settings of a bucket.
getBucketLoggingStatusImpl(String) - Method in class org.jets3t.service.impl.rest.httpclient.RestStorageService
 
getBucketName() - Method in class org.jets3t.apps.cockpit.gui.CreateBucketDialog
 
getBucketName() - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.ListMultipartPartsResultHandler
 
getBucketName() - Method in class org.jets3t.service.model.MultipartCompleted
 
getBucketName() - Method in class org.jets3t.service.model.MultipartUpload
 
getBucketName() - Method in class org.jets3t.service.model.StorageObject
 
getBucketName() - Method in class org.jets3t.service.utils.gatekeeper.SignatureRequest
 
getBucketPolicy(String) - Method in class org.jets3t.service.S3Service
Retrieve the JSON access control policy document for a bucket, or null if the bucket does not have a policy.
getBucketPolicyImpl(String) - Method in class org.jets3t.service.impl.rest.httpclient.RestS3Service
 
getBucketPolicyImpl(String) - Method in class org.jets3t.service.S3Service
 
getBuckets() - Method in class org.jets3t.apps.cockpit.gui.BucketTableModel
 
getBuckets() - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.ListAllMyBucketsHandler
 
getBucketVersioningStatus(String) - Method in class org.jets3t.service.S3Service
Return versioning status of bucket, which reports on whether the given bucket has S3 object versioning enabled and whether multi-factor authentication is required to delete versions.
getBucketVersioningStatusImpl(String) - Method in class org.jets3t.service.impl.rest.httpclient.RestS3Service
 
getBucketVersioningStatusImpl(String) - Method in class org.jets3t.service.S3Service
 
getByteCount() - Method in class org.jets3t.service.impl.rest.httpclient.HttpResponseAndByteCount
 
getBytesPerSecond() - Method in class org.jets3t.service.multi.ThreadWatcher
 
getBytesRemaining() - Method in class org.jets3t.service.io.BytesProgressWatcher
 
getBytesTotal() - Method in class org.jets3t.service.multi.ThreadWatcher
 
getBytesToTransfer() - Method in class org.jets3t.service.io.BytesProgressWatcher
 
getBytesTransferred() - Method in class org.jets3t.service.io.BytesProgressWatcher
 
getBytesTransferred() - Method in class org.jets3t.service.multi.ThreadWatcher
 
getCacheBehavior() - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.CacheBehaviorHandler
 
getCacheBehaviors() - Method in class org.jets3t.service.model.cloudfront.DistributionConfig
 
getCallerReference() - Method in class org.jets3t.service.model.cloudfront.DistributionConfig
 
getCallerReference() - Method in class org.jets3t.service.model.cloudfront.Invalidation
 
getCallerReference() - Method in class org.jets3t.service.model.cloudfront.OriginAccessIdentityConfig
 
getCancelEventListener() - Method in class org.jets3t.service.multi.ThreadWatcher
 
getCancelEventListener() - Method in class org.jets3t.service.multithread.ThreadWatcher
Deprecated.
 
getCancelledBuckets() - Method in class org.jets3t.service.multi.event.CreateBucketsEvent
 
getCancelledBuckets() - Method in class org.jets3t.service.multithread.CreateBucketsEvent
 
getCancelledObjects() - Method in class org.jets3t.service.multi.event.CopyObjectsEvent
 
getCancelledObjects() - Method in class org.jets3t.service.multi.event.CreateObjectsEvent
 
getCancelledObjects() - Method in class org.jets3t.service.multi.event.DeleteObjectsEvent
 
getCancelledObjects() - Method in class org.jets3t.service.multi.event.DownloadObjectsEvent
 
getCancelledObjects() - Method in class org.jets3t.service.multi.event.GetObjectHeadsEvent
 
getCancelledObjects() - Method in class org.jets3t.service.multi.event.GetObjectsEvent
 
getCancelledObjects() - Method in class org.jets3t.service.multi.event.LookupACLEvent
 
getCancelledObjects() - Method in class org.jets3t.service.multi.event.UpdateACLEvent
 
getCancelledObjects() - Method in class org.jets3t.service.multi.s3.MultipartStartsEvent
 
getCancelledObjects() - Method in class org.jets3t.service.multi.s3.MultipartUploadsEvent
 
getCancelledObjects() - Method in class org.jets3t.service.multithread.CopyObjectsEvent
 
getCancelledObjects() - Method in class org.jets3t.service.multithread.CreateObjectsEvent
 
getCancelledObjects() - Method in class org.jets3t.service.multithread.DeleteObjectsEvent
 
getCancelledObjects() - Method in class org.jets3t.service.multithread.DownloadObjectsEvent
 
getCancelledObjects() - Method in class org.jets3t.service.multithread.GetObjectHeadsEvent
 
getCancelledObjects() - Method in class org.jets3t.service.multithread.GetObjectsEvent
 
getCancelledObjects() - Method in class org.jets3t.service.multithread.LookupACLEvent
 
getCancelledObjects() - Method in class org.jets3t.service.multithread.UpdateACLEvent
 
getCancelledUploads() - Method in class org.jets3t.service.multi.s3.MultipartCompletesEvent
 
getCancelledVersions() - Method in class org.jets3t.service.multithread.DeleteVersionedObjectsEvent
 
getChunkList() - Method in class org.jets3t.service.multi.event.ListObjectsEvent
 
getChunkList() - Method in class org.jets3t.service.multithread.ListObjectsEvent
 
getClientId() - Method in class org.jets3t.service.security.OAuth2Credentials
 
getClientId() - Method in class org.jets3t.service.utils.oauth.OAuthUtils
 
getClientSecret() - Method in class org.jets3t.service.security.OAuth2Credentials
 
getClientSecret() - Method in class org.jets3t.service.utils.oauth.OAuthUtils
 
getCNAMEs() - Method in class org.jets3t.service.model.cloudfront.Distribution
Deprecated.
as of 2012-05-05 API version, use Distribution.getConfig() instead.
getCNAMEs() - Method in class org.jets3t.service.model.cloudfront.DistributionConfig
 
getCode() - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.ErrorHandler
 
getColumnClass(int) - Method in class org.jets3t.apps.cockpit.gui.BucketTableModel
 
getColumnClass(int) - Method in class org.jets3t.apps.cockpit.gui.ObjectTableModel
 
getColumnClass(int) - Method in class org.jets3t.apps.cockpitlite.CLObjectTableModel
 
getColumnClass(int) - Method in class org.jets3t.gui.TableSorter
 
getColumnCount() - Method in class org.jets3t.gui.TableSorter
 
getColumnName(int) - Method in class org.jets3t.gui.TableSorter
 
getComment() - Method in class org.jets3t.service.model.cloudfront.Distribution
Deprecated.
as of 2012-05-05 API version, use Distribution.getConfig() instead.
getComment() - Method in class org.jets3t.service.model.cloudfront.DistributionConfig
 
getComment() - Method in class org.jets3t.service.model.cloudfront.OriginAccessIdentityConfig
 
getCommonPrefixes() - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.ListBucketHandler
 
getCommonPrefixes() - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.ListMultipartUploadsResultHandler
 
getCommonPrefixes() - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.ListVersionsResultsHandler
 
getCommonPrefixes() - Method in class org.jets3t.service.MultipartUploadChunk
 
getCommonPrefixes() - Method in class org.jets3t.service.StorageObjectsChunk
 
getCommonPrefixes() - Method in class org.jets3t.service.VersionOrDeleteMarkersChunk
 
getComparator(int) - Method in class org.jets3t.gui.TableSorter
 
getCompletedObjects() - Method in class org.jets3t.service.multi.event.GetObjectHeadsEvent
 
getCompletedObjects() - Method in class org.jets3t.service.multi.event.GetObjectsEvent
 
getCompletedObjects() - Method in class org.jets3t.service.multithread.GetObjectHeadsEvent
 
getCompletedObjects() - Method in class org.jets3t.service.multithread.GetObjectsEvent
 
getCompletedThreads() - Method in class org.jets3t.service.multi.ThreadWatcher
 
getCompletedUploads() - Method in class org.jets3t.service.multi.s3.MultipartCompletesEvent
 
getCompleteMetadataMap() - Method in class org.jets3t.service.model.BaseStorageItem
 
getConfig() - Method in class org.jets3t.service.model.cloudfront.Distribution
 
getConfig() - Method in class org.jets3t.service.model.cloudfront.OriginAccessIdentity
 
getContent() - Method in class org.jets3t.service.impl.rest.httpclient.RepeatableRequestEntity
 
getContentDisposition() - Method in class org.jets3t.service.model.StorageObject
 
getContentEncoding() - Method in class org.jets3t.service.impl.rest.httpclient.RepeatableRequestEntity
 
getContentEncoding() - Method in class org.jets3t.service.model.StorageObject
 
getContentLanguage() - Method in class org.jets3t.service.model.StorageObject
 
getContentLength() - Method in class org.jets3t.service.impl.rest.httpclient.RepeatableRequestEntity
 
getContentLength() - Method in class org.jets3t.service.model.MissingStorageObject
 
getContentLength() - Method in class org.jets3t.service.model.StorageObject
 
getContentLength() - Method in class org.jets3t.service.model.ThrowableBearingStorageObject
 
getContentType() - Method in class org.jets3t.service.impl.rest.httpclient.RepeatableRequestEntity
 
getContentType() - Method in class org.jets3t.service.model.StorageObject
 
getCopiedObjects() - Method in class org.jets3t.service.multi.event.CopyObjectsEvent
 
getCopiedObjects() - Method in class org.jets3t.service.multithread.CopyObjectsEvent
 
getCopyResults() - Method in class org.jets3t.service.multi.event.CopyObjectsEvent
 
getCopyResults() - Method in class org.jets3t.service.multithread.CopyObjectsEvent
 
getCountOfItemsCompared() - Method in class org.jets3t.service.utils.FileComparerResults
 
getCreatedBuckets() - Method in class org.jets3t.service.multi.event.CreateBucketsEvent
 
getCreatedBuckets() - Method in class org.jets3t.service.multithread.CreateBucketsEvent
 
getCreatedObjects() - Method in class org.jets3t.service.multi.event.CreateObjectsEvent
 
getCreatedObjects() - Method in class org.jets3t.service.multithread.CreateObjectsEvent
 
getCreateTime() - Method in class org.jets3t.service.model.cloudfront.Invalidation
 
getCreationDate() - Method in class org.jets3t.service.model.StorageBucket
 
getCredentials(AuthScope) - Method in class org.jets3t.apps.cockpit.Cockpit
Implementation method for the CredentialsProvider interface.
getCredentials(AuthScope) - Method in class org.jets3t.apps.cockpitlite.CockpitLite
Implementation method for the CredentialsProvider interface.
getCredentials(AuthScope) - Method in class org.jets3t.apps.synchronize.CommandLineCredentialsProvider
Implementation method for the CredentialsProvider interface.
getCredentials(AuthScope) - Method in class org.jets3t.apps.uploader.Uploader
Implementation method for the CredentialsProvider interface.
getCredentialsFile() - Method in class org.jets3t.apps.cockpit.gui.LoginLocalFolderPanel
 
getCredentialsProvider() - Method in class org.jets3t.service.impl.rest.httpclient.RestStorageService
 
getCurrentTimeWithOffset() - Method in class org.jets3t.service.CloudFrontService
Returns the current date and time, adjusted according to the time offset between your computer and an AWS server (as set by the RestUtils.calculateTimeAdjustmentOffset(HttpResponse) method).
getCurrentTimeWithOffset() - Method in class org.jets3t.service.StorageService
Returns the current date and time, adjusted according to the time offset between your computer and a service endpoint, as set by RestUtils.calculateTimeAdjustmentOffset(org.apache.http.HttpResponse).
getDataFile() - Method in class org.jets3t.service.multi.DownloadPackage
 
getDataInputFile() - Method in class org.jets3t.service.model.StorageObject
 
getDataInputStream() - Method in class org.jets3t.service.model.StorageObject
Returns an input stream containing this object's data, or null if there is no data associated with the object.
getDataToEncrypt() - Method in class org.jets3t.service.security.AWSDevPayCredentials
 
getDataToEncrypt() - Method in class org.jets3t.service.security.ProviderCredentials
 
getDate() - Method in class org.jets3t.service.model.LifecycleConfig.TimeEvent
 
getDays() - Method in class org.jets3t.service.model.LifecycleConfig.TimeEvent
 
getDeclineReason() - Method in class org.jets3t.service.utils.gatekeeper.SignatureRequest
 
getDefaultCacheBehavior() - Method in class org.jets3t.service.model.cloudfront.DistributionConfig
 
getDefaultRootObject() - Method in class org.jets3t.service.model.cloudfront.DistributionConfig
 
getDeletedObjectResults() - Method in class org.jets3t.service.model.MultipleDeleteResult
 
getDeletedObjects() - Method in class org.jets3t.service.multi.event.DeleteObjectsEvent
 
getDeletedObjects() - Method in class org.jets3t.service.multithread.DeleteObjectsEvent
 
getDeletedVersions() - Method in class org.jets3t.service.multithread.DeleteVersionedObjectsEvent
 
getDeleteMarkerVersion() - Method in class org.jets3t.service.model.MultipleDeleteResult.DeletedObjectResult
 
getDelimiter() - Method in class org.jets3t.service.MultipartUploadChunk
 
getDelimiter() - Method in class org.jets3t.service.StorageObjectsChunk
 
getDelimiter() - Method in class org.jets3t.service.VersionOrDeleteMarkersChunk
 
getDescription() - Method in class org.jets3t.apps.uploader.UploaderFileExtensionFilter
 
getDestinationBucketName() - Method in class org.jets3t.gui.CopyObjectsDialog
 
getDestinationObjects() - Method in class org.jets3t.gui.CopyObjectsDialog
 
getDestinationObjects() - Method in class org.jets3t.gui.ObjectsAttributesDialog
 
getDetail() - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.ErrorHandler
 
getDevPayProductToken() - Method in class org.jets3t.service.impl.rest.httpclient.RestS3Service
 
getDevPayUserToken() - Method in class org.jets3t.service.impl.rest.httpclient.RestS3Service
 
getDisableDnsBuckets() - Method in class org.jets3t.service.impl.rest.httpclient.GoogleStorageService
 
getDisableDnsBuckets() - Method in class org.jets3t.service.impl.rest.httpclient.RestS3Service
 
getDisableDnsBuckets() - Method in class org.jets3t.service.StorageService
 
getDisplayName() - Method in class org.jets3t.service.acl.CanonicalGrantee
 
getDisplayName() - Method in class org.jets3t.service.model.StorageOwner
 
getDistribution() - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.DistributionHandler
 
getDistribution() - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.DistributionSummaryHandler
 
getDistributionConfig(String) - Method in class org.jets3t.service.CloudFrontService
Lookup configuration information for a standard distribution.
getDistributionConfig() - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.DistributionConfigHandler
 
getDistributionConfigImpl(boolean, String) - Method in class org.jets3t.service.CloudFrontService
 
getDistributionInfo(String) - Method in class org.jets3t.service.CloudFrontService
Lookup information for a standard distribution.
getDistributionInfoImpl(boolean, String) - Method in class org.jets3t.service.CloudFrontService
 
getDistributions() - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.DistributionListHandler
 
getDnsName() - Method in class org.jets3t.service.model.cloudfront.Origin
Deprecated.
as of 2012-05-05 API version
getDomain() - Method in class org.jets3t.gui.AuthenticationDialog
 
getDomainName() - Method in class org.jets3t.service.model.cloudfront.Distribution
 
getDomainName() - Method in class org.jets3t.service.model.cloudfront.Origin
 
getDownloadedObjects() - Method in class org.jets3t.service.multi.event.DownloadObjectsEvent
 
getDownloadedObjects() - Method in class org.jets3t.service.multithread.DownloadObjectsEvent
 
getElapsedTimeMS() - Method in class org.jets3t.service.io.BytesProgressWatcher
 
getEnabled() - Method in class org.jets3t.service.model.LifecycleConfig.Rule
 
getEnableServerSideEncryption() - Method in class org.jets3t.service.impl.rest.httpclient.GoogleStorageService
 
getEnableServerSideEncryption() - Method in class org.jets3t.service.impl.rest.httpclient.RestS3Service
 
getEnableServerSideEncryption() - Method in class org.jets3t.service.StorageService
 
getEnableStorageClasses() - Method in class org.jets3t.service.impl.rest.httpclient.GoogleStorageService
 
getEnableStorageClasses() - Method in class org.jets3t.service.impl.rest.httpclient.RestS3Service
 
getEnableStorageClasses() - Method in class org.jets3t.service.StorageService
 
getEncryptedOutputSize(long) - Method in class org.jets3t.service.security.EncryptionUtil
Returns an estimate of the number of bytes that will result when data of the given length is encrypted.
getEncryptionAlgorithm() - Method in class org.jets3t.apps.cockpit.CockpitPreferences
 
getEncryptionPassword() - Method in class org.jets3t.apps.cockpit.CockpitPreferences
 
getEndpoint() - Method in class org.jets3t.service.impl.rest.httpclient.GoogleStorageService
 
getEndpoint() - Method in class org.jets3t.service.impl.rest.httpclient.RestS3Service
 
getEndpoint() - Method in class org.jets3t.service.StorageService
 
getErrorCause() - Method in class org.jets3t.service.multi.event.ServiceEvent
 
getErrorCode() - Method in exception org.jets3t.service.CloudFrontServiceException
 
getErrorCode() - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.CopyObjectResultHandler
 
getErrorCode() - Method in class org.jets3t.service.model.MultipleDeleteResult.ErrorResult
 
getErrorCode() - Method in exception org.jets3t.service.ServiceException
 
getErrorDetail() - Method in exception org.jets3t.service.CloudFrontServiceException
 
getErrorDocumentKey() - Method in class org.jets3t.service.model.WebsiteConfig
 
getErrorHostId() - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.CopyObjectResultHandler
 
getErrorHostId() - Method in exception org.jets3t.service.ServiceException
 
getErrorMessage() - Method in exception org.jets3t.service.CloudFrontServiceException
 
getErrorMessage() - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.CopyObjectResultHandler
 
getErrorMessage() - Method in exception org.jets3t.service.ServiceException
 
getErrorRequestId() - Method in exception org.jets3t.service.CloudFrontServiceException
 
getErrorRequestId() - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.CopyObjectResultHandler
 
getErrorRequestId() - Method in exception org.jets3t.service.ServiceException
 
getErrorResults() - Method in class org.jets3t.service.model.MultipleDeleteResult
 
getErrorThrown() - Method in class org.jets3t.service.multi.StorageServiceEventAdaptor
 
getErrorThrown() - Method in class org.jets3t.service.multithread.S3ServiceEventAdaptor
 
getErrorType() - Method in exception org.jets3t.service.CloudFrontServiceException
 
getETag() - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.CopyObjectResultHandler
 
getEtag() - Method in class org.jets3t.service.model.cloudfront.DistributionConfig
 
getEtag() - Method in class org.jets3t.service.model.cloudfront.OriginAccessIdentityConfig
 
getEtag() - Method in class org.jets3t.service.model.MultipartCompleted
 
getEtag() - Method in class org.jets3t.service.model.MultipartPart
 
getEtag() - Method in class org.jets3t.service.model.S3Version
 
getETag() - Method in class org.jets3t.service.model.StorageObject
 
getEvent() - Method in class org.jets3t.service.model.NotificationConfig.TopicConfig
 
getEventCode() - Method in class org.jets3t.service.multi.event.ServiceEvent
 
getExpiration() - Method in class org.jets3t.service.model.LifecycleConfig.Rule
 
getExpiration() - Method in class org.jets3t.service.security.AWSEC2IAMSessionCredentials
 
getExpiry() - Method in class org.jets3t.service.security.OAuth2Tokens
 
getFriendlyName() - Method in class org.jets3t.apps.cockpit.gui.CredentialsDialog
 
getFriendlyName() - Method in class org.jets3t.apps.cockpit.gui.LoginCredentialsPanel
 
getFriendlyName() - Method in class org.jets3t.service.security.ProviderCredentials
 
getGatekeeperUrl() - Method in class org.jets3t.service.utils.signedurl.GatekeeperClientUtils
 
getGrantAndPermissions() - Method in class org.jets3t.service.acl.AccessControlList
 
getGrantee() - Method in class org.jets3t.service.acl.GrantAndPermission
 
getGranteesWithPermission(Permission) - Method in class org.jets3t.service.acl.AccessControlList
 
getHeaderRendererIcon(int, int) - Method in class org.jets3t.gui.TableSorter
 
getHistoricStartTimeMS() - Method in class org.jets3t.service.io.BytesProgressWatcher
 
getHomeFolder() - Method in class org.jets3t.apps.cockpit.gui.LoginLocalFolderPanel
 
getHttpClient() - Method in class org.jets3t.service.impl.rest.httpclient.RestStorageService
 
getHttpConnectionManager() - Method in class org.jets3t.service.impl.rest.httpclient.RestStorageService
 
getHttpMetadata(String) - Method in class org.jets3t.service.model.BaseStorageItem
 
getHttpMetadataMap() - Method in class org.jets3t.service.model.BaseStorageItem
 
getHttpPort() - Method in class org.jets3t.service.impl.rest.httpclient.GoogleStorageService
 
getHttpPort() - Method in class org.jets3t.service.impl.rest.httpclient.RestS3Service
 
getHttpPort() - Method in class org.jets3t.service.model.cloudfront.CustomOrigin
 
getHttpPort() - Method in class org.jets3t.service.StorageService
 
getHttpResponse() - Method in class org.jets3t.service.impl.rest.httpclient.HttpMethodReleaseInputStream
Returns the underlying HttpResponse object.
getHttpResponse() - Method in class org.jets3t.service.impl.rest.httpclient.HttpResponseAndByteCount
 
getHttpServletRequest() - Method in class org.jets3t.servlets.gatekeeper.ClientInformation
 
getHttpsOnly() - Method in class org.jets3t.service.impl.rest.httpclient.GoogleStorageService
 
getHttpsOnly() - Method in class org.jets3t.service.impl.rest.httpclient.RestS3Service
 
getHttpsOnly() - Method in class org.jets3t.service.StorageService
 
getHttpsPort() - Method in class org.jets3t.service.impl.rest.httpclient.GoogleStorageService
 
getHttpsPort() - Method in class org.jets3t.service.impl.rest.httpclient.RestS3Service
 
getHttpsPort() - Method in class org.jets3t.service.model.cloudfront.CustomOrigin
 
getHttpsPort() - Method in class org.jets3t.service.StorageService
 
getId() - Method in class org.jets3t.service.model.cloudfront.Distribution
 
getId() - Method in class org.jets3t.service.model.cloudfront.Invalidation
 
getId() - Method in class org.jets3t.service.model.cloudfront.InvalidationSummary
 
getId() - Method in class org.jets3t.service.model.cloudfront.Origin
 
getId() - Method in class org.jets3t.service.model.cloudfront.OriginAccessIdentity
 
getId() - Method in class org.jets3t.service.model.LifecycleConfig.Rule
 
getId() - Method in class org.jets3t.service.model.StorageOwner
 
getIdentifier() - Method in class org.jets3t.service.acl.CanonicalGrantee
 
getIdentifier() - Method in class org.jets3t.service.acl.EmailAddressGrantee
Returns the grantee's email address (ID).
getIdentifier() - Method in interface org.jets3t.service.acl.GranteeInterface
 
getIdentifier() - Method in class org.jets3t.service.acl.GroupGrantee
Returns the group grantee's URI.
getIgnoredErrors() - Method in class org.jets3t.service.multi.event.ServiceEvent
 
getIndexDocumentSuffix() - Method in class org.jets3t.service.model.WebsiteConfig
 
getInitiatedDate() - Method in class org.jets3t.service.model.MultipartUpload
 
getInitiator() - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.ListMultipartPartsResultHandler
 
getInitiator() - Method in class org.jets3t.service.model.MultipartUpload
 
getInProgressInvalidationBatches() - Method in class org.jets3t.service.model.cloudfront.Distribution
 
getInstance() - Static method in class contribs.mx.S3ServiceExceptionMx
 
getInstance(Properties) - Static method in class org.jets3t.gui.skins.SkinsFactory
Provides a skin factory initialised with skin-specific properties from the provided properties set.
getInstance(InputStream, String) - Static method in class org.jets3t.service.Jets3tProperties
Return a properties instance based on properties read from an input stream, and stores the properties object in a cache referenced by the propertiesIdentifier.
getInstance(String) - Static method in class org.jets3t.service.Jets3tProperties
Return a properties instance based on properties read from a properties file, and stores the properties object in a cache referenced by the properties file name.
getInstance() - Static method in class org.jets3t.service.mx.MxDelegate
 
getInstance(Jets3tProperties) - Static method in class org.jets3t.service.utils.FileComparer
 
getInstance() - Static method in class org.jets3t.service.utils.FileComparer
 
getInstance() - Static method in class org.jets3t.service.utils.Mimetypes
Loads mime type settings from the file 'mime.types' in the classpath, if it's available.
getInternalErrorRetryMax() - Method in class org.jets3t.service.StorageService
 
getIntProperty(String, int) - Method in class org.jets3t.service.Jets3tProperties
 
getInvalidation(String, String) - Method in class org.jets3t.service.CloudFrontService
 
getInvalidation() - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.InvalidationHandler
 
getInvalidationList() - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.InvalidationListHandler
 
getInvalidationSummaries() - Method in class org.jets3t.service.model.cloudfront.InvalidationList
 
getInvokingApplicationDescription() - Method in class org.jets3t.service.StorageService
 
getItemCount() - Method in class org.jets3t.service.VersionOrDeleteMarkersChunk
 
getItems() - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.ListVersionsResultsHandler
 
getItems() - Method in class org.jets3t.service.VersionOrDeleteMarkersChunk
 
getJetS3tProperties() - Method in class org.jets3t.service.StorageService
 
getKey() - Method in class org.jets3t.service.model.BaseVersionOrDeleteMarker
 
getKey() - Method in class org.jets3t.service.model.container.ObjectKeyAndVersion
 
getKey() - Method in class org.jets3t.service.model.MultipleDeleteResult.DeletedObjectResult
 
getKey() - Method in class org.jets3t.service.model.MultipleDeleteResult.ErrorResult
 
getKey() - Method in class org.jets3t.service.model.StorageObject
 
getKeyMarker() - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.ListMultipartUploadsResultHandler
 
getKeyMarker() - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.ListVersionsResultsHandler
 
getLastModified() - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.CopyObjectResultHandler
 
getLastModified() - Method in class org.jets3t.service.model.BaseVersionOrDeleteMarker
 
getLastModified() - Method in class org.jets3t.service.model.MultipartPart
 
getLastModifiedDate() - Method in class org.jets3t.service.model.StorageObject
 
getLastModifiedTime() - Method in class org.jets3t.service.model.cloudfront.Distribution
 
getLifecycleConfig() - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.LifecycleConfigurationHandler
 
getLifecycleConfig(String) - Method in class org.jets3t.service.S3Service
 
getLifecycleConfigImpl(String) - Method in class org.jets3t.service.impl.rest.httpclient.RestS3Service
 
getLifecycleConfigImpl(String) - Method in class org.jets3t.service.S3Service
 
getLocation() - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.BucketLocationHandler
 
getLocation() - Method in class org.jets3t.service.model.CreateBucketConfiguration
 
getLocation() - Method in class org.jets3t.service.model.MultipartCompleted
 
getLocation() - Method in class org.jets3t.service.model.StorageBucket
 
getLogfilePrefix() - Method in class org.jets3t.service.model.StorageBucketLoggingStatus
 
getLoggingStatus() - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.LoggingStatusHandler
 
getLoggingStatus() - Method in class org.jets3t.service.model.cloudfront.DistributionConfig
 
getLogString() - Method in class org.jets3t.service.security.AWSDevPayCredentials
 
getLogString() - Method in class org.jets3t.service.security.ProviderCredentials
 
getLongProperty(String, long) - Method in class org.jets3t.service.Jets3tProperties
 
getMarker() - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.DistributionListHandler
 
getMarker() - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.InvalidationListHandler
 
getMarker() - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.OriginAccessIdentityListHandler
 
getMarker() - Method in class org.jets3t.service.model.cloudfront.InvalidationList
 
getMarkerForNextListing() - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.ListBucketHandler
If the listing is truncated this method will return the marker that should be used in subsequent bucket list calls to complete the listing.
getMaxItems() - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.DistributionListHandler
 
getMaxItems() - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.InvalidationListHandler
 
getMaxItems() - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.OriginAccessIdentityListHandler
 
getMaxItems() - Method in class org.jets3t.service.model.cloudfront.InvalidationList
 
getMaxParts() - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.ListMultipartPartsResultHandler
 
getMaxPartSize() - Method in class org.jets3t.service.utils.MultipartUtils
 
getMaxUploads() - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.ListMultipartUploadsResultHandler
 
getMBeanInfo() - Method in class contribs.mx.S3ServiceExceptionMx
 
getMD5DigestOfData() - Method in class org.jets3t.service.impl.rest.httpclient.RepeatableRequestEntity
 
getMd5FilesRootDirectoryFile() - Method in class org.jets3t.service.utils.FileComparer
 
getMd5HashAsBase64() - Method in class org.jets3t.service.model.StorageObject
 
getMd5HashAsHex() - Method in class org.jets3t.service.model.StorageObject
 
getMessage() - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.ErrorHandler
 
getMessage() - Method in class org.jets3t.service.model.MultipleDeleteResult.ErrorResult
 
getMessageProperties() - Method in class org.jets3t.service.utils.gatekeeper.GatekeeperMessage
 
getMetadata(String) - Method in class org.jets3t.service.model.BaseStorageItem
 
getMetadata() - Method in class org.jets3t.service.model.MultipartUpload
 
getMetadataCaseInsensitiveFromMap(String, Map<String, Object>) - Method in class org.jets3t.service.model.BaseStorageItem
 
getMetadataMap() - Method in class org.jets3t.service.model.BaseStorageItem
 
getMimetype(String) - Method in class org.jets3t.service.utils.Mimetypes
Determines the mimetype of a file by looking up the file's extension in an internal listing to find the corresponding mime type.
getMimetype(File) - Method in class org.jets3t.service.utils.Mimetypes
Determines the mimetype of a file by looking up the file's extension in an internal listing to find the corresponding mime type.
getMinTTL() - Method in class org.jets3t.service.model.cloudfront.CacheBehavior
 
getMinTTL() - Method in class org.jets3t.service.model.cloudfront.DistributionConfig
Deprecated.
as of 2012-05-05 API version, instead use DistributionConfig.getDefaultCacheBehavior()
getModifiableMetadata() - Method in class org.jets3t.service.model.StorageObject
Returns only those object metadata items that can be modified in a service.
getMultipartCompleted() - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.CompleteMultipartUploadResultHandler
 
getMultipartPart() - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.MultipartPartResultHandler
 
getMultipartPartList() - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.ListMultipartPartsResultHandler
 
getMultipartPartsUploaded() - Method in class org.jets3t.service.model.MultipartUpload
 
getMultipartUpload() - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.MultipartUploadResultHandler
 
getMultipartUpload() - Method in class org.jets3t.service.multi.s3.MultipartUploadAndParts
 
getMultipartUploadList() - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.ListMultipartUploadsResultHandler
 
getMultipleDeleteResult() - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.MultipleDeleteResultHandler
 
getName() - Method in class org.jets3t.service.acl.gs.GroupByEmailAddressGrantee
 
getName() - Method in class org.jets3t.service.acl.gs.GroupByIdGrantee
 
getName() - Method in class org.jets3t.service.acl.gs.UserByEmailAddressGrantee
 
getName() - Method in class org.jets3t.service.acl.gs.UserByIdGrantee
 
getName() - Method in class org.jets3t.service.model.BaseStorageItem
 
getNextKeyMarker() - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.ListMultipartUploadsResultHandler
 
getNextKeyMarker() - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.ListVersionsResultsHandler
 
getNextKeyMarker() - Method in class org.jets3t.service.VersionOrDeleteMarkersChunk
 
getNextMarker() - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.DistributionListHandler
 
getNextMarker() - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.InvalidationListHandler
 
getNextMarker() - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.OriginAccessIdentityListHandler
 
getNextMarker() - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.ListBucketHandler
 
getNextMarker() - Method in class org.jets3t.service.model.cloudfront.InvalidationList
 
getNextPartNumberMarker() - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.ListMultipartPartsResultHandler
 
getNextUploadIdMarker() - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.ListMultipartUploadsResultHandler
 
getNextVersionIdMarker() - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.ListVersionsResultsHandler
 
getNextVersionIdMarker() - Method in class org.jets3t.service.VersionOrDeleteMarkersChunk
 
getNotificationConfig() - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.NotificationConfigurationHandler
 
getNotificationConfig(String) - Method in class org.jets3t.service.S3Service
 
getNotificationConfigImpl(String) - Method in class org.jets3t.service.impl.rest.httpclient.RestS3Service
 
getNotificationConfigImpl(String) - Method in class org.jets3t.service.S3Service
 
getOAuth2Tokens() - Method in class org.jets3t.service.security.OAuth2Credentials
 
getObject(int) - Method in class org.jets3t.apps.cockpit.gui.ObjectTableModel
 
getObject(int) - Method in class org.jets3t.apps.cockpitlite.CLObjectTableModel
 
getObject(String, String) - Method in class org.jets3t.service.impl.rest.httpclient.GoogleStorageService
 
getObject(String, String, Calendar, Calendar, String[], String[], Long, Long) - Method in class org.jets3t.service.impl.rest.httpclient.GoogleStorageService
 
getObject() - Method in class org.jets3t.service.multi.DownloadPackage
 
getObject() - Method in class org.jets3t.service.multithread.DownloadPackage
Deprecated.
 
getObject(String, String) - Method in class org.jets3t.service.S3Service
 
getObject(S3Bucket, String) - Method in class org.jets3t.service.S3Service
Deprecated.
0.8.0

This method can be performed by anonymous services. Anonymous services can get a publicly-readable object.

Important: It is the caller's responsibility to close the object's data input stream. The data stream should be consumed and closed as soon as is practical as network connections may be held open until the streams are closed. Excessive unclosed streams can lead to connection starvation.

getObject(String, String, Calendar, Calendar, String[], String[], Long, Long) - Method in class org.jets3t.service.S3Service
 
getObject(S3Bucket, String, Calendar, Calendar, String[], String[], Long, Long) - Method in class org.jets3t.service.S3Service
Returns an object representing the details and data of an item in S3 that meets any given preconditions.
getObject(String, String) - Method in class org.jets3t.service.StorageService
Returns an object representing the details and data of an item in a service, without applying any preconditions.
getObject(String, String, Calendar, Calendar, String[], String[], Long, Long) - Method in class org.jets3t.service.StorageService
Returns an object representing the details and data of an item that meets any given preconditions.
getObject() - Method in class org.jets3t.service.utils.signedurl.SignedUrlAndObject
 
getObjectAcl(S3Bucket, String) - Method in class org.jets3t.service.S3Service
Retrieves the access control settings of an object.
getObjectAcl(String, String) - Method in class org.jets3t.service.StorageService
Retrieves the access control settings of an object.
getObjectAclImpl(String, String) - Method in class org.jets3t.service.impl.rest.httpclient.RestStorageService
 
getObjectAclImpl(String, String, String) - Method in class org.jets3t.service.impl.rest.httpclient.RestStorageService
 
getObjectAclImpl(String, String, String) - Method in class org.jets3t.service.StorageService
 
getObjectACLs(String, StorageObject[]) - Method in class org.jets3t.service.multi.SimpleThreadedStorageService
Retrieves Access Control List (ACL) settings for multiple objects.
getObjectACLs(String, StorageObject[]) - Method in class org.jets3t.service.multi.ThreadedStorageService
Retrieves Access Control List (ACL) information for multiple objects from a bucket, and sends LookupACLEvent notification events.
getObjectACLs(S3Bucket, S3Object[]) - Method in class org.jets3t.service.multithread.S3ServiceMulti
Deprecated.
Retrieves Access Control List (ACL) information for multiple objects from a bucket, and sends LookupACLEvent notification events.
getObjectACLs(S3Bucket, S3Object[]) - Method in class org.jets3t.service.multithread.S3ServiceSimpleMulti
Deprecated.
Retrieves Access Control List (ACL) settings for multiple objects.
getObjectAclStatus(S3Object) - Method in class org.jets3t.apps.cockpitlite.CLObjectTableModel
 
getObjectAclWithSignedUrl(String) - Method in class org.jets3t.service.impl.rest.httpclient.RestStorageService
Gets an object's ACL details using a pre-signed GET URL generated for that object.
getObjectAclWithSignedUrl(String) - Method in interface org.jets3t.service.utils.signedurl.SignedUrlHandler
Gets an object's ACL details using a pre-signed GET URL generated for that object.
getObjectByKey(String) - Method in class org.jets3t.apps.cockpit.gui.ObjectTableModel
 
getObjectDetails(String, String) - Method in class org.jets3t.service.impl.rest.httpclient.GoogleStorageService
 
getObjectDetails(S3Bucket, String) - Method in class org.jets3t.service.S3Service
Deprecated.
0.8.0

This method can be performed by anonymous services. Anonymous services can get a publicly-readable object's details.

getObjectDetails(S3Bucket, String, Calendar, Calendar, String[], String[]) - Method in class org.jets3t.service.S3Service
Returns an object representing the details of an item in S3 that meets any given preconditions.
getObjectDetails(String, String) - Method in class org.jets3t.service.StorageService
Returns an object representing the details of an item in without the object's data, and without applying any preconditions.
getObjectDetails(String, String, Calendar, Calendar, String[], String[]) - Method in class org.jets3t.service.StorageService
Returns an object representing the details of an item that meets any given preconditions.
getObjectDetailsImpl(String, String, Calendar, Calendar, String[], String[], String) - Method in class org.jets3t.service.impl.rest.httpclient.RestStorageService
 
getObjectDetailsImpl(String, String, Calendar, Calendar, String[], String[], String) - Method in class org.jets3t.service.StorageService
 
getObjectDetailsWithSignedUrl(String) - Method in class org.jets3t.service.impl.rest.httpclient.RestStorageService
Gets an object's details using a pre-signed HEAD URL generated for that object.
getObjectDetailsWithSignedUrl(String) - Method in interface org.jets3t.service.utils.signedurl.SignedUrlHandler
Gets an object's details using a pre-signed HEAD URL generated for that object.
GetObjectHeadsEvent - Class in org.jets3t.service.multi.event
Multi-threaded service event fired by ThreadedStorageService.getObjectsHeads(String, String[]).
GetObjectHeadsEvent - Class in org.jets3t.service.multithread
getObjectImpl(String, String, Calendar, Calendar, String[], String[], Long, Long, String) - Method in class org.jets3t.service.impl.rest.httpclient.RestStorageService
 
getObjectImpl(String, String, Calendar, Calendar, String[], String[], Long, Long, String) - Method in class org.jets3t.service.StorageService
 
getObjectKey() - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.ListMultipartPartsResultHandler
 
getObjectKey() - Method in class org.jets3t.service.model.MultipartCompleted
 
getObjectKey() - Method in class org.jets3t.service.model.MultipartUpload
 
getObjectKey() - Method in class org.jets3t.service.utils.gatekeeper.SignatureRequest
 
getObjectKeys() - Method in class org.jets3t.service.model.cloudfront.Invalidation
 
getObjectMetadata() - Method in class org.jets3t.service.utils.gatekeeper.SignatureRequest
 
getObjects() - Method in class org.jets3t.apps.cockpit.gui.ObjectTableModel
 
getObjects() - Method in class org.jets3t.apps.cockpitlite.CLObjectTableModel
 
getObjects() - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.ListBucketHandler
 
getObjects(String, StorageObject[]) - Method in class org.jets3t.service.multi.SimpleThreadedStorageService
Retrieves multiple objects (including details and data).
getObjects(String, StorageObject[], ErrorPermitter) - Method in class org.jets3t.service.multi.SimpleThreadedStorageService
Retrieves multiple objects (including details and data).
getObjects(String, String[]) - Method in class org.jets3t.service.multi.SimpleThreadedStorageService
Retrieves multiple objects (including details and data).
getObjects(String, StorageObject[]) - Method in class org.jets3t.service.multi.ThreadedStorageService
Retrieves multiple objects (details and data) from a bucket, and sends GetObjectsEvent notification events.
getObjects(String, String[]) - Method in class org.jets3t.service.multi.ThreadedStorageService
Retrieves multiple objects (details and data) from a bucket, and sends GetObjectsEvent notification events.
getObjects(String, String[], ErrorPermitter) - Method in class org.jets3t.service.multi.ThreadedStorageService
Retrieves multiple objects (details and data) from a bucket, and sends GetObjectsEvent notification events.
getObjects(S3Bucket, S3Object[]) - Method in class org.jets3t.service.multithread.S3ServiceMulti
Deprecated.
Retrieves multiple objects (details and data) from a bucket, and sends GetObjectsEvent notification events.
getObjects(S3Bucket, String[]) - Method in class org.jets3t.service.multithread.S3ServiceMulti
Deprecated.
Retrieves multiple objects (details and data) from a bucket, and sends GetObjectsEvent notification events.
getObjects(String[]) - Method in class org.jets3t.service.multithread.S3ServiceMulti
Deprecated.
Retrieves multiple objects (details and data) from a bucket using signed GET URLs corresponding to those objects.
getObjects(S3Bucket, S3Object[]) - Method in class org.jets3t.service.multithread.S3ServiceSimpleMulti
Deprecated.
Retrieves multiple objects (including details and data).
getObjects(S3Bucket, String[]) - Method in class org.jets3t.service.multithread.S3ServiceSimpleMulti
Deprecated.
Retrieves multiple objects (including details and data).
getObjects() - Method in class org.jets3t.service.S3ObjectsChunk
Deprecated.
 
getObjects() - Method in class org.jets3t.service.StorageObjectsChunk
 
getObjectsACLs(String[]) - Method in class org.jets3t.service.multithread.S3ServiceMulti
Deprecated.
Retrieves ACL information about multiple objects from a bucket using signed GET ACL URLs corresponding to those objects.
GetObjectsEvent - Class in org.jets3t.service.multi.event
Multi-threaded service event fired by ThreadedStorageService.getObjects(String, String[]).
GetObjectsEvent - Class in org.jets3t.service.multithread
getObjectsHeads(String, StorageObject[]) - Method in class org.jets3t.service.multi.SimpleThreadedStorageService
Retrieves details of multiple objects (details only, no data)
getObjectsHeads(String, String[]) - Method in class org.jets3t.service.multi.SimpleThreadedStorageService
Retrieves details of multiple objects (details only, no data)
getObjectsHeads(String, String[], ErrorPermitter) - Method in class org.jets3t.service.multi.SimpleThreadedStorageService
Retrieves details of multiple objects (details only, no data)
getObjectsHeads(String, StorageObject[]) - Method in class org.jets3t.service.multi.ThreadedStorageService
Retrieves details (but no data) about multiple objects from a bucket, and sends GetObjectHeadsEvent notification events.
getObjectsHeads(String, String[]) - Method in class org.jets3t.service.multi.ThreadedStorageService
Retrieves details (but no data) about multiple objects from a bucket, and sends GetObjectHeadsEvent notification events.
getObjectsHeads(String, String[], ErrorPermitter) - Method in class org.jets3t.service.multi.ThreadedStorageService
Retrieves details (but no data) about multiple objects from a bucket, and sends GetObjectHeadsEvent notification events.
getObjectsHeads(S3Bucket, S3Object[]) - Method in class org.jets3t.service.multithread.S3ServiceMulti
Deprecated.
Retrieves details (but no data) about multiple objects from a bucket, and sends GetObjectHeadsEvent notification events.
getObjectsHeads(S3Bucket, String[]) - Method in class org.jets3t.service.multithread.S3ServiceMulti
Deprecated.
Retrieves details (but no data) about multiple objects from a bucket, and sends GetObjectHeadsEvent notification events.
getObjectsHeads(String[]) - Method in class org.jets3t.service.multithread.S3ServiceMulti
Deprecated.
Retrieves details (but no data) about multiple objects using signed HEAD URLs corresponding to those objects.
getObjectsHeads(S3Bucket, S3Object[]) - Method in class org.jets3t.service.multithread.S3ServiceSimpleMulti
Deprecated.
Retrieves details of multiple objects (details only, no data)
getObjectsHeads(S3Bucket, String[]) - Method in class org.jets3t.service.multithread.S3ServiceSimpleMulti
Deprecated.
Retrieves details of multiple objects (details only, no data)
getObjectsMap() - Method in class org.jets3t.service.utils.FileComparer.PartialObjectListing
 
getObjectsWithACL() - Method in class org.jets3t.service.multi.event.LookupACLEvent
 
getObjectsWithACL() - Method in class org.jets3t.service.multithread.LookupACLEvent
 
getObjectsWithUpdatedACL() - Method in class org.jets3t.service.multi.event.UpdateACLEvent
 
getObjectsWithUpdatedACL() - Method in class org.jets3t.service.multithread.UpdateACLEvent
 
getObjectVersions(String, String) - Method in class org.jets3t.service.S3Service
Return version information for a specific object.
getObjectWithSignedUrl(String) - Method in class org.jets3t.service.impl.rest.httpclient.RestStorageService
Gets an object using a pre-signed GET URL generated for that object.
getObjectWithSignedUrl(String) - Method in interface org.jets3t.service.utils.signedurl.SignedUrlHandler
Gets an object using a pre-signed GET URL generated for that object.
getOkClicked() - Method in class org.jets3t.apps.cockpit.gui.CreateBucketDialog
 
getOkClicked() - Method in class org.jets3t.apps.cockpit.gui.RequesterPaysDialog
 
getOrCreateBucket(String) - Method in class org.jets3t.service.S3Service
 
getOrCreateBucket(String, String) - Method in class org.jets3t.service.S3Service
Returns a bucket in your S3 account, and creates the bucket in the given S3 location if it does not yet exist.
getOrCreateBucket(String) - Method in class org.jets3t.service.StorageService
Returns a bucket in your account, and creates the bucket if it does not yet exist.
getOrigin() - Method in class org.jets3t.service.model.cloudfront.Distribution
Deprecated.
as of 2012-05-05 API version, use Distribution.getConfig() instead.
getOrigin() - Method in class org.jets3t.service.model.cloudfront.DistributionConfig
Deprecated.
as of 2012-05-05 API update
getOriginAccessIdentity(String) - Method in class org.jets3t.service.CloudFrontService
Obtain the complete properties of an Origin Access Identity.
getOriginAccessIdentity() - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.OriginAccessIdentityHandler
 
getOriginAccessIdentity() - Method in class org.jets3t.service.model.cloudfront.S3Origin
 
getOriginAccessIdentityConfig(String) - Method in class org.jets3t.service.CloudFrontService
Obtain the configuration properties of an Origin Access Identity.
getOriginAccessIdentityConfig() - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.OriginAccessIdentityConfigHandler
 
getOriginAccessIdentityList() - Method in class org.jets3t.service.CloudFrontService
List the Origin Access Identities in a CloudFront account.
getOriginAccessIdentityList() - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.OriginAccessIdentityListHandler
 
getOriginAsBucketName() - Method in class org.jets3t.service.model.cloudfront.S3Origin
 
getOriginProtocolPolicy() - Method in class org.jets3t.service.model.cloudfront.CustomOrigin
 
getOrigins() - Method in class org.jets3t.service.model.cloudfront.DistributionConfig
 
getOutputStream() - Method in class org.jets3t.service.multi.DownloadPackage
Creates an output stream to receive the object's data.
getOwner() - Method in class org.jets3t.service.acl.AccessControlList
 
getOwner() - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.ListAllMyBucketsHandler
 
getOwner() - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.ListMultipartPartsResultHandler
 
getOwner() - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.OwnerHandler
 
getOwner() - Method in class org.jets3t.service.model.BaseStorageItem
 
getOwner() - Method in class org.jets3t.service.model.BaseVersionOrDeleteMarker
 
getOwner() - Method in class org.jets3t.service.model.MultipartUpload
 
getPartNumber() - Method in class org.jets3t.service.model.MultipartPart
 
getPartNumberMarker() - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.ListMultipartPartsResultHandler
 
getPartNumberOffset() - Method in class org.jets3t.service.multi.s3.MultipartUploadAndParts
 
getPartObjects() - Method in class org.jets3t.service.multi.s3.MultipartUploadAndParts
 
getPassphrase() - Method in class org.jets3t.apps.cockpit.gui.LoginPassphrasePanel
 
getPassword() - Method in class org.jets3t.apps.cockpit.gui.LoginLocalFolderPanel
 
getPassword() - Method in class org.jets3t.apps.cockpit.gui.LoginPassphrasePanel
 
getPassword(String) - Static method in class org.jets3t.apps.synchronize.PasswordInput
 
getPassword() - Method in class org.jets3t.gui.AuthenticationDialog
 
getPathPattern() - Method in class org.jets3t.service.model.cloudfront.CacheBehavior
 
getPermission() - Method in class org.jets3t.service.acl.GrantAndPermission
 
getPermissionsForGrantee(GranteeInterface) - Method in class org.jets3t.service.acl.AccessControlList
 
getPreComputedHashFile(File, String) - Method in class org.jets3t.service.utils.FileComparer
 
getPrefix() - Method in class org.jets3t.service.model.cloudfront.LoggingStatus
 
getPrefix() - Method in class org.jets3t.service.model.LifecycleConfig.Rule
 
getPrefix() - Method in class org.jets3t.service.MultipartUploadChunk
 
getPrefix() - Method in class org.jets3t.service.StorageObjectsChunk
 
getPrefix() - Method in class org.jets3t.service.VersionOrDeleteMarkersChunk
 
getPriorLastIdMarker() - Method in class org.jets3t.service.MultipartUploadChunk
 
getPriorLastKey() - Method in class org.jets3t.service.MultipartUploadChunk
 
getPriorLastKey() - Method in class org.jets3t.service.StorageObjectsChunk
 
getPriorLastKey() - Method in class org.jets3t.service.utils.FileComparer.PartialObjectListing
 
getProductName() - Method in class org.jets3t.service.model.AWSDevPayProduct
 
getProductToken() - Method in class org.jets3t.service.model.AWSDevPayProduct
 
getProductToken() - Method in class org.jets3t.service.security.AWSDevPayCredentials
 
getProperties() - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser
 
getProperties() - Method in class org.jets3t.service.Jets3tProperties
 
getProviderCredentials() - Method in class org.jets3t.apps.cockpit.gui.StartupDialog
 
getProviderCredentials() - Method in class org.jets3t.service.multi.ThreadedStorageService
 
getProviderCredentials() - Method in class org.jets3t.service.StorageService
 
getProxyHost(String) - Method in class org.apache.commons.httpclient.contrib.proxy.PluginProxyTestApplet
 
getProxyPort(String) - Method in class org.apache.commons.httpclient.contrib.proxy.PluginProxyTestApplet
 
getRecentByteRatePerSecond() - Method in class org.jets3t.service.io.BytesProgressWatcher
 
getRefreshToken() - Method in class org.jets3t.service.security.OAuth2Tokens
 
getRegionEndpointCache() - Method in class org.jets3t.service.impl.rest.httpclient.RestStorageService
 
getRegionForBucketName(String) - Method in class org.jets3t.service.impl.rest.httpclient.RegionEndpointCache
 
getRemainingTime() - Method in class org.jets3t.service.io.BytesProgressWatcher
 
getRemoteAddress() - Method in class org.jets3t.servlets.gatekeeper.ClientInformation
 
getRemoteHost() - Method in class org.jets3t.servlets.gatekeeper.ClientInformation
 
getRemotePort() - Method in class org.jets3t.servlets.gatekeeper.ClientInformation
 
getRemoteUser() - Method in class org.jets3t.servlets.gatekeeper.ClientInformation
 
getRequestHost() - Method in exception org.jets3t.service.ServiceException
 
getRequestId() - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.ErrorHandler
 
getRequestMarker() - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.ListBucketHandler
 
getRequestMaxKeys() - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.ListBucketHandler
 
getRequestMaxKeys() - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.ListVersionsResultsHandler
 
getRequestPath() - Method in exception org.jets3t.service.ServiceException
 
getRequestPrefix() - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.ListBucketHandler
 
getRequestPrefix() - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.ListVersionsResultsHandler
 
getRequestVerb() - Method in exception org.jets3t.service.ServiceException
 
getRequiredProtocols() - Method in class org.jets3t.service.model.cloudfront.DistributionConfig
Deprecated.
as of 2012-05-05 API version, instead use DistributionConfig.getDefaultCacheBehavior()
getResourceParameterNames() - Method in class org.jets3t.service.impl.rest.httpclient.GoogleStorageService
 
getResourceParameterNames() - Method in class org.jets3t.service.impl.rest.httpclient.RestS3Service
 
getResourceParameterNames() - Method in class org.jets3t.service.StorageService
 
getResponseCode() - Method in exception org.jets3t.service.CloudFrontServiceException
 
getResponseCode() - Method in exception org.jets3t.service.impl.rest.HttpException
 
getResponseCode() - Method in exception org.jets3t.service.ServiceException
 
getResponseDate() - Method in exception org.jets3t.service.ServiceException
 
getResponseHeaders() - Method in exception org.jets3t.service.ServiceException
 
getResponseMessage() - Method in exception org.jets3t.service.impl.rest.HttpException
 
getResponseStatus() - Method in exception org.jets3t.service.ServiceException
 
getRestHeaderPrefix() - Method in class org.jets3t.service.impl.rest.httpclient.GoogleStorageService
 
getRestHeaderPrefix() - Method in class org.jets3t.service.impl.rest.httpclient.RestS3Service
 
getRestHeaderPrefix() - Method in class org.jets3t.service.StorageService
 
getRestMetadataPrefix() - Method in class org.jets3t.service.impl.rest.httpclient.GoogleStorageService
 
getRestMetadataPrefix() - Method in class org.jets3t.service.impl.rest.httpclient.RestS3Service
 
getRestMetadataPrefix() - Method in class org.jets3t.service.StorageService
 
getRestS3Service(ProviderCredentials) - Method in class org.jets3t.apps.cockpit.Cockpit
 
getResult() - Method in class org.jets3t.service.multi.ThreadedStorageService.AbstractRunnable
 
getRoleName() - Method in class org.jets3t.service.security.AWSEC2IAMSessionCredentials
 
getRowCount() - Method in class org.jets3t.gui.TableSorter
 
getRules() - Method in class org.jets3t.service.model.LifecycleConfig
 
getS3CanonicalUserId() - Method in class org.jets3t.service.model.cloudfront.OriginAccessIdentity
 
getS3ErrorCode() - Method in exception org.jets3t.service.S3ServiceException
 
getS3ErrorHostId() - Method in exception org.jets3t.service.S3ServiceException
 
getS3ErrorMessage() - Method in exception org.jets3t.service.S3ServiceException
 
getS3ErrorRequestId() - Method in exception org.jets3t.service.S3ServiceException
 
getS3Service() - Method in class org.jets3t.service.multithread.S3ServiceMulti
Deprecated.
 
getSecretKey() - Method in class org.jets3t.apps.cockpit.gui.CredentialsDialog
 
getSecretKey() - Method in class org.jets3t.apps.cockpit.gui.LoginCredentialsPanel
 
getSecretKey() - Method in class org.jets3t.service.security.AWSEC2IAMSessionCredentials
 
getSecretKey() - Method in class org.jets3t.service.security.ProviderCredentials
 
getServerSideEncryptionAlgorithm() - Method in class org.jets3t.service.model.StorageObject
 
getServiceException() - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.CompleteMultipartUploadErrorHandler
 
getServiceException() - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.CompleteMultipartUploadResultHandler
 
getServiceMetadata(String) - Method in class org.jets3t.service.model.BaseStorageItem
 
getServiceMetadataMap() - Method in class org.jets3t.service.model.BaseStorageItem
 
getSession() - Method in class org.jets3t.servlets.gatekeeper.ClientInformation
 
getSessionToken() - Method in class org.jets3t.service.security.AWSEC2IAMSessionCredentials
 
getSessionToken() - Method in class org.jets3t.service.security.AWSSessionCredentials
 
getShortBucketName() - Method in class org.jets3t.service.model.cloudfront.LoggingStatus
 
getSignatureIdentifier() - Method in class org.jets3t.service.impl.rest.httpclient.GoogleStorageService
 
getSignatureIdentifier() - Method in class org.jets3t.service.impl.rest.httpclient.RestS3Service
 
getSignatureIdentifier() - Method in class org.jets3t.service.StorageService
 
getSignatureRequests() - Method in class org.jets3t.service.utils.gatekeeper.GatekeeperMessage
Returns the signature requests in a message.
getSignatureType() - Method in class org.jets3t.service.utils.gatekeeper.SignatureRequest
 
getSignedUrl() - Method in class org.jets3t.service.multithread.DownloadPackage
Deprecated.
 
getSignedUrl() - Method in class org.jets3t.service.utils.gatekeeper.SignatureRequest
 
getSignedUrl() - Method in class org.jets3t.service.utils.signedurl.SignedUrlAndObject
 
getSize() - Method in class org.jets3t.service.model.MultipartPart
 
getSize() - Method in class org.jets3t.service.model.S3Version
 
getSortingStatus(int) - Method in class org.jets3t.gui.TableSorter
 
getSourceObjectKeys() - Method in class org.jets3t.gui.CopyObjectsDialog
 
getSourceObjectKeys() - Method in class org.jets3t.gui.ObjectsAttributesDialog
 
getSourceObjectKeys() - Method in class org.jets3t.service.multi.event.CopyObjectsEvent
 
getSourceObjectKeys() - Method in class org.jets3t.service.multithread.CopyObjectsEvent
 
getStartedUploads() - Method in class org.jets3t.service.multi.s3.MultipartStartsEvent
 
getStatus() - Method in class org.jets3t.service.model.cloudfront.Distribution
 
getStatus() - Method in class org.jets3t.service.model.cloudfront.Invalidation
 
getStatus() - Method in class org.jets3t.service.model.cloudfront.InvalidationSummary
 
getStorageClass() - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.ListMultipartPartsResultHandler
 
getStorageClass() - Method in class org.jets3t.service.model.LifecycleConfig.Transition
 
getStorageClass() - Method in class org.jets3t.service.model.MultipartUpload
 
getStorageClass() - Method in class org.jets3t.service.model.S3Version
 
getStorageClass() - Method in class org.jets3t.service.model.StorageObject
 
getStorageService() - Method in class org.jets3t.apps.cockpit.gui.StartupDialog
 
getStorageService() - Method in class org.jets3t.service.multi.ThreadedStorageService
 
getStreamingDistributionConfig(String) - Method in class org.jets3t.service.CloudFrontService
Lookup configuration information for a streaming distribution.
getStreamingDistributionInfo(String) - Method in class org.jets3t.service.CloudFrontService
Lookup information for a streaming distribution.
getStringProperty(String, String) - Method in class org.jets3t.service.Jets3tProperties
 
getTableHeader() - Method in class org.jets3t.gui.TableSorter
 
getTableModel() - Method in class org.jets3t.gui.TableSorter
 
getTargetBucketName() - Method in class org.jets3t.service.model.StorageBucketLoggingStatus
 
getTargetGrants() - Method in class org.jets3t.service.model.S3BucketLoggingStatus
 
getTargetOriginId() - Method in class org.jets3t.service.model.cloudfront.CacheBehavior
 
getThreadCount() - Method in class org.jets3t.service.multi.ThreadWatcher
 
getThreadWatcher() - Method in class org.jets3t.service.multi.event.ServiceEvent
 
getThreadWatcher() - Method in class org.jets3t.service.multithread.ServiceEvent
Deprecated.
 
getThrowable() - Method in class org.jets3t.service.model.ThrowableBearingStorageObject
 
getTimeRemaining() - Method in class org.jets3t.service.multi.ThreadWatcher
 
getTopic() - Method in class org.jets3t.service.model.NotificationConfig.TopicConfig
 
getTopicConfigs() - Method in class org.jets3t.service.model.NotificationConfig
 
getTotalBytesInAllTransfers() - Method in class org.jets3t.service.io.BytesProgressWatcher
 
getTotalCopyRequests() - Method in class contribs.mx.S3ObjectMx
 
getTotalCopyRequests() - Method in interface contribs.mx.S3ObjectMxMBean
 
getTotalDeleteRequests() - Method in class contribs.mx.S3ObjectMx
 
getTotalDeleteRequests() - Method in interface contribs.mx.S3ObjectMxMBean
 
getTotalGetRequests() - Method in class contribs.mx.S3ObjectMx
 
getTotalGetRequests() - Method in interface contribs.mx.S3ObjectMxMBean
 
getTotalHeadRequests() - Method in class contribs.mx.S3ObjectMx
 
getTotalHeadRequests() - Method in interface contribs.mx.S3ObjectMxMBean
 
getTotalListRequests() - Method in class contribs.mx.S3BucketMx
 
getTotalListRequests() - Method in interface contribs.mx.S3BucketMxMBean
 
getTotalListRequests() - Method in class contribs.mx.S3ServiceMx
 
getTotalObjectCopyRequests() - Method in class contribs.mx.S3BucketMx
 
getTotalObjectCopyRequests() - Method in interface contribs.mx.S3BucketMxMBean
 
getTotalObjectCopyRequests() - Method in class contribs.mx.S3ServiceMx
 
getTotalObjectDeleteRequests() - Method in class contribs.mx.S3BucketMx
 
getTotalObjectDeleteRequests() - Method in interface contribs.mx.S3BucketMxMBean
 
getTotalObjectDeleteRequests() - Method in class contribs.mx.S3ServiceMx
 
getTotalObjectGetRequests() - Method in class contribs.mx.S3BucketMx
 
getTotalObjectGetRequests() - Method in interface contribs.mx.S3BucketMxMBean
 
getTotalObjectGetRequests() - Method in class contribs.mx.S3ServiceMx
 
getTotalObjectHeadRequests() - Method in class contribs.mx.S3BucketMx
 
getTotalObjectHeadRequests() - Method in interface contribs.mx.S3BucketMxMBean
 
getTotalObjectHeadRequests() - Method in class contribs.mx.S3ServiceMx
 
getTotalObjectPutRequests() - Method in class contribs.mx.S3BucketMx
 
getTotalObjectPutRequests() - Method in interface contribs.mx.S3BucketMxMBean
 
getTotalObjectPutRequests() - Method in class contribs.mx.S3ServiceMx
 
getTotalPutRequests() - Method in class contribs.mx.S3ObjectMx
 
getTotalPutRequests() - Method in interface contribs.mx.S3ObjectMxMBean
 
getTotalRequests() - Method in class contribs.mx.S3BucketMx
 
getTotalRequests() - Method in interface contribs.mx.S3BucketMxMBean
 
getTotalRequests() - Method in class contribs.mx.S3ObjectMx
 
getTotalRequests() - Method in interface contribs.mx.S3ObjectMxMBean
 
getTotalRequests() - Method in class contribs.mx.S3ServiceMx
 
getTransactionId(GatekeeperMessage, ClientInformation) - Method in class org.jets3t.servlets.gatekeeper.impl.DefaultTransactionIdProvider
Returns a random-based UUID.
getTransactionId(GatekeeperMessage, ClientInformation) - Method in class org.jets3t.servlets.gatekeeper.impl.ExternalUuidProvider
If the application property externalUUID is available, the value of this property is returned as the transaction ID.
getTransactionId(GatekeeperMessage, ClientInformation) - Method in class org.jets3t.servlets.gatekeeper.TransactionIdProvider
Returns a transaction ID to uniquely identify the Gatekeeper transaction - if transaction tracking is not required this method can return an empty string.
getTransition() - Method in class org.jets3t.service.model.LifecycleConfig.Rule
 
getTrustedSignerAwsAccountNumbers() - Method in class org.jets3t.service.model.cloudfront.CacheBehavior
 
getTrustedSignerAwsAccountNumbers() - Method in class org.jets3t.service.model.cloudfront.DistributionConfig
Deprecated.
as of 2012-05-05 API version, instead use DistributionConfig.getDefaultCacheBehavior()
getTrustedSigners() - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.TrustedSignersHandler
 
getType() - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.ErrorHandler
 
getTypeName() - Method in class org.jets3t.service.security.AWSCredentials
 
getTypeName() - Method in class org.jets3t.service.security.AWSDevPayCredentials
 
getTypeName() - Method in class org.jets3t.service.security.AWSEC2IAMSessionCredentials
 
getTypeName() - Method in class org.jets3t.service.security.AWSSessionCredentials
 
getTypeName() - Method in class org.jets3t.service.security.GSCredentials
 
getTypeName() - Method in class org.jets3t.service.security.OAuth2Credentials
 
getTypeName() - Method in class org.jets3t.service.security.ProviderCredentials
 
getUniqueOperationId() - Method in class org.jets3t.service.multi.event.ServiceEvent
 
getUpdatedAccessControlList() - Method in class org.jets3t.apps.cockpit.gui.AccessControlDialog
 
getUploadACLPermission() - Method in class org.jets3t.apps.cockpit.CockpitPreferences
 
getUploadedObjects() - Method in class org.jets3t.service.multi.s3.MultipartUploadsEvent
 
getUploadId() - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.ListMultipartPartsResultHandler
 
getUploadId() - Method in class org.jets3t.service.model.MultipartUpload
 
getUploadIdMarker() - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.ListMultipartUploadsResultHandler
 
getUploads() - Method in class org.jets3t.service.MultipartUploadChunk
 
getUploadStorageClass() - Method in class org.jets3t.apps.cockpit.CockpitPreferences
 
getUser() - Method in class org.jets3t.gui.AuthenticationDialog
 
getUserAgent() - Method in class org.jets3t.servlets.gatekeeper.ClientInformation
 
getUserAgentDescription(String) - Static method in class org.jets3t.service.utils.ServiceUtils
Returns a user agent string describing the jets3t library, and optionally the application using it, to server-side services.
getUserInputsAsProperties(boolean) - Method in class org.jets3t.gui.UserInputFields
 
getUserMetadata(String) - Method in class org.jets3t.service.model.BaseStorageItem
 
getUserMetadataMap() - Method in class org.jets3t.service.model.BaseStorageItem
 
getUserPrincipal() - Method in class org.jets3t.servlets.gatekeeper.ClientInformation
 
getUserToken() - Method in class org.jets3t.service.security.AWSDevPayCredentials
 
getUsingDevPay() - Method in class org.jets3t.apps.cockpit.gui.CredentialsDialog
 
getUsingDevPay() - Method in class org.jets3t.apps.cockpit.gui.LoginCredentialsPanel
 
getValueAt(int, int) - Method in class org.jets3t.apps.cockpit.gui.BucketTableModel
 
getValueAt(int, int) - Method in class org.jets3t.gui.TableSorter
 
getValueForRESTHeaderACL() - Method in class org.jets3t.service.acl.AccessControlList
 
getValueForRESTHeaderACL() - Method in class org.jets3t.service.acl.gs.GSAccessControlList
 
getVersion() - Method in class org.jets3t.service.model.container.ObjectKeyAndVersion
 
getVersion() - Method in class org.jets3t.service.model.MultipleDeleteResult.DeletedObjectResult
 
getVersion() - Method in class org.jets3t.service.model.MultipleDeleteResult.ErrorResult
 
getVersionedObject(String, String, String) - Method in class org.jets3t.service.S3Service
Returns an object representing the details and data of an item in S3 with a specific given version, without applying any preconditions.
getVersionedObject(String, S3Bucket, String, Calendar, Calendar, String[], String[], Long, Long) - Method in class org.jets3t.service.S3Service
Returns an object representing the details and data of a versioned object in S3 that also meets any given preconditions.
getVersionedObject(String, String, String, Calendar, Calendar, String[], String[], Long, Long) - Method in class org.jets3t.service.S3Service
Returns an object representing the details and data of a versioned object in S3 that also meets any given preconditions.
getVersionedObjectAcl(String, S3Bucket, String) - Method in class org.jets3t.service.S3Service
Retrieves the access control settings of a versioned object.
getVersionedObjectAcl(String, String, String) - Method in class org.jets3t.service.S3Service
Retrieves the access control settings of a versioned object.
getVersionedObjectDetails(String, String, String) - Method in class org.jets3t.service.S3Service
Returns an object representing the details of an item in S3 with a specific given version, without the object's data and without applying any preconditions.
getVersionedObjectDetails(String, S3Bucket, String, Calendar, Calendar, String[], String[]) - Method in class org.jets3t.service.S3Service
Returns an object representing the details of a versioned object in S3 that also meets any given preconditions.
getVersionedObjectDetails(String, String, String, Calendar, Calendar, String[], String[]) - Method in class org.jets3t.service.S3Service
Returns an object representing the details of a versioned object in S3 that also meets any given preconditions.
getVersionId() - Method in class org.jets3t.service.model.BaseVersionOrDeleteMarker
 
getVersionId() - Method in class org.jets3t.service.model.MultipartCompleted
 
getVersionId() - Method in class org.jets3t.service.model.S3Object
 
getVersionIdMarker() - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.ListVersionsResultsHandler
 
getVersioningStatus() - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.VersioningConfigurationHandler
 
getVersionPrefix() - Method in class org.jets3t.service.security.AWSCredentials
 
getVersionPrefix() - Method in class org.jets3t.service.security.AWSDevPayCredentials
 
getVersionPrefix() - Method in class org.jets3t.service.security.GSCredentials
 
getVersionPrefix() - Method in class org.jets3t.service.security.OAuth2Credentials
 
getVersionPrefix() - Method in class org.jets3t.service.security.ProviderCredentials
 
getViewerProtocolPolicy() - Method in class org.jets3t.service.model.cloudfront.CacheBehavior
 
getVirtualPath() - Method in class org.jets3t.service.impl.rest.httpclient.GoogleStorageService
 
getVirtualPath() - Method in class org.jets3t.service.impl.rest.httpclient.RestS3Service
 
getVirtualPath() - Method in class org.jets3t.service.StorageService
 
getWebsiteConfig(String) - Method in class org.jets3t.service.impl.rest.httpclient.GoogleStorageService
 
getWebsiteConfig() - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.WebsiteConfigurationHandler
 
getWebsiteConfig(String) - Method in class org.jets3t.service.S3Service
 
getWebsiteConfigImpl(String) - Method in class org.jets3t.service.impl.rest.httpclient.RestStorageService
 
getWithDeleteMarker() - Method in class org.jets3t.service.model.MultipleDeleteResult.DeletedObjectResult
 
getWrappedInputStream() - Method in class org.jets3t.service.impl.rest.httpclient.HttpMethodReleaseInputStream
 
getWrappedInputStream() - Method in class org.jets3t.service.io.GZipDeflatingInputStream
 
getWrappedInputStream() - Method in interface org.jets3t.service.io.InputStreamWrapper
 
getWrappedInputStream() - Method in class org.jets3t.service.io.InterruptableInputStream
 
getWrappedInputStream() - Method in class org.jets3t.service.io.ProgressMonitoredInputStream
 
getWrappedInputStream() - Method in class org.jets3t.service.io.RepeatableFileInputStream
 
getWrappedInputStream() - Method in class org.jets3t.service.io.RepeatableInputStream
 
getWrappedOutputStream() - Method in class org.jets3t.service.io.GZipInflatingOutputStream
 
getWrappedOutputStream() - Method in interface org.jets3t.service.io.OutputStreamWrapper
 
getWrappedOutputStream() - Method in class org.jets3t.service.io.ProgressMonitoredOutputStream
 
getXmlMessage() - Method in exception org.jets3t.service.ServiceException
 
getXmlMessageAsBuilder() - Method in exception org.jets3t.service.ServiceException
 
getXmlResponseSaxParser() - Method in class org.jets3t.service.impl.rest.httpclient.GoogleStorageService
 
getXmlResponseSaxParser() - Method in class org.jets3t.service.impl.rest.httpclient.RestS3Service
 
getXmlResponseSaxParser() - Method in class org.jets3t.service.StorageService
 
GoogleStorageService - Class in org.jets3t.service.impl.rest.httpclient
REST/HTTP implementation of Google Storage Service based on the HttpClient library.
GoogleStorageService(ProviderCredentials) - Constructor for class org.jets3t.service.impl.rest.httpclient.GoogleStorageService
Constructs the service and initialises the properties.
GoogleStorageService(ProviderCredentials, String, CredentialsProvider) - Constructor for class org.jets3t.service.impl.rest.httpclient.GoogleStorageService
Constructs the service and initialises the properties.
GoogleStorageService(ProviderCredentials, String, CredentialsProvider, Jets3tProperties) - Constructor for class org.jets3t.service.impl.rest.httpclient.GoogleStorageService
Constructs the service and initialises the properties.
grantAllPermissions(GrantAndPermission[]) - Method in class org.jets3t.service.acl.AccessControlList
Adds a set of grantee/permission pairs to the ACL, where each item in the set is a GrantAndPermission object.
GrantAndPermission - Class in org.jets3t.service.acl
Simple container object to combine a grantee object with a permission object.
GrantAndPermission(GranteeInterface, Permission) - Constructor for class org.jets3t.service.acl.GrantAndPermission
 
GranteeInterface - Interface in org.jets3t.service.acl
Represents a grantee (entity) who can be assigned access permissions in an AccessControlList.
grantPermission(GranteeInterface, Permission) - Method in class org.jets3t.service.acl.AccessControlList
Adds a grantee to the ACL with the given permission.
grants - Variable in class org.jets3t.service.acl.AccessControlList
 
GrantTypes() - Constructor for class org.jets3t.service.utils.oauth.OAuthConstants.GSOAuth2_10.GrantTypes
 
GroupByDomainGrantee - Class in org.jets3t.service.acl.gs
Represents an Group By Domain Grantee, that is a group identified by their domain address.
GroupByDomainGrantee() - Constructor for class org.jets3t.service.acl.gs.GroupByDomainGrantee
 
GroupByDomainGrantee(String) - Constructor for class org.jets3t.service.acl.gs.GroupByDomainGrantee
Constructs a group grantee object using the given domain address as an identifier.
GroupByEmailAddressGrantee - Class in org.jets3t.service.acl.gs
Represents an Group By Email Grantee, that is a group identified by their email address.
GroupByEmailAddressGrantee() - Constructor for class org.jets3t.service.acl.gs.GroupByEmailAddressGrantee
 
GroupByEmailAddressGrantee(String) - Constructor for class org.jets3t.service.acl.gs.GroupByEmailAddressGrantee
Constructs a group grantee object using the given email address as an identifier.
GroupByEmailAddressGrantee(String, String) - Constructor for class org.jets3t.service.acl.gs.GroupByEmailAddressGrantee
 
GroupByIdGrantee - Class in org.jets3t.service.acl.gs
Represents a Group grantee.
GroupByIdGrantee() - Constructor for class org.jets3t.service.acl.gs.GroupByIdGrantee
 
GroupByIdGrantee(String) - Constructor for class org.jets3t.service.acl.gs.GroupByIdGrantee
Constructs a group grantee object using the given group id as an identifier.
GroupByIdGrantee(String, String) - Constructor for class org.jets3t.service.acl.gs.GroupByIdGrantee
 
GroupGrantee - Class in org.jets3t.service.acl
Represents a Group grantee.
GroupGrantee() - Constructor for class org.jets3t.service.acl.GroupGrantee
 
GroupGrantee(String) - Constructor for class org.jets3t.service.acl.GroupGrantee
Constructs a group grantee object using the given group URI as an identifier.
GS_ACCESS_KEY_PROPERTY_NAME - Static variable in class org.jets3t.samples.SamplesUtils
 
GS_DEFAULT_HOSTNAME - Static variable in class org.jets3t.service.Constants
 
GS_SECRET_KEY_PROPERTY_NAME - Static variable in class org.jets3t.samples.SamplesUtils
 
GS_TYPE_NAME - Static variable in class org.jets3t.service.security.GSCredentials
 
GSAccessControlList - Class in org.jets3t.service.acl.gs
Represents a Google Storage Access Control List (ACL), including the ACL's set of grantees and the permissions assigned to each grantee.
GSAccessControlList() - Constructor for class org.jets3t.service.acl.gs.GSAccessControlList
 
GSAccessControlListHandler - Class in org.jets3t.service.impl.rest
Handler for GSAccessControlList response XML documents.
GSAccessControlListHandler() - Constructor for class org.jets3t.service.impl.rest.GSAccessControlListHandler
 
GSBucket - Class in org.jets3t.service.model
Represents a bucket in the Google Storage service.
GSBucket() - Constructor for class org.jets3t.service.model.GSBucket
Create a bucket without any name or location specified
GSBucket(String) - Constructor for class org.jets3t.service.model.GSBucket
Create a bucket with a name.
GSBucket(String, String) - Constructor for class org.jets3t.service.model.GSBucket
 
GSBucketLoggingStatus - Class in org.jets3t.service.model
Represents Bucket Logging Status settings used to control bucket-based Server Access Logging in Google Storage.
GSBucketLoggingStatus() - Constructor for class org.jets3t.service.model.GSBucketLoggingStatus
 
GSBucketLoggingStatus(String, String) - Constructor for class org.jets3t.service.model.GSBucketLoggingStatus
 
GSBucketLoggingStatusHandler() - Constructor for class org.jets3t.service.impl.rest.XmlResponsesSaxParser.GSBucketLoggingStatusHandler
 
GSCodeSamples - Class in org.jets3t.samples
This class includes all the code samples as listed in the Google Storage Developer's Guide.
GSCodeSamples() - Constructor for class org.jets3t.samples.GSCodeSamples
 
GSCredentials - Class in org.jets3t.service.security
Class to contain the Google Storage (GS) credentials of a user.
GSCredentials(String, String) - Constructor for class org.jets3t.service.security.GSCredentials
Construct credentials.
GSCredentials(String, String, String) - Constructor for class org.jets3t.service.security.GSCredentials
Construct credentials, and associate them with a human-friendly name.
GSOAuth2_10() - Constructor for class org.jets3t.service.utils.oauth.OAuthConstants.GSOAuth2_10
 
GSObject - Class in org.jets3t.service.model
A Google Storage object.
GSObject(File) - Constructor for class org.jets3t.service.model.GSObject
Create an object representing a file.
GSObject(String, String) - Constructor for class org.jets3t.service.model.GSObject
Create an object representing text data.
GSObject(String) - Constructor for class org.jets3t.service.model.GSObject
Create an object without any associated data, and no associated bucket.
GSObject() - Constructor for class org.jets3t.service.model.GSObject
Create an object without any associated information whatsoever.
GSOwner - Class in org.jets3t.service.model
Represents a Google Storage owner object with a canonical ID and, optionally, a display name.
GSOwner() - Constructor for class org.jets3t.service.model.GSOwner
 
GSOwner(String, String) - Constructor for class org.jets3t.service.model.GSOwner
 
GSWebsiteConfig - Class in org.jets3t.service.model
Represents the website configuration of a bucket
GSWebsiteConfig(String, String) - Constructor for class org.jets3t.service.model.GSWebsiteConfig
 
GSWebsiteConfig(String) - Constructor for class org.jets3t.service.model.GSWebsiteConfig
 
GSWebsiteConfig() - Constructor for class org.jets3t.service.model.GSWebsiteConfig
 
GSWebsiteConfigurationHandler() - Constructor for class org.jets3t.service.impl.rest.XmlResponsesSaxParser.GSWebsiteConfigurationHandler
 
GuiUtils - Class in org.jets3t.gui
Utility methods for GUI-related tasks.
GuiUtils() - Constructor for class org.jets3t.gui.GuiUtils
 
GZIP_MAGIC - Static variable in class org.jets3t.service.io.GZipInflatingOutputStream
 
GZipDeflatingInputStream - Class in org.jets3t.service.io
Input stream that wraps another stream and deflates (compresses) the underlying stream's data on-the-fly.
GZipDeflatingInputStream(InputStream) - Constructor for class org.jets3t.service.io.GZipDeflatingInputStream
 
GZipInflatingOutputStream - Class in org.jets3t.service.io
Output stream that wraps another stream and inflates (de-compresses) the underlying stream's data on-the-fly.
GZipInflatingOutputStream(OutputStream) - Constructor for class org.jets3t.service.io.GZipInflatingOutputStream
 

H

hasCacheBehaviors() - Method in class org.jets3t.service.model.cloudfront.DistributionConfig
 
hasDistributions() - Method in class org.jets3t.apps.cockpit.gui.BucketTableModel
 
hasErrors() - Method in class org.jets3t.service.model.MultipleDeleteResult
 
hasFriendlyName() - Method in class org.jets3t.service.security.ProviderCredentials
 
hasGranteeAndPermission(GranteeInterface, Permission) - Method in class org.jets3t.service.acl.AccessControlList
 
hash(byte[], String) - Static method in class org.jets3t.service.utils.ServiceUtils
 
hash(InputStream, String, boolean) - Static method in class org.jets3t.service.utils.ServiceUtils
 
hash(String, String) - Static method in class org.jets3t.service.utils.ServiceUtils
 
HASH_SHA256 - Static variable in class org.jets3t.service.utils.ServiceUtils
 
hashCode() - Method in class org.jets3t.service.acl.CanonicalGrantee
 
hashCode() - Method in class org.jets3t.service.acl.EmailAddressGrantee
 
hashCode() - Method in class org.jets3t.service.acl.GrantAndPermission
 
hashCode() - Method in class org.jets3t.service.acl.GroupGrantee
 
hashCode() - Method in class org.jets3t.service.acl.Permission
 
hashCode() - Method in class org.jets3t.service.model.LifecycleConfig
 
hashCode() - Method in class org.jets3t.service.model.LifecycleConfig.Rule
 
hashCode() - Method in class org.jets3t.service.model.LifecycleConfig.TimeEvent
 
hashSHA256(byte[]) - Static method in class org.jets3t.service.utils.ServiceUtils
 
hashSHA256(InputStream, boolean) - Static method in class org.jets3t.service.utils.ServiceUtils
 
hashSHA256(InputStream) - Static method in class org.jets3t.service.utils.ServiceUtils
 
hasMinTTL() - Method in class org.jets3t.service.model.cloudfront.CacheBehavior
 
hasMinTTL() - Method in class org.jets3t.service.model.cloudfront.DistributionConfig
Deprecated.
as of 2012-05-05 API version, instead use DistributionConfig.getDefaultCacheBehavior()
hasTrustedSignerAwsAccountNumbers() - Method in class org.jets3t.service.model.cloudfront.CacheBehavior
 
hasTrustedSignerAwsAccountNumbers() - Method in class org.jets3t.service.model.cloudfront.DistributionConfig
Deprecated.
as of 2012-05-05 API version, instead use DistributionConfig.getDefaultCacheBehavior()
head(String, String) - Static method in class contribs.mx.S3ObjectMx
 
hmac(byte[], byte[], String) - Static method in class org.jets3t.service.utils.ServiceUtils
 
HMAC_SHA1_ALGORITHM - Static variable in class org.jets3t.service.Constants
HMAC/SHA1 Algorithm per RFC 2104, used when generating S3 signatures.
hmacSHA256(String, String) - Static method in class org.jets3t.service.utils.ServiceUtils
Return lowercase hex-encoded HMAC message digest of given data using the given key, using a crypto hash like "SHA256".
hmacSHA256(byte[], byte[]) - Static method in class org.jets3t.service.utils.ServiceUtils
 
HTTP_CONNECTION_TIMEOUT - Static variable in class org.jets3t.apps.cockpitlite.CockpitLite
 
HTTP_CONNECTION_TIMEOUT - Static variable in class org.jets3t.apps.uploader.Uploader
 
HTTP_HEADER_METADATA_NAMES - Static variable in class org.jets3t.service.utils.RestUtils
A list of HTTP-specific header names, that may be present in S3Objects as metadata but which should be treated as plain HTTP headers during transmission (ie not converted into S3 Object metadata items).
HTTP_USER_AGENT - Static variable in class org.jets3t.service.utils.oauth.OAuthUtils
 
httpClient - Variable in class org.jets3t.service.CloudFrontService
 
httpClient - Variable in class org.jets3t.service.impl.rest.httpclient.RestStorageService
 
httpClient - Variable in class org.jets3t.service.utils.oauth.OAuthUtils
 
HttpException - Exception in org.jets3t.service.impl.rest
Simple exception to capture details of a failed HTTP operation, including the response code and message.
HttpException(int, String) - Constructor for exception org.jets3t.service.impl.rest.HttpException
 
httpGetUrlAsString(String) - Static method in class org.jets3t.service.utils.RestUtils
 
HttpMethodReleaseInputStream - Class in org.jets3t.service.impl.rest.httpclient
Utility class to wrap InputStreams obtained from an HttpClient library's HttpMethod object, and ensure the stream and HTTP connection is cleaned up properly.
HttpMethodReleaseInputStream(HttpResponse) - Constructor for class org.jets3t.service.impl.rest.httpclient.HttpMethodReleaseInputStream
Constructs an input stream based on an HttpResponse object representing an HTTP connection.
HttpResponseAndByteCount - Class in org.jets3t.service.impl.rest.httpclient
Simple container object to store an HttpResponse object representing the result of a request connection, and a count of the byte size of the associated S3 object.
HttpResponseAndByteCount(HttpResponse, long) - Constructor for class org.jets3t.service.impl.rest.httpclient.HttpResponseAndByteCount
 
HyperlinkActivatedListener - Interface in org.jets3t.gui
Listener responsible for following HTML links that have been activated.

I

id - Variable in class org.jets3t.service.model.LifecycleConfig.Rule
 
implementation - Variable in class org.jets3t.service.utils.oauth.OAuthUtils
 
increment(int, String) - Static method in class contribs.mx.S3BucketMx
 
increment(int, String, String) - Static method in class contribs.mx.S3ObjectMx
 
increment(String) - Static method in class contribs.mx.S3ServiceExceptionMx
 
increment() - Static method in class contribs.mx.S3ServiceExceptionMx
 
incrementCounter(String) - Method in class contribs.mx.S3ServiceExceptionMx
 
init() - Method in class org.apache.commons.httpclient.contrib.proxy.PluginProxyTestApplet
 
init() - Method in class org.jets3t.apps.cockpit.Cockpit
Prepares application to run as a GUI by finding/creating a root owner JFrame, creating an un-authenticated RestS3Service and loading properties files.
init() - Method in class org.jets3t.apps.cockpitlite.CockpitLite
Prepares application to run as a GUI by finding/creating a root owner JFrame, creating an un-authenticated RestS3Service and loading properties files.
init() - Method in class org.jets3t.apps.uploader.Uploader
Prepares application to run as a GUI by finding/creating a root owner JFrame, and (if necessary) creating a directory for storing remembered logins.
init(String, String, byte[], int) - Method in class org.jets3t.apps.utils.FileCryptoTool
 
init(String, String) - Method in class org.jets3t.apps.utils.FileCryptoTool
 
init() - Method in class org.jets3t.service.mx.MxDelegate
Initialize, or reinitialize, the JMX instrumentation support in JetS3t.
init(ServletConfig) - Method in class org.jets3t.servlets.gatekeeper.GatekeeperServlet
Initialises the pluggable implementation classes for Authorizer, TransactionIdProvider, and UrlSigner
initData(BaseStorageItem[], AccessControlList) - Method in class org.jets3t.apps.cockpit.gui.AccessControlDialog
Initialises the dialog with access control information for the given S3 items (bucket or objects)
initDecryptModeCipher() - Method in class org.jets3t.service.security.EncryptionUtil
 
initEncryptModeCipher() - Method in class org.jets3t.service.security.EncryptionUtil
 
initGui() - Method in class org.jets3t.apps.cockpit.gui.AccessControlDialog
Initialises all GUI elements.
initGui(JFrame) - Method in class org.jets3t.apps.utils.FileCryptoTool
 
initHttpConnection() - Method in class org.jets3t.service.CloudFrontService
 
initHttpConnection() - Method in class org.jets3t.service.impl.rest.httpclient.RestStorageService
Initialise HttpClient and HttpConnectionManager objects with the configuration settings appropriate for communicating with S3.
initHttpConnection(JetS3tRequestAuthorizer, Jets3tProperties, String, CredentialsProvider) - Static method in class org.jets3t.service.utils.RestUtils
Initialises, or re-initialises, the underlying HttpConnectionManager and HttpClient objects a service will use to communicate with an AWS service.
initHttpProxy(HttpClient, Jets3tProperties) - Static method in class org.jets3t.service.utils.RestUtils
Initialises this service's HTTP proxy by auto-detecting the proxy settings.
initHttpProxy(HttpClient, Jets3tProperties, String) - Static method in class org.jets3t.service.utils.RestUtils
Initialises this service's HTTP proxy by auto-detecting the proxy settings using the given endpoint.
initHttpProxy(HttpClient, String, int, Jets3tProperties) - Static method in class org.jets3t.service.utils.RestUtils
Initialises this service's HTTP proxy with the given proxy settings.
initHttpProxy(HttpClient, Jets3tProperties, String, int, String, String, String) - Static method in class org.jets3t.service.utils.RestUtils
Initialises this service's HTTP proxy for authentication using the given proxy settings.
initHttpProxy(HttpClient, Jets3tProperties, boolean, String, int, String, String, String) - Static method in class org.jets3t.service.utils.RestUtils
 
initHttpProxy(HttpClient, Jets3tProperties, boolean, String, int, String, String, String, String) - Static method in class org.jets3t.service.utils.RestUtils
 
initializeDefaults() - Method in class org.jets3t.service.CloudFrontService
 
initializeDefaults() - Method in class org.jets3t.service.impl.rest.httpclient.RestStorageService
 
initializeDefaults() - Method in class org.jets3t.service.StorageService
 
initializeProxy() - Method in class org.jets3t.service.CloudFrontService
 
initializeProxy() - Method in class org.jets3t.service.impl.rest.httpclient.RestStorageService
 
InputStreamWrapper - Interface in org.jets3t.service.io
Interface used by input streams that wrap other input streams, so that the underlying input stream can be retrieved.
insertUpdate(DocumentEvent) - Method in class org.jets3t.apps.cockpit.gui.SignedGetUrlDialog
 
insideACL - Variable in class org.jets3t.service.impl.rest.AccessControlListHandler
 
internalErrorRetryMax - Variable in class org.jets3t.service.CloudFrontService
 
interrupt() - Method in class org.jets3t.service.io.InterruptableInputStream
 
InterruptableInputStream - Class in org.jets3t.service.io
Input stream wrapper that allows the underlying wrapped input stream to be interrupted.
InterruptableInputStream(InputStream) - Constructor for class org.jets3t.service.io.InterruptableInputStream
 
invalidateObjects(String, String[], String) - Method in class org.jets3t.service.CloudFrontService
Remove distribution objects from a CloudFront edge server cache to force a refresh of the object data from the S3 origin.
invalidateObjects(String, S3Object[], String) - Method in class org.jets3t.service.CloudFrontService
Remove distribution objects from a CloudFront edge server cache to force a refresh of the object data from the S3 origin.
Invalidation - Class in org.jets3t.service.model.cloudfront
 
Invalidation() - Constructor for class org.jets3t.service.model.cloudfront.Invalidation
 
InvalidationHandler(XMLReader) - Constructor for class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.InvalidationHandler
 
InvalidationList - Class in org.jets3t.service.model.cloudfront
 
InvalidationList(String, String, int, boolean, List<InvalidationSummary>) - Constructor for class org.jets3t.service.model.cloudfront.InvalidationList
 
InvalidationListHandler(XMLReader) - Constructor for class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.InvalidationListHandler
 
InvalidationSummary - Class in org.jets3t.service.model.cloudfront
 
InvalidationSummary(String, String) - Constructor for class org.jets3t.service.model.cloudfront.InvalidationSummary
 
invoke(String, Object[], String[]) - Method in class contribs.mx.S3ServiceExceptionMx
 
isAccessTokenExpired() - Method in class org.jets3t.service.security.OAuth2Tokens
 
isAppendToFile() - Method in class org.jets3t.service.multi.DownloadPackage
 
isAssumeLocalLatestInMismatch() - Method in class org.jets3t.service.utils.FileComparer
 
isAuthenticatedConnection() - Method in class org.jets3t.service.multi.ThreadedStorageService
 
isAuthenticatedConnection() - Method in class org.jets3t.service.multithread.S3ServiceMulti
Deprecated.
 
isAuthenticatedConnection() - Method in class org.jets3t.service.StorageService
 
isAutomaticRefreshEnabled() - Method in class org.jets3t.service.security.AWSEC2IAMSessionCredentials
 
isBucketAccessible(String) - Method in class org.jets3t.service.impl.rest.httpclient.RestStorageService
 
isBucketAccessible(String) - Method in class org.jets3t.service.StorageService
Indicates whether a bucket exists and is accessible to a service user.
isBucketNameValidDNSName(String) - Static method in class org.jets3t.service.utils.ServiceUtils
Returns true if the given bucket name can be used as a component of a valid DNS name.
isBytesTransferredInfoAvailable() - Method in class org.jets3t.service.multi.ThreadWatcher
If this method returns true, the methods ThreadWatcher.getBytesTotal() and ThreadWatcher.getBytesTransferred() will contain information about the amount of data being transferred by the watched threads.
isCancelTaskSupported() - Method in class org.jets3t.service.multi.ThreadWatcher
 
isCannedRestACL() - Method in class org.jets3t.service.acl.AccessControlList
Deprecated.
0.8.0
isCellEditable(int, int) - Method in class org.jets3t.apps.cockpit.gui.BucketTableModel
 
isCellEditable(int, int) - Method in class org.jets3t.apps.cockpit.gui.ObjectTableModel
 
isCellEditable(int, int) - Method in class org.jets3t.apps.cockpitlite.CLObjectTableModel
 
isCellEditable(int, int) - Method in class org.jets3t.gui.TableSorter
 
isChildHandler() - Method in class org.jets3t.service.impl.rest.SimpleHandler
 
isChunked() - Method in class org.jets3t.service.impl.rest.httpclient.RepeatableRequestEntity
 
isCipherAvailableForUse(String) - Static method in class org.jets3t.service.security.EncryptionUtil
Returns true if the given cipher is available and can be used by this encryption utility.
isConfirmed() - Method in class org.jets3t.apps.cockpit.gui.CredentialsDialog
 
isCopyActionApproved() - Method in class org.jets3t.gui.CopyObjectsDialog
 
isCopyOriginalAccessControlLists() - Method in class org.jets3t.gui.CopyObjectsDialog
 
isDeleteMarker() - Method in class org.jets3t.service.model.BaseVersionOrDeleteMarker
 
isDeleteMarker() - Method in class org.jets3t.service.model.S3DeleteMarker
 
isDeleteMarker() - Method in class org.jets3t.service.model.S3Version
 
isDeployed() - Method in class org.jets3t.service.model.cloudfront.Distribution
 
isDirectoryPlaceholder() - Method in class org.jets3t.service.model.StorageObject
 
isEnabled - Static variable in class contribs.mx.S3BucketMx
 
isEnabled - Static variable in class contribs.mx.S3ObjectMx
 
isEnabled() - Method in class org.jets3t.service.model.cloudfront.Distribution
Deprecated.
as of 2012-05-05 API version, use Distribution.getConfig() instead.
isEnabled() - Method in class org.jets3t.service.model.cloudfront.DistributionConfig
 
isEnabled() - Method in class org.jets3t.service.model.cloudfront.LoggingStatus
 
isEncryptionPasswordSet() - Method in class org.jets3t.apps.cockpit.CockpitPreferences
 
isErrorResponse() - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.CopyObjectResultHandler
 
isEtagAlsoAnMD5Hash(String) - Static method in class org.jets3t.service.utils.ServiceUtils
Guess whether the given ETag value is also an MD5 hash of an underlying object in a storage service, as opposed to being some other kind of opaque hash.
isFileLargerThanMaxPartSize(File) - Method in class org.jets3t.service.utils.MultipartUtils
 
isForwardQueryString() - Method in class org.jets3t.service.model.cloudfront.CacheBehavior
 
isGenerateMd5Files() - Method in class org.jets3t.service.utils.FileComparer
 
isHttpsOnly() - Method in class org.jets3t.service.StorageService
Whether to use secure HTTPS or insecure HTTP for communicating with a service, as configured in the Jets3tProperties.
isHttpsProtocolRequired() - Method in class org.jets3t.service.model.cloudfront.DistributionConfig
Deprecated.
as of 2012-05-05 API version, instead use DistributionConfig.getDefaultCacheBehavior()
isIgnored(List<Pattern>, File) - Method in class org.jets3t.service.utils.FileComparer
Determines whether a file should be ignored when building a file map.
isJmxDelegationActive() - Method in class org.jets3t.service.mx.MxDelegate
 
isLatest() - Method in class org.jets3t.service.model.BaseVersionOrDeleteMarker
 
isListingComplete() - Method in class org.jets3t.service.MultipartUploadChunk
A convenience method to check whether a listing of uploads is complete (true) or there are more uploads available (false).
isListingComplete() - Method in class org.jets3t.service.StorageObjectsChunk
A convenience method to check whether a listing of objects is complete (true) or there are more objects available (false).
isListingComplete() - Method in class org.jets3t.service.VersionOrDeleteMarkersChunk
 
isListingTruncated() - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.ListBucketHandler
 
isListingTruncated() - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.ListVersionsResultsHandler
 
isLiveMD5HashingRequired(StorageObject) - Method in class org.jets3t.service.impl.rest.httpclient.RestStorageService
 
isLoaded() - Method in class org.jets3t.service.Jets3tProperties
 
isLocationKnown() - Method in class org.jets3t.service.model.StorageBucket
 
isLoggingEnabled() - Method in class org.jets3t.service.model.cloudfront.DistributionConfig
 
isLoggingEnabled() - Method in class org.jets3t.service.model.StorageBucketLoggingStatus
 
isMatchingMetadataName(String, String) - Method in class org.jets3t.service.model.BaseStorageItem
 
isMetadataComplete - Variable in class org.jets3t.service.model.StorageObject
 
isMetadataComplete() - Method in class org.jets3t.service.model.StorageObject
 
isModifyActionApproved() - Method in class org.jets3t.gui.ObjectsAttributesDialog
 
isModifyMode() - Method in class org.jets3t.gui.ObjectsAttributesDialog
 
isMoveOptionSelected() - Method in class org.jets3t.gui.CopyObjectsDialog
 
isMultiFactorAuthDeleteRequired() - Method in class org.jets3t.service.model.S3BucketVersioningStatus
 
isNearExpiration() - Method in class org.jets3t.service.security.AWSEC2IAMSessionCredentials
 
iso8601DateParser - Static variable in class org.jets3t.service.utils.ServiceUtils
 
iso8601DateParser_Walrus - Static variable in class org.jets3t.service.utils.ServiceUtils
 
isObjectInBucket(String, String) - Method in class org.jets3t.service.StorageService
Convenience method to check whether an object exists in a bucket.
isParsedFromXmlMessage() - Method in exception org.jets3t.service.ServiceException
 
isPermitted(Throwable) - Method in class org.jets3t.service.multi.ErrorPermitter
Returns true in all cases.
isPermitted(ServiceException) - Method in class org.jets3t.service.multi.ErrorPermitter
Returns true in all cases.
isPrivate() - Method in class org.jets3t.service.model.cloudfront.DistributionConfig
Deprecated.
as of 2012-05-05 API version.
isPublicAclSet() - Method in class org.jets3t.apps.cockpitlite.ToggleAclDialog
 
isRecoverable403(HttpUriRequest, Exception) - Method in class org.jets3t.service.impl.rest.httpclient.GoogleStorageService
 
isRecoverable403(HttpUriRequest, Exception) - Method in class org.jets3t.service.impl.rest.httpclient.RestStorageService
Determine whether a given 403 Forbidden HTTP error response is recoverable and should be retried.
isRememberPreferences() - Method in class org.jets3t.apps.cockpit.CockpitPreferences
 
isRepeatable() - Method in class org.jets3t.service.impl.rest.httpclient.RepeatableRequestEntity
 
isRequesterPays() - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.RequestPaymentConfigurationHandler
 
isRequesterPays() - Method in class org.jets3t.service.model.S3Bucket
Return the Requester Pays status of this bucket, if it is known.
isRequesterPaysBucket(String) - Method in class org.jets3t.service.S3Service
Return true if the given bucket is configured as a Requester Pays bucket, in which case the requester must supply their own AWS credentials when accessing objects in the bucket, and will be responsible for request and data transfer fees.
isRequesterPaysBucketImpl(String) - Method in class org.jets3t.service.impl.rest.httpclient.RestS3Service
 
isRequesterPaysBucketImpl(String) - Method in class org.jets3t.service.S3Service
 
isRequesterPaysEnabled() - Method in class org.jets3t.service.impl.rest.httpclient.RestS3Service
Is this service configured to generate Requester Pays requests when uploading data to S3, or retrieving data from the service.
isRequesterPaysKnown() - Method in class org.jets3t.service.model.S3Bucket
 
isRequesterPaysSelected() - Method in class org.jets3t.apps.cockpit.gui.RequesterPaysDialog
 
isRESTHeaderACL() - Method in class org.jets3t.service.acl.AccessControlList
 
isShutdown - Variable in class org.jets3t.service.multi.ThreadedStorageService
 
isShutdown() - Method in class org.jets3t.service.multi.ThreadedStorageService
 
isShutdown() - Method in class org.jets3t.service.multithread.S3ServiceMulti
Deprecated.
 
isShutdown() - Method in class org.jets3t.service.StorageService
 
isSigned() - Method in class org.jets3t.service.utils.gatekeeper.SignatureRequest
Returns true if this request has been allowed and includes a signed URL, false otherwise.
isSignedDownload() - Method in class org.jets3t.service.multithread.DownloadPackage
Deprecated.
 
isSkipMd5FileUpload() - Method in class org.jets3t.service.utils.FileComparer
 
isSkipSymlinks() - Method in class org.jets3t.service.utils.FileComparer
 
isSorting() - Method in class org.jets3t.gui.TableSorter
 
isStarted() - Method in class org.jets3t.service.io.BytesProgressWatcher
 
isStreaming() - Method in class org.jets3t.service.impl.rest.httpclient.RepeatableRequestEntity
 
isStreamingDistribution() - Method in class org.jets3t.service.model.cloudfront.Distribution
 
isStreamingDistributionConfig() - Method in class org.jets3t.service.model.cloudfront.DistributionConfig
 
isStreamingDistributionConfig() - Method in class org.jets3t.service.model.cloudfront.StreamingDistributionConfig
 
isSummary() - Method in class org.jets3t.service.model.cloudfront.Distribution
 
isSummary() - Method in class org.jets3t.service.model.cloudfront.OriginAccessIdentity
 
isTargetS3() - Method in class org.jets3t.apps.cockpit.gui.StartupDialog
 
isTargettingGoogleStorageService() - Method in class org.jets3t.service.impl.rest.httpclient.GoogleStorageService
 
isTargettingGoogleStorageService() - Method in class org.jets3t.service.impl.rest.httpclient.RestS3Service
 
isTargettingGoogleStorageService() - Method in class org.jets3t.service.impl.rest.httpclient.RestStorageService
 
isTimeRemainingAvailable() - Method in class org.jets3t.service.multi.ThreadWatcher
If this method returns true, the method ThreadWatcher.getTimeRemaining() will contain an estimate of the completion time for the data transfer.
isTruncated() - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.DistributionListHandler
 
isTruncated() - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.InvalidationListHandler
 
isTruncated() - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.OriginAccessIdentityListHandler
 
isTruncated() - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.ListMultipartPartsResultHandler
 
isTruncated() - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser.ListMultipartUploadsResultHandler
 
isTruncated() - Method in class org.jets3t.service.model.cloudfront.InvalidationList
 
isTrustedSignerSelf() - Method in class org.jets3t.service.model.cloudfront.CacheBehavior
 
isTrustedSignerSelf() - Method in class org.jets3t.service.model.cloudfront.DistributionConfig
Deprecated.
as of 2012-05-05 API version, instead use DistributionConfig.getDefaultCacheBehavior()
isUnzipping - Variable in class org.jets3t.service.multi.DownloadPackage
 
isUploadCompressionActive() - Method in class org.jets3t.apps.cockpit.CockpitPreferences
 
isUploadEncryptionActive() - Method in class org.jets3t.apps.cockpit.CockpitPreferences
 
isUrlSigningRequired() - Method in class org.jets3t.service.model.cloudfront.DistributionConfig
Deprecated.
as of 2012-05-05 API version, instead use DistributionConfig.getDefaultCacheBehavior()
isUseMd5Files() - Method in class org.jets3t.service.utils.FileComparer
 
isUserInputFieldsAvailable() - Method in class org.jets3t.gui.UserInputFields
 
isVersioningEnabled() - Method in class org.jets3t.service.model.S3BucketVersioningStatus
 
isWebsiteConfigActive() - Method in class org.jets3t.service.model.WebsiteConfig
 
isXmlContentType(String) - Method in class org.jets3t.service.impl.rest.httpclient.RestStorageService
 
ItemPropertiesDialog - Class in org.jets3t.gui
Dialog to display detailed information about an S3Bucket or a set of S3Objects.
ItemPropertiesDialog(Frame, String, boolean, Properties, boolean) - Constructor for class org.jets3t.gui.ItemPropertiesDialog
Construct a modal dialog displaying details of a bucket or object.
itemStateChanged(ItemEvent) - Method in class org.jets3t.apps.cockpit.gui.LoginCredentialsPanel
 

J

JETS3T_COCKPIT_HELP_PAGE - Static variable in class org.jets3t.apps.cockpit.Cockpit
 
JETS3T_IGNORE_FILENAME - Static variable in class org.jets3t.service.Constants
The name of the JetS3t ignore file: .jets3t-ignore
JETS3T_PROPERTIES_FILENAME - Static variable in class org.jets3t.service.Constants
The name of the JetS3t properties file: jets3t.properties
JETS3T_PROPERTIES_ID - Static variable in class org.jets3t.service.Jets3tProperties
 
JETS3T_VERSION - Static variable in class org.jets3t.service.Constants
The JetS3t suite version number implemented by this service.
jets3tProperties - Variable in class org.jets3t.service.CloudFrontService
 
Jets3tProperties - Class in org.jets3t.service
Utility class to load and store JetS3t-specific properties.
Jets3tProperties() - Constructor for class org.jets3t.service.Jets3tProperties
 
JetS3tRequestAuthorizer - Interface in org.jets3t.service.impl.rest.httpclient
 
JetS3tRetryHandler(int, JetS3tRequestAuthorizer) - Constructor for class org.jets3t.service.utils.RestUtils.JetS3tRetryHandler
 
JHtmlLabel - Class in org.jets3t.gui
Enhanced version of JLabel that changes the mouse curser to indicate when it passes over a clickable HTML HREF link, and triggers a listener to follow the link when it is clicked.
JHtmlLabel(HyperlinkActivatedListener) - Constructor for class org.jets3t.gui.JHtmlLabel
 
JHtmlLabel(String, HyperlinkActivatedListener) - Constructor for class org.jets3t.gui.JHtmlLabel
 
join(List<?>, String) - Static method in class org.jets3t.service.utils.ServiceUtils
Joins a list of items into a delimiter-separated string.
join(Object[], String) - Static method in class org.jets3t.service.utils.ServiceUtils
Joins a list of items into a delimiter-separated string.
join(int[], String) - Static method in class org.jets3t.service.utils.ServiceUtils
Joins a list of ints into a delimiter-separated string.
jsonMapper - Variable in class org.jets3t.service.utils.oauth.OAuthUtils
 

K

key - Variable in class org.jets3t.service.model.container.ObjectKeyAndVersion
 
KEY_FOR_COMPLETE_METADATA - Static variable in class org.jets3t.service.Constants
 
KEY_FOR_HTTP_METADATA - Static variable in class org.jets3t.service.Constants
 
KEY_FOR_SERVICE_METADATA - Static variable in class org.jets3t.service.Constants
 
KEY_FOR_USER_METADATA - Static variable in class org.jets3t.service.Constants
 

L

LEXICAL_COMPARATOR - Static variable in class org.jets3t.gui.TableSorter
 
LifecycleConfig - Class in org.jets3t.service.model
Represents the lifecycle configuraton of a bucket.
LifecycleConfig(List<LifecycleConfig.Rule>) - Constructor for class org.jets3t.service.model.LifecycleConfig
 
LifecycleConfig() - Constructor for class org.jets3t.service.model.LifecycleConfig
 
LifecycleConfig.Expiration - Class in org.jets3t.service.model
 
LifecycleConfig.Rule - Class in org.jets3t.service.model
 
LifecycleConfig.TimeEvent - Class in org.jets3t.service.model
 
LifecycleConfig.Transition - Class in org.jets3t.service.model
 
LifecycleConfigurationHandler(XMLReader) - Constructor for class org.jets3t.service.impl.rest.XmlResponsesSaxParser.LifecycleConfigurationHandler
 
list(String) - Static method in class contribs.mx.S3BucketMx
 
LIST_OBJECTS_IN_BUCKET_FLAG - Static variable in class org.jets3t.service.utils.gatekeeper.GatekeeperMessage
A flag name that indicates the Gatekeeper servlet should perform a bucket listing - for example as used by CockpitLite
listAllBuckets() - Method in class org.jets3t.service.impl.rest.httpclient.GoogleStorageService
 
listAllBuckets(String) - Method in class org.jets3t.service.impl.rest.httpclient.GoogleStorageService
List all buckets in a given project
listAllBuckets() - Method in class org.jets3t.service.S3Service
 
listAllBuckets() - Method in class org.jets3t.service.StorageService
Lists the buckets belonging to the service user.
listAllBucketsImpl(String) - Method in class org.jets3t.service.impl.rest.httpclient.GoogleStorageService
 
listAllBucketsImpl(Map<String, Object>) - Method in class org.jets3t.service.impl.rest.httpclient.RestStorageService
 
listAllBucketsImpl() - Method in class org.jets3t.service.StorageService
 
listAllBucketsImpl(Map<String, Object>) - Method in class org.jets3t.service.StorageService
 
ListAllMyBucketsHandler() - Constructor for class org.jets3t.service.impl.rest.XmlResponsesSaxParser.ListAllMyBucketsHandler
 
listAvailablePbeCiphers(boolean) - Static method in class org.jets3t.service.security.EncryptionUtil
Lists the PBE ciphers available on the system, optionally eliminating those ciphers that are apparently available but cannot actually be used (perhaps due to the lack of export-grade JCE settings).
listAvailableProviders() - Static method in class org.jets3t.service.security.EncryptionUtil
 
ListBucketHandler() - Constructor for class org.jets3t.service.impl.rest.XmlResponsesSaxParser.ListBucketHandler
 
listDistributions(int) - Method in class org.jets3t.service.CloudFrontService
List all your standard CloudFront distributions, with a given maximum number of Distribution items in each "page" of results.
listDistributions() - Method in class org.jets3t.service.CloudFrontService
List all your standard CloudFront distributions.
listDistributions(String) - Method in class org.jets3t.service.CloudFrontService
List the distributions whose origin is the given S3 bucket name.
listDistributionsByBucketName(boolean, String) - Method in class org.jets3t.service.CloudFrontService
List streaming or non-stream distributions whose origin is the given S3 bucket name.
listDistributionsImpl(boolean, int) - Method in class org.jets3t.service.CloudFrontService
List streaming or non-streaming Distributions in a CloudFront account.
listInvalidations(String, String, int) - Method in class org.jets3t.service.CloudFrontService
List a single page of up to pagingSize past invalidation summaries, ordered from most recent to oldest.
listInvalidations(String) - Method in class org.jets3t.service.CloudFrontService
List all past invalidation summaries, ordered from most recent to oldest.
ListMultipartPartsResultHandler(XMLReader) - Constructor for class org.jets3t.service.impl.rest.XmlResponsesSaxParser.ListMultipartPartsResultHandler
 
ListMultipartUploadsResultHandler(XMLReader) - Constructor for class org.jets3t.service.impl.rest.XmlResponsesSaxParser.ListMultipartUploadsResultHandler
 
listObjects(String) - Method in class org.jets3t.service.impl.rest.httpclient.GoogleStorageService
 
listObjects(String, String, String) - Method in class org.jets3t.service.impl.rest.httpclient.GoogleStorageService
 
listObjects(String, String[], String, long) - Method in class org.jets3t.service.multi.ThreadedStorageService
Lists the objects in a bucket based on an array of prefix strings, and sends ListObjectsEvent notification events.
listObjects(String, String[], String, long) - Method in class org.jets3t.service.multithread.S3ServiceMulti
Deprecated.
Lists the objects in a bucket based on an array of prefix strings, and sends ListObjectsEvent notification events.
listObjects(S3Bucket) - Method in class org.jets3t.service.S3Service
Deprecated.
0.8.0

The objects returned by this method contain only minimal information such as the object's size, ETag, and LastModified timestamp. To retrieve the objects' metadata you must perform follow-up getObject or getObjectDetails operations.

This method can be performed by anonymous services. Anonymous services can only list the objects in a publicly-readable bucket.

listObjects(String) - Method in class org.jets3t.service.S3Service
 
listObjects(String, String, String, long) - Method in class org.jets3t.service.S3Service
 
listObjects(S3Bucket, String, String) - Method in class org.jets3t.service.S3Service
Deprecated.
0.8.0

The objects returned by this method contain only minimal information such as the object's size, ETag, and LastModified timestamp. To retrieve the objects' metadata you must perform follow-up getObject or getObjectDetails operations.

This method can be performed by anonymous services. Anonymous services can only list the objects in a publicly-readable bucket.

NOTE: If you supply a delimiter value that could cause CommonPrefixes ("subdirectory paths") to be included in the results from S3, use the StorageService.listObjectsChunked(String, String, String, long, String, boolean) method instead of this one to obtain both object and CommonPrefix values.

listObjects(String, String, String) - Method in class org.jets3t.service.S3Service
 
listObjects(S3Bucket, String, String, long) - Method in class org.jets3t.service.S3Service
Deprecated.
0.8.0

The objects returned by this method contain only minimal information such as the object's size, ETag, and LastModified timestamp. To retrieve the objects' metadata you must perform follow-up getObject or getObjectDetails operations.

This method can be performed by anonymous services. Anonymous services can list the contents of a publicly-readable bucket.

NOTE: If you supply a delimiter value that could cause CommonPrefixes ("subdirectory paths") to be included in the results from S3, use the StorageService.listObjectsChunked(String, String, String, long, String, boolean) method instead of this one to obtain both object and CommonPrefix values.

listObjects(String) - Method in class org.jets3t.service.StorageService
Lists the objects in a bucket.
listObjects(String, String, String) - Method in class org.jets3t.service.StorageService
Lists the objects in a bucket matching a prefix and delimiter.
listObjects(String, String, String, long) - Method in class org.jets3t.service.StorageService
Lists the objects in a bucket matching a prefix, while instructing the service to send response messages containing no more than a given number of object results.
listObjects(GatekeeperMessage, ClientInformation) - Method in class org.jets3t.servlets.gatekeeper.BucketLister
Create in the GatekeeperMessage object a list of SignatureRequest objects capturing details about the S3 objects contained in a bucket.
listObjects(GatekeeperMessage, ClientInformation) - Method in class org.jets3t.servlets.gatekeeper.impl.DefaultBucketLister
 
listObjectsChunked(String, String, String, long, String) - Method in class org.jets3t.service.StorageService
Lists the objects in a bucket matching a prefix, chunking the results into batches of a given size, and returning each chunk separately.
listObjectsChunked(String, String, String, long, String, boolean) - Method in class org.jets3t.service.StorageService
Lists the objects in a bucket matching a prefix and also returns the common prefixes.
listObjectsChunkedImpl(String, String, String, long, String, boolean) - Method in class org.jets3t.service.impl.rest.httpclient.RestStorageService
 
listObjectsChunkedImpl(String, String, String, long, String, boolean) - Method in class org.jets3t.service.StorageService
Lists objects in a bucket up to the maximum listing length specified.
ListObjectsEvent - Class in org.jets3t.service.multi.event
ListObjectsEvent - Class in org.jets3t.service.multithread
Multi-threaded service event fired by S3ServiceMulti.listObjects(String, String[], String, long).
listObjectsImpl(String, String, String, long) - Method in class org.jets3t.service.impl.rest.httpclient.RestStorageService
 
listObjectsImpl(String, String, String, long) - Method in class org.jets3t.service.StorageService
Lists objects in a bucket.
listObjectsInternal(String, String, String, long, boolean, String) - Method in class org.jets3t.service.impl.rest.httpclient.RestStorageService
 
listObjectsThreaded(StorageService, String, String, String, int) - Method in class org.jets3t.service.utils.FileComparer
Lists the objects in a bucket using a partitioning technique to divide the object namespace into separate partitions that can be listed by multiple simultaneous threads.
listObjectsThreaded(StorageService, String, String) - Method in class org.jets3t.service.utils.FileComparer
Lists the objects in a bucket using a partitioning technique to divide the object namespace into separate partitions that can be listed by multiple simultaneous threads.
listStreamingDistributions(int) - Method in class org.jets3t.service.CloudFrontService
List all your streaming CloudFront distributions, with a given maximum number of Distribution items in each "page" of results.
listStreamingDistributions() - Method in class org.jets3t.service.CloudFrontService
List all your streaming CloudFront distributions.
listStreamingDistributions(String) - Method in class org.jets3t.service.CloudFrontService
List the streaming distributions whose origin is the given S3 bucket name.
listVersionedObjects(String, String, String) - Method in class org.jets3t.service.S3Service
Lists versioning information in a versioned bucket where the objects match a given constraints.
listVersionedObjectsChunked(String, String, String, long, String, String, boolean) - Method in class org.jets3t.service.S3Service
Lists information for a versioned bucket where the items match given constarints.
listVersionedObjectsChunkedImpl(String, String, String, long, String, String, boolean) - Method in class org.jets3t.service.impl.rest.httpclient.RestS3Service
 
listVersionedObjectsChunkedImpl(String, String, String, long, String, String, boolean) - Method in class org.jets3t.service.S3Service
Lists version or delete markers in a versioned bucket, up to the maximum listing length specified.
listVersionedObjectsImpl(String, String, String, String, String, long) - Method in class org.jets3t.service.impl.rest.httpclient.RestS3Service
 
listVersionedObjectsImpl(String, String, String, String, String, long) - Method in class org.jets3t.service.S3Service
 
listVersionedObjectsInternal(String, String, String, long, boolean, String, String) - Method in class org.jets3t.service.impl.rest.httpclient.RestS3Service
 
ListVersionsResultsHandler() - Constructor for class org.jets3t.service.impl.rest.XmlResponsesSaxParser.ListVersionsResultsHandler
 
load() - Static method in class org.jets3t.service.model.AWSDevPayProduct
load(InputStream) - Static method in class org.jets3t.service.model.AWSDevPayProduct
Loads the products listed in the Properties file represented by the input stream.
load(Properties) - Static method in class org.jets3t.service.model.AWSDevPayProduct
Loads the products listed in the Properties.
load(String, File) - Static method in class org.jets3t.service.security.GSCredentials
 
load(String, BufferedInputStream) - Static method in class org.jets3t.service.security.GSCredentials
 
load(String, File) - Static method in class org.jets3t.service.security.ProviderCredentials
Loads encrypted credentials from a file.
load(String, BufferedInputStream) - Static method in class org.jets3t.service.security.ProviderCredentials
Loads encrypted credentials from a data input stream.
loadAndReplaceMimetypes(InputStream) - Method in class org.jets3t.service.utils.Mimetypes
Reads and stores the mime type setting corresponding to a file extension, by reading text from an InputStream.
loadAndReplaceProperties(InputStream, String) - Method in class org.jets3t.service.Jets3tProperties
Reads properties from an InputStream and stores them in this class's properties object.
loadAndReplaceProperties(Jets3tProperties, String) - Method in class org.jets3t.service.Jets3tProperties
Merges properties from another JetS3tProperties object into this instance.
loadAndReplaceProperties(Properties, String) - Method in class org.jets3t.service.Jets3tProperties
Merges properties from another Properties object into this instance.
loadAWSCredentials() - Static method in class org.jets3t.samples.SamplesUtils
Loads AWS Credentials from the file samples.properties (SamplesUtils.SAMPLES_PROPERTIES_NAME) that must be available in the classpath, and must contain settings awsAccessKey and awsSecretKey.
loadColor(Properties, String) - Method in class org.jets3t.gui.skins.SkinUtils
Loads a skin property setting for a color.
loadFromEC2InstanceData(String, String, boolean) - Static method in class org.jets3t.service.security.AWSEC2IAMSessionCredentials
Fetch AWS session credentials from EC2 instance data available at the given URL prefix (in case you are using a EC2-like service with alternate instance data endpoint) with the given role name.
loadFromEC2InstanceData(String, boolean) - Static method in class org.jets3t.service.security.AWSEC2IAMSessionCredentials
Fetch AWS session credentials from EC2 instance data available with the given role name.
loadFromEC2InstanceData(boolean) - Static method in class org.jets3t.service.security.AWSEC2IAMSessionCredentials
Fetch AWS session credentials from EC2 instance data available while using the role name of the current EC2 instance.
loadGSCredentials() - Static method in class org.jets3t.samples.SamplesUtils
Loads Google Storage Credentials from the file samples.properties (SamplesUtils.SAMPLES_PROPERTIES_NAME) that must be available in the classpath, and must contain settings gsAccessKey and gsSecretKey.
loadIcon(Properties, String) - Method in class org.jets3t.gui.skins.SkinUtils
Loads a skin property setting for an icon image.
loadXMLReader() - Static method in class org.jets3t.service.utils.ServiceUtils
Find a SAX XMLReader by hook or by crook, with work-arounds for non-standard platforms.
LOCATION_ASIA_PACIFIC - Static variable in class org.jets3t.service.model.S3Bucket
LOCATION_ASIA_PACIFIC_NORTHEAST - Static variable in class org.jets3t.service.model.S3Bucket
 
LOCATION_ASIA_PACIFIC_SINGAPORE - Static variable in class org.jets3t.service.model.S3Bucket
LOCATION_ASIA_PACIFIC_SOUTHEAST - Static variable in class org.jets3t.service.model.S3Bucket
 
LOCATION_ASIA_PACIFIC_SYDNEY - Static variable in class org.jets3t.service.model.S3Bucket
 
LOCATION_ASIA_PACIFIC_TOKYO - Static variable in class org.jets3t.service.model.S3Bucket
LOCATION_DEFAULT - Static variable in class org.jets3t.service.model.GSBucket
 
LOCATION_EU_FRANKFURT - Static variable in class org.jets3t.service.model.S3Bucket
 
LOCATION_EU_IRELAND - Static variable in class org.jets3t.service.model.S3Bucket
 
LOCATION_EUROPE - Static variable in class org.jets3t.service.model.GSBucket
 
LOCATION_EUROPE - Static variable in class org.jets3t.service.model.S3Bucket
 
LOCATION_GOVCLOUD_FIPS_US_WEST - Static variable in class org.jets3t.service.model.S3Bucket
 
LOCATION_GOVCLOUD_US_WEST - Static variable in class org.jets3t.service.model.S3Bucket
 
LOCATION_SOUTH_AMERICA_EAST - Static variable in class org.jets3t.service.model.S3Bucket
LOCATION_SOUTH_AMERICA_SAO_PAULO - Static variable in class org.jets3t.service.model.S3Bucket
 
LOCATION_US - Static variable in class org.jets3t.service.model.GSBucket
 
LOCATION_US - Static variable in class org.jets3t.service.model.S3Bucket
 
LOCATION_US_STANDARD - Static variable in class org.jets3t.service.model.S3Bucket
 
LOCATION_US_WEST - Static variable in class org.jets3t.service.model.S3Bucket
 
LOCATION_US_WEST_NORTHERN_CALIFORNIA - Static variable in class org.jets3t.service.model.S3Bucket
 
LOCATION_US_WEST_OREGON - Static variable in class org.jets3t.service.model.S3Bucket
 
log - Static variable in class org.jets3t.service.security.ProviderCredentials
 
LOG_DELIVERY - Static variable in class org.jets3t.service.acl.GroupGrantee
The group of Bucket Log delivery users, represented in S3 by the URI: http://acs.amazonaws.com/groups/s3/LogDelivery
LoggingStatus - Class in org.jets3t.service.model.cloudfront
Represents the logging status of a CloudFront distribution.
LoggingStatus() - Constructor for class org.jets3t.service.model.cloudfront.LoggingStatus
 
LoggingStatus(String, String) - Constructor for class org.jets3t.service.model.cloudfront.LoggingStatus
 
LoggingStatus(boolean, String, String) - Constructor for class org.jets3t.service.model.cloudfront.LoggingStatus
 
LoggingStatusHandler(XMLReader) - Constructor for class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.LoggingStatusHandler
 
LoginCredentialsPanel - Class in org.jets3t.apps.cockpit.gui
A panel for obtaining a user's credentials.
LoginCredentialsPanel(boolean, HyperlinkActivatedListener) - Constructor for class org.jets3t.apps.cockpit.gui.LoginCredentialsPanel
 
LoginLocalFolderPanel - Class in org.jets3t.apps.cockpit.gui
A panel for displaying a user's login credentials where those credentials are stored in files available on the user's computer.
LoginLocalFolderPanel(Frame, HyperlinkActivatedListener) - Constructor for class org.jets3t.apps.cockpit.gui.LoginLocalFolderPanel
 
LoginPassphrasePanel - Class in org.jets3t.apps.cockpit.gui
A panel for prompting a user to provide a passphrase and password used to store or access their credentials in a storage service.
LoginPassphrasePanel(HyperlinkActivatedListener) - Constructor for class org.jets3t.apps.cockpit.gui.LoginPassphrasePanel
 
LookupACLEvent - Class in org.jets3t.service.multi.event
LookupACLEvent - Class in org.jets3t.service.multithread
Multi-threaded service event fired by S3ServiceMulti.getObjectACLs(S3Bucket, S3Object[]).
lookupFileMD5Hash(File, String) - Method in class org.jets3t.service.utils.FileComparer
Return the pre-generated MD5 hash value of a file, as previously stored by JetS3t (or another program) in an .md5 file corresponding to the given file.
lookupMetadataSubsetMap(String) - Method in class org.jets3t.service.model.BaseStorageItem
 
lookupObjectMetadataForPotentialClashes(StorageService, String, String, StorageObject[], Map<String, String>, boolean, boolean, BytesProgressWatcher, StorageServiceEventListener) - Method in class org.jets3t.service.utils.FileComparer
Given a set of storage objects for which only minimal information is available, retrieve metadata information for any objects that potentially clash with local files.

M

main(String[]) - Static method in class org.jets3t.apps.cockpit.Cockpit
Runs Cockpit as a stand-alone application.
main(String[]) - Static method in class org.jets3t.apps.cockpit.gui.AccessControlDialog
Creates stand-alone dialog box for testing only.
main(String[]) - Static method in class org.jets3t.apps.cockpit.gui.StartupDialog
Creates stand-alone dialog box for testing only.
main(String[]) - Static method in class org.jets3t.apps.cockpitlite.CockpitLite
Runs Cockpit as a stand-alone application.
main(String[]) - Static method in class org.jets3t.apps.cockpitlite.ToggleAclDialog
 
main(String[]) - Static method in class org.jets3t.apps.synchronize.Synchronize
Runs this application from the console, accepts and checks command-line parameters and runs an upload or download operation when all the necessary parameters are provided.
main(String[]) - Static method in class org.jets3t.apps.uploader.Uploader
Run the Uploader as a stand-alone application.
main(String[]) - Static method in class org.jets3t.apps.utils.DeleteMultipartUploads
 
main(String[]) - Static method in class org.jets3t.apps.utils.FileCryptoTool
 
main(String[]) - Static method in class org.jets3t.samples.CloudFrontSamples
 
main(String[]) - Static method in class org.jets3t.samples.CodeSamples
 
main(String[]) - Static method in class org.jets3t.samples.GSCodeSamples
 
main(String[]) - Static method in class org.jets3t.samples.S3PostFormBuilder
 
main(String[]) - Static method in class org.jets3t.samples.StorePassphraseBasedLogin
 
main(String[]) - Static method in class org.jets3t.samples.ThreadedObjectListing
 
main(String[]) - Static method in class org.jets3t.samples.UrlSigningExample
 
main(String[]) - Static method in class org.jets3t.service.security.AWSCredentials
Console utility to store AWS credentials information in an encrypted file in the toolkit's default preferences directory.
main(String[]) - Static method in class org.jets3t.service.security.EncryptionUtil
 
makeBytesUrlSafe(byte[]) - Static method in class org.jets3t.service.CloudFrontService
Convert the given data to be safe for use in signed URLs for a private distribution by using specialized Base64 encoding.
makeServiceCanonicalString(String, String, Map<String, Object>, String, String, List<String>) - Static method in class org.jets3t.service.utils.RestUtils
Calculate the canonical string for a REST/HTTP request to a storage service.
makeStringUrlSafe(String) - Static method in class org.jets3t.service.CloudFrontService
Convert the given string to be safe for use in signed URLs for a private distribution.
ManageDistributionsDialog - Class in org.jets3t.gui
Dialog box for displaying and modifying CloudFront distributions.
ManageDistributionsDialog(Frame, CloudFrontService, String[], HyperlinkActivatedListener) - Constructor for class org.jets3t.gui.ManageDistributionsDialog
 
mark(int) - Method in class org.jets3t.service.io.RepeatableFileInputStream
 
mark(int) - Method in class org.jets3t.service.io.RepeatableInputStream
This method can only be used while less data has been read from the input stream than fits into the buffer.
markPoint - Variable in class org.jets3t.service.io.RepeatableFileInputStream
 
markSupported() - Method in class org.jets3t.service.io.InterruptableInputStream
 
markSupported() - Method in class org.jets3t.service.io.ProgressMonitoredInputStream
 
markSupported() - Method in class org.jets3t.service.io.RepeatableFileInputStream
 
markSupported() - Method in class org.jets3t.service.io.RepeatableInputStream
 
MAX_BYTES_PER_SECOND - Static variable in class org.jets3t.service.impl.rest.httpclient.RepeatableRequestEntity
 
MAX_CONNECTION_RETRIES - Static variable in class org.jets3t.apps.cockpitlite.CockpitLite
 
MAX_CONNECTION_RETRIES - Static variable in class org.jets3t.apps.uploader.Uploader
 
MAX_OBJECT_SIZE - Static variable in class org.jets3t.service.utils.MultipartUtils
Maximum object size supported by S3: 5 GB
maxPartSize - Variable in class org.jets3t.service.utils.MultipartUtils
 
mChunked - Variable in class org.jets3t.service.impl.rest.httpclient.RepeatableRequestEntity
 
mContentEncoding - Variable in class org.jets3t.service.impl.rest.httpclient.RepeatableRequestEntity
 
merge(FileComparerResults) - Method in class org.jets3t.service.utils.FileComparerResults
 
METADATA_HEADER_CONTENT_DISPOSITION - Static variable in class org.jets3t.service.model.BaseStorageItem
 
METADATA_HEADER_CONTENT_ENCODING - Static variable in class org.jets3t.service.model.BaseStorageItem
 
METADATA_HEADER_CONTENT_LANGUAGE - Static variable in class org.jets3t.service.model.BaseStorageItem
 
METADATA_HEADER_CONTENT_LENGTH - Static variable in class org.jets3t.service.model.BaseStorageItem
 
METADATA_HEADER_CONTENT_MD5 - Static variable in class org.jets3t.service.model.BaseStorageItem
 
METADATA_HEADER_CONTENT_TYPE - Static variable in class org.jets3t.service.model.BaseStorageItem
 
METADATA_HEADER_CREATION_DATE - Static variable in class org.jets3t.service.model.BaseStorageItem
 
METADATA_HEADER_DATE - Static variable in class org.jets3t.service.model.BaseStorageItem
 
METADATA_HEADER_ETAG - Static variable in class org.jets3t.service.model.BaseStorageItem
 
METADATA_HEADER_HASH_MD5 - Static variable in class org.jets3t.service.model.StorageObject
 
METADATA_HEADER_LAST_MODIFIED_DATE - Static variable in class org.jets3t.service.model.BaseStorageItem
 
METADATA_HEADER_ORIGINAL_HASH_MD5 - Static variable in class org.jets3t.service.model.StorageObject
 
METADATA_HEADER_SERVER_SIDE_ENCRYPTION - Static variable in class org.jets3t.service.model.StorageObject
 
METADATA_JETS3T_COMPRESSED - Static variable in class org.jets3t.service.Constants
Metadata header for storing information about data compression applied by jets3t tools.
METADATA_JETS3T_CRYPTO_ALGORITHM - Static variable in class org.jets3t.service.Constants
Metadata header for storing information about the data encryption algorithm applied by JetS3t tools.
METADATA_JETS3T_CRYPTO_VERSION - Static variable in class org.jets3t.service.Constants
Metadata header for storing information about the JetS3t version of encryption applied (to keep encryption compatibility between versions).
METADATA_JETS3T_LOCAL_FILE_DATE - Static variable in class org.jets3t.service.Constants
Metadata header for storing the original date of a local file uploaded to S3, so it can be used subsequently to compare files instead of relying on the S3 upload date.
MIMETYPE_BINARY_OCTET_STREAM - Static variable in class org.jets3t.service.utils.Mimetypes
A binary mimetype: binary/octet-stream
MIMETYPE_GZIP - Static variable in class org.jets3t.service.utils.Mimetypes
The default gzip mimetype: application/x-gzip
MIMETYPE_HTML - Static variable in class org.jets3t.service.utils.Mimetypes
The default HTML mimetype: text/html
MIMETYPE_JETS3T_DIRECTORY - Static variable in class org.jets3t.service.utils.Mimetypes
Deprecated.
0.8.0
MIMETYPE_OCTET_STREAM - Static variable in class org.jets3t.service.utils.Mimetypes
The default binary mimetype: application/octet-stream
MIMETYPE_XML - Static variable in class org.jets3t.service.utils.Mimetypes
The default XML mimetype: application/xml
Mimetypes - Class in org.jets3t.service.utils
Utility class that maintains a listing of known Mimetypes, and determines the mimetype of files based on file extensions.
MIN_PART_SIZE - Static variable in class org.jets3t.service.utils.MultipartUtils
Minimum multipart upload part size supported by S3: 5 MB.
MissingStorageObject - Class in org.jets3t.service.model
 
MissingStorageObject() - Constructor for class org.jets3t.service.model.MissingStorageObject
 
modelIndex(int) - Method in class org.jets3t.gui.TableSorter
 
mouseClicked(MouseEvent) - Method in class org.jets3t.gui.JHtmlLabel
Triggers the listener to follow an HTML href link that has been clicked.
mouseDragged(MouseEvent) - Method in class org.jets3t.gui.JHtmlLabel
 
mouseEntered(MouseEvent) - Method in class org.jets3t.gui.JHtmlLabel
 
mouseExited(MouseEvent) - Method in class org.jets3t.gui.JHtmlLabel
 
mouseMoved(MouseEvent) - Method in class org.jets3t.gui.JHtmlLabel
Changes the mouse cursor to a hand to indicate when the mouse moves over a clickable HTML link.
mousePressed(MouseEvent) - Method in class org.jets3t.gui.JHtmlLabel
 
mouseReleased(MouseEvent) - Method in class org.jets3t.gui.JHtmlLabel
 
moveObject(String, String, String, StorageObject, boolean) - Method in class org.jets3t.service.StorageService
Move an object.
multipartAbortUpload(MultipartUpload) - Method in class org.jets3t.service.S3Service
Abort the given multipart upload process.
multipartAbortUploadImpl(String, String, String) - Method in class org.jets3t.service.impl.rest.httpclient.RestS3Service
 
multipartAbortUploadImpl(String, String, String) - Method in class org.jets3t.service.S3Service
 
MultipartCompleted - Class in org.jets3t.service.model
Represents a completed object resulting from a MultipartUpload operation.
MultipartCompleted(String, String, String, String) - Constructor for class org.jets3t.service.model.MultipartCompleted
 
MultipartCompletesEvent - Class in org.jets3t.service.multi.s3
Multi-threaded service event fired by ThreadedS3Service.multipartCompleteUploads(java.util.List).
multipartCompleteUpload(MultipartUpload, List<MultipartPart>) - Method in class org.jets3t.service.S3Service
Complete a multipart upload by combining all the given parts into the final object.
multipartCompleteUpload(MultipartUpload) - Method in class org.jets3t.service.S3Service
Convenience method to complete a multipart upload by automatically finding its parts.
multipartCompleteUploadImpl(String, String, String, List<MultipartPart>) - Method in class org.jets3t.service.impl.rest.httpclient.RestS3Service
 
multipartCompleteUploadImpl(String, String, String, List<MultipartPart>) - Method in class org.jets3t.service.S3Service
 
multipartCompleteUploads(List<MultipartUpload>) - Method in class org.jets3t.service.multi.s3.ThreadedS3Service
Completes multiple multipart uploads and sends MultipartCompletesEvent notification events.
multipartListParts(MultipartUpload) - Method in class org.jets3t.service.S3Service
List the parts that have been uploaded for a given multipart upload.
multipartListPartsImpl(String, String, String) - Method in class org.jets3t.service.impl.rest.httpclient.RestS3Service
 
multipartListPartsImpl(String, String, String) - Method in class org.jets3t.service.S3Service
 
multipartListUploads(String) - Method in class org.jets3t.service.S3Service
List the multipart uploads that have been started within a bucket and have not yet been completed or aborted.
multipartListUploads(String, String, String, Integer) - Method in class org.jets3t.service.S3Service
 
multipartListUploads(String, String, String, String, String, Integer) - Method in class org.jets3t.service.S3Service
List the multipart uploads that have been started within a bucket and have not yet been completed or aborted.
multipartListUploadsChunked(String, String, String, String, String, Integer, boolean) - Method in class org.jets3t.service.S3Service
List all or a subset of the multipart uploads that have been started within a bucket and have not yet been completed or aborted.
multipartListUploadsChunkedImpl(String, String, String, String, String, Integer, boolean) - Method in class org.jets3t.service.impl.rest.httpclient.RestS3Service
 
multipartListUploadsChunkedImpl(String, String, String, String, String, Integer, boolean) - Method in class org.jets3t.service.S3Service
 
MultipartPart - Class in org.jets3t.service.model
Represents a Part of a MultipartUpload operation.
MultipartPart(Integer, Date, String, Long) - Constructor for class org.jets3t.service.model.MultipartPart
 
MultipartPart.PartNumberComparator - Class in org.jets3t.service.model
 
MultipartPartResultHandler(XMLReader) - Constructor for class org.jets3t.service.impl.rest.XmlResponsesSaxParser.MultipartPartResultHandler
 
MultipartStartsEvent - Class in org.jets3t.service.multi.s3
multipartStartUpload(String, String, Map<String, Object>) - Method in class org.jets3t.service.S3Service
Start a multipart upload process for a given object; must be done before individual parts can be uploaded.
multipartStartUpload(String, String, Map<String, Object>, AccessControlList, String) - Method in class org.jets3t.service.S3Service
Start a multipart upload process for a given object; must be done before individual parts can be uploaded.
multipartStartUpload(String, S3Object) - Method in class org.jets3t.service.S3Service
Start a multipart upload process for a given object; must be done before individual parts can be uploaded.
multipartStartUploadImpl(String, String, Map<String, Object>, AccessControlList, String) - Method in class org.jets3t.service.impl.rest.httpclient.RestS3Service
 
multipartStartUploadImpl(String, String, Map<String, Object>, AccessControlList, String, String) - Method in class org.jets3t.service.impl.rest.httpclient.RestS3Service
 
multipartStartUploadImpl(String, String, Map<String, Object>, AccessControlList, String, String) - Method in class org.jets3t.service.S3Service
 
multipartStartUploads(String, List<StorageObject>) - Method in class org.jets3t.service.multi.s3.ThreadedS3Service
Starts multiple multipart uploads and sends MultipartStartsEvent notification events.
MultipartUpload - Class in org.jets3t.service.model
Represents a MultipartUpload operation.
MultipartUpload(String, String, String) - Constructor for class org.jets3t.service.model.MultipartUpload
 
MultipartUpload(String, String, String, S3Owner, S3Owner, Date) - Constructor for class org.jets3t.service.model.MultipartUpload
 
MultipartUploadAndParts - Class in org.jets3t.service.multi.s3
Packages together a MultipartUpload and a set of its component S3Object parts.
MultipartUploadAndParts(MultipartUpload, List<S3Object>, Integer) - Constructor for class org.jets3t.service.multi.s3.MultipartUploadAndParts
 
MultipartUploadAndParts(MultipartUpload, List<S3Object>) - Constructor for class org.jets3t.service.multi.s3.MultipartUploadAndParts
 
MultipartUploadAndParts(MultipartUpload) - Constructor for class org.jets3t.service.multi.s3.MultipartUploadAndParts
 
MultipartUploadChunk - Class in org.jets3t.service
Stores a "chunk" of MultipartUpload returned from a 'multipart list uploads' command - this particular chunk may or may not include all the multipart upload started in a bucket.
MultipartUploadChunk(String, String, MultipartUpload[], String[], String, String) - Constructor for class org.jets3t.service.MultipartUploadChunk
 
multipartUploadPart(MultipartUpload, Integer, S3Object) - Method in class org.jets3t.service.S3Service
Upload an individual part that will comprise a piece of a multipart upload object.
multipartUploadPartCopy(MultipartUpload, Integer, String, String, Calendar, Calendar, String[], String[], Long, Long, String) - Method in class org.jets3t.service.S3Service
From an existing object, copy an individual part that will comprise a piece of a multipart upload object.
multipartUploadPartCopy(MultipartUpload, Integer, String, String, String) - Method in class org.jets3t.service.S3Service
From an existing object, copy an individual part that will comprise a piece of a multipart upload object.
multipartUploadPartCopy(MultipartUpload, Integer, String, String) - Method in class org.jets3t.service.S3Service
From an existing object, copy an individual part that will comprise a piece of a multipart upload object.
multipartUploadPartCopyImpl(String, String, String, Integer, String, String, Calendar, Calendar, String[], String[], Long, Long, String) - Method in class org.jets3t.service.impl.rest.httpclient.RestS3Service
 
multipartUploadPartCopyImpl(String, String, String, Integer, String, String, Calendar, Calendar, String[], String[], Long, Long, String) - Method in class org.jets3t.service.S3Service
 
multipartUploadPartImpl(String, String, Integer, S3Object) - Method in class org.jets3t.service.impl.rest.httpclient.RestS3Service
 
multipartUploadPartImpl(String, String, Integer, S3Object) - Method in class org.jets3t.service.S3Service
 
multipartUploadParts(List<MultipartUploadAndParts>) - Method in class org.jets3t.service.multi.s3.ThreadedS3Service
Uploads multiple objects that will constitute a single final object, and sends MultipartUploadsEvent notification events.
MultipartUploadResultHandler(XMLReader) - Constructor for class org.jets3t.service.impl.rest.XmlResponsesSaxParser.MultipartUploadResultHandler
 
MultipartUploadsEvent - Class in org.jets3t.service.multi.s3
Multi-threaded service event fired by ThreadedS3Service.multipartUploadParts(java.util.List).
MultipartUtils - Class in org.jets3t.service.utils
Tool to simplify working with the multipart uploads feature offered by Amazon S3.
MultipartUtils(long) - Constructor for class org.jets3t.service.utils.MultipartUtils
 
MultipartUtils() - Constructor for class org.jets3t.service.utils.MultipartUtils
Use default value for maximum part size: MultipartUtils.MAX_OBJECT_SIZE.
MultipleDeleteResult - Class in org.jets3t.service.model
Represents the result of multiple object delete requests.
MultipleDeleteResult() - Constructor for class org.jets3t.service.model.MultipleDeleteResult
 
MultipleDeleteResult(List<MultipleDeleteResult.DeletedObjectResult>, List<MultipleDeleteResult.ErrorResult>) - Constructor for class org.jets3t.service.model.MultipleDeleteResult
 
MultipleDeleteResult.DeletedObjectResult - Class in org.jets3t.service.model
 
MultipleDeleteResult.ErrorResult - Class in org.jets3t.service.model
 
MultipleDeleteResultHandler() - Constructor for class org.jets3t.service.impl.rest.XmlResponsesSaxParser.MultipleDeleteResultHandler
 
MxDelegate - Class in org.jets3t.service.mx
 
MxDelegate() - Constructor for class org.jets3t.service.mx.MxDelegate
 
MxImpl - Class in contribs.mx
 
MxImpl() - Constructor for class contribs.mx.MxImpl
 
MxInterface - Interface in org.jets3t.service.mx
 

N

NATIVE_APPLICATION_REDIRECT_URI - Static variable in class org.jets3t.service.utils.oauth.OAuthConstants.GSOAuth2_10
Redirect URI for native (i.e.
newBucket() - Method in class org.jets3t.service.impl.rest.httpclient.GoogleStorageService
 
newBucket() - Method in class org.jets3t.service.impl.rest.httpclient.RestS3Service
 
newBucket() - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser
 
newBucket() - Method in class org.jets3t.service.StorageService
 
newCancelledEvent(StorageObject[], Object) - Static method in class org.jets3t.service.multi.event.CopyObjectsEvent
 
newCancelledEvent(StorageBucket[], Object) - Static method in class org.jets3t.service.multi.event.CreateBucketsEvent
 
newCancelledEvent(StorageObject[], Object) - Static method in class org.jets3t.service.multi.event.CreateObjectsEvent
 
newCancelledEvent(StorageObject[], Object) - Static method in class org.jets3t.service.multi.event.DeleteObjectsEvent
 
newCancelledEvent(StorageObject[], Object) - Static method in class org.jets3t.service.multi.event.DownloadObjectsEvent
 
newCancelledEvent(StorageObject[], Object) - Static method in class org.jets3t.service.multi.event.GetObjectHeadsEvent
 
newCancelledEvent(StorageObject[], Object) - Static method in class org.jets3t.service.multi.event.GetObjectsEvent
 
newCancelledEvent(Object) - Static method in class org.jets3t.service.multi.event.ListObjectsEvent
 
newCancelledEvent(StorageObject[], Object) - Static method in class org.jets3t.service.multi.event.LookupACLEvent
 
newCancelledEvent(StorageObject[], Object) - Static method in class org.jets3t.service.multi.event.UpdateACLEvent
 
newCancelledEvent(MultipartUpload[], Object) - Static method in class org.jets3t.service.multi.s3.MultipartCompletesEvent
 
newCancelledEvent(StorageObject[], Object) - Static method in class org.jets3t.service.multi.s3.MultipartStartsEvent
 
newCancelledEvent(StorageObject[], Object) - Static method in class org.jets3t.service.multi.s3.MultipartUploadsEvent
 
newCancelledEvent(S3Object[], Object) - Static method in class org.jets3t.service.multithread.CopyObjectsEvent
 
newCancelledEvent(S3Bucket[], Object) - Static method in class org.jets3t.service.multithread.CreateBucketsEvent
 
newCancelledEvent(S3Object[], Object) - Static method in class org.jets3t.service.multithread.CreateObjectsEvent
 
newCancelledEvent(S3Object[], Object) - Static method in class org.jets3t.service.multithread.DeleteObjectsEvent
 
newCancelledEvent(S3Version[], Object) - Static method in class org.jets3t.service.multithread.DeleteVersionedObjectsEvent
 
newCancelledEvent(S3Object[], Object) - Static method in class org.jets3t.service.multithread.DownloadObjectsEvent
 
newCancelledEvent(S3Object[], Object) - Static method in class org.jets3t.service.multithread.GetObjectHeadsEvent
 
newCancelledEvent(S3Object[], Object) - Static method in class org.jets3t.service.multithread.GetObjectsEvent
 
newCancelledEvent(Object) - Static method in class org.jets3t.service.multithread.ListObjectsEvent
 
newCancelledEvent(S3Object[], Object) - Static method in class org.jets3t.service.multithread.LookupACLEvent
 
newCancelledEvent(S3Object[], Object) - Static method in class org.jets3t.service.multithread.UpdateACLEvent
 
newCompletedEvent(Object, String[], StorageObject[]) - Static method in class org.jets3t.service.multi.event.CopyObjectsEvent
 
newCompletedEvent(Object) - Static method in class org.jets3t.service.multi.event.CreateBucketsEvent
 
newCompletedEvent(Object) - Static method in class org.jets3t.service.multi.event.CreateObjectsEvent
 
newCompletedEvent(Object) - Static method in class org.jets3t.service.multi.event.DeleteObjectsEvent
 
newCompletedEvent(Object) - Static method in class org.jets3t.service.multi.event.DownloadObjectsEvent
 
newCompletedEvent(Object) - Static method in class org.jets3t.service.multi.event.GetObjectHeadsEvent
 
newCompletedEvent(Object) - Static method in class org.jets3t.service.multi.event.GetObjectsEvent
 
newCompletedEvent(Object) - Static method in class org.jets3t.service.multi.event.ListObjectsEvent
 
newCompletedEvent(Object) - Static method in class org.jets3t.service.multi.event.LookupACLEvent
 
newCompletedEvent(Object) - Static method in class org.jets3t.service.multi.event.UpdateACLEvent
 
newCompletedEvent(Object) - Static method in class org.jets3t.service.multi.s3.MultipartCompletesEvent
 
newCompletedEvent(Object) - Static method in class org.jets3t.service.multi.s3.MultipartStartsEvent
 
newCompletedEvent(Object) - Static method in class org.jets3t.service.multi.s3.MultipartUploadsEvent
 
newCompletedEvent(Object, String[], S3Object[]) - Static method in class org.jets3t.service.multithread.CopyObjectsEvent
 
newCompletedEvent(Object) - Static method in class org.jets3t.service.multithread.CreateBucketsEvent
 
newCompletedEvent(Object) - Static method in class org.jets3t.service.multithread.CreateObjectsEvent
 
newCompletedEvent(Object) - Static method in class org.jets3t.service.multithread.DeleteObjectsEvent
 
newCompletedEvent(Object) - Static method in class org.jets3t.service.multithread.DeleteVersionedObjectsEvent
 
newCompletedEvent(Object) - Static method in class org.jets3t.service.multithread.DownloadObjectsEvent
 
newCompletedEvent(Object) - Static method in class org.jets3t.service.multithread.GetObjectHeadsEvent
 
newCompletedEvent(Object) - Static method in class org.jets3t.service.multithread.GetObjectsEvent
 
newCompletedEvent(Object) - Static method in class org.jets3t.service.multithread.ListObjectsEvent
 
newCompletedEvent(Object) - Static method in class org.jets3t.service.multithread.LookupACLEvent
 
newCompletedEvent(Object) - Static method in class org.jets3t.service.multithread.UpdateACLEvent
 
newErrorEvent(Throwable, Object) - Static method in class org.jets3t.service.multi.event.CopyObjectsEvent
 
newErrorEvent(Throwable, Object) - Static method in class org.jets3t.service.multi.event.CreateBucketsEvent
 
newErrorEvent(Throwable, Object) - Static method in class org.jets3t.service.multi.event.CreateObjectsEvent
 
newErrorEvent(Throwable, Object) - Static method in class org.jets3t.service.multi.event.DeleteObjectsEvent
 
newErrorEvent(Throwable, Object) - Static method in class org.jets3t.service.multi.event.DownloadObjectsEvent
 
newErrorEvent(Throwable, Object) - Static method in class org.jets3t.service.multi.event.GetObjectHeadsEvent
 
newErrorEvent(Throwable, Object) - Static method in class org.jets3t.service.multi.event.GetObjectsEvent
 
newErrorEvent(Throwable, Object) - Static method in class org.jets3t.service.multi.event.ListObjectsEvent
 
newErrorEvent(Throwable, Object) - Static method in class org.jets3t.service.multi.event.LookupACLEvent
 
newErrorEvent(Throwable, Object) - Static method in class org.jets3t.service.multi.event.UpdateACLEvent
 
newErrorEvent(Throwable, Object) - Static method in class org.jets3t.service.multi.s3.MultipartCompletesEvent
 
newErrorEvent(Throwable, Object) - Static method in class org.jets3t.service.multi.s3.MultipartStartsEvent
 
newErrorEvent(Throwable, Object) - Static method in class org.jets3t.service.multi.s3.MultipartUploadsEvent
 
newErrorEvent(Throwable, Object) - Static method in class org.jets3t.service.multithread.CopyObjectsEvent
 
newErrorEvent(Throwable, Object) - Static method in class org.jets3t.service.multithread.CreateBucketsEvent
 
newErrorEvent(Throwable, Object) - Static method in class org.jets3t.service.multithread.CreateObjectsEvent
 
newErrorEvent(Throwable, Object) - Static method in class org.jets3t.service.multithread.DeleteObjectsEvent
 
newErrorEvent(Throwable, Object) - Static method in class org.jets3t.service.multithread.DeleteVersionedObjectsEvent
 
newErrorEvent(Throwable, Object) - Static method in class org.jets3t.service.multithread.DownloadObjectsEvent
 
newErrorEvent(Throwable, Object) - Static method in class org.jets3t.service.multithread.GetObjectHeadsEvent
 
newErrorEvent(Throwable, Object) - Static method in class org.jets3t.service.multithread.GetObjectsEvent
 
newErrorEvent(Throwable, Object) - Static method in class org.jets3t.service.multithread.ListObjectsEvent
 
newErrorEvent(Throwable, Object) - Static method in class org.jets3t.service.multithread.LookupACLEvent
 
newErrorEvent(Throwable, Object) - Static method in class org.jets3t.service.multithread.UpdateACLEvent
 
newExpiration() - Method in class org.jets3t.service.model.LifecycleConfig.Rule
 
newIgnoredErrorsEvent(ThreadWatcher, Throwable[], Object) - Static method in class org.jets3t.service.multi.event.CopyObjectsEvent
 
newIgnoredErrorsEvent(ThreadWatcher, Throwable[], Object) - Static method in class org.jets3t.service.multi.event.CreateBucketsEvent
 
newIgnoredErrorsEvent(ThreadWatcher, Throwable[], Object) - Static method in class org.jets3t.service.multi.event.CreateObjectsEvent
 
newIgnoredErrorsEvent(ThreadWatcher, Throwable[], Object) - Static method in class org.jets3t.service.multi.event.DeleteObjectsEvent
 
newIgnoredErrorsEvent(ThreadWatcher, Throwable[], Object) - Static method in class org.jets3t.service.multi.event.DownloadObjectsEvent
 
newIgnoredErrorsEvent(ThreadWatcher, Throwable[], Object) - Static method in class org.jets3t.service.multi.event.GetObjectHeadsEvent
 
newIgnoredErrorsEvent(ThreadWatcher, Throwable[], Object) - Static method in class org.jets3t.service.multi.event.GetObjectsEvent
 
newIgnoredErrorsEvent(ThreadWatcher, Throwable[], Object) - Static method in class org.jets3t.service.multi.event.ListObjectsEvent
 
newIgnoredErrorsEvent(ThreadWatcher, Throwable[], Object) - Static method in class org.jets3t.service.multi.event.LookupACLEvent
 
newIgnoredErrorsEvent(ThreadWatcher, Throwable[], Object) - Static method in class org.jets3t.service.multi.event.UpdateACLEvent
 
newIgnoredErrorsEvent(ThreadWatcher, Throwable[], Object) - Static method in class org.jets3t.service.multi.s3.MultipartCompletesEvent
 
newIgnoredErrorsEvent(ThreadWatcher, Throwable[], Object) - Static method in class org.jets3t.service.multi.s3.MultipartStartsEvent
 
newIgnoredErrorsEvent(ThreadWatcher, Throwable[], Object) - Static method in class org.jets3t.service.multi.s3.MultipartUploadsEvent
 
newIgnoredErrorsEvent(ThreadWatcher, Throwable[], Object) - Static method in class org.jets3t.service.multithread.CopyObjectsEvent
 
newIgnoredErrorsEvent(ThreadWatcher, Throwable[], Object) - Static method in class org.jets3t.service.multithread.CreateBucketsEvent
 
newIgnoredErrorsEvent(ThreadWatcher, Throwable[], Object) - Static method in class org.jets3t.service.multithread.CreateObjectsEvent
 
newIgnoredErrorsEvent(ThreadWatcher, Throwable[], Object) - Static method in class org.jets3t.service.multithread.DeleteObjectsEvent
 
newIgnoredErrorsEvent(ThreadWatcher, Throwable[], Object) - Static method in class org.jets3t.service.multithread.DeleteVersionedObjectsEvent
 
newIgnoredErrorsEvent(ThreadWatcher, Throwable[], Object) - Static method in class org.jets3t.service.multithread.DownloadObjectsEvent
 
newIgnoredErrorsEvent(ThreadWatcher, Throwable[], Object) - Static method in class org.jets3t.service.multithread.GetObjectHeadsEvent
 
newIgnoredErrorsEvent(ThreadWatcher, Throwable[], Object) - Static method in class org.jets3t.service.multithread.GetObjectsEvent
 
newIgnoredErrorsEvent(ThreadWatcher, Throwable[], Object) - Static method in class org.jets3t.service.multithread.ListObjectsEvent
 
newIgnoredErrorsEvent(ThreadWatcher, Throwable[], Object) - Static method in class org.jets3t.service.multithread.LookupACLEvent
 
newIgnoredErrorsEvent(ThreadWatcher, Throwable[], Object) - Static method in class org.jets3t.service.multithread.UpdateACLEvent
 
newInProgressEvent(ThreadWatcher, Map[], Object) - Static method in class org.jets3t.service.multi.event.CopyObjectsEvent
 
newInProgressEvent(ThreadWatcher, StorageBucket[], Object) - Static method in class org.jets3t.service.multi.event.CreateBucketsEvent
 
newInProgressEvent(ThreadWatcher, StorageObject[], Object) - Static method in class org.jets3t.service.multi.event.CreateObjectsEvent
 
newInProgressEvent(ThreadWatcher, StorageObject[], Object) - Static method in class org.jets3t.service.multi.event.DeleteObjectsEvent
 
newInProgressEvent(ThreadWatcher, StorageObject[], Object) - Static method in class org.jets3t.service.multi.event.DownloadObjectsEvent
 
newInProgressEvent(ThreadWatcher, StorageObject[], Object) - Static method in class org.jets3t.service.multi.event.GetObjectHeadsEvent
 
newInProgressEvent(ThreadWatcher, StorageObject[], Object) - Static method in class org.jets3t.service.multi.event.GetObjectsEvent
 
newInProgressEvent(ThreadWatcher, List<StorageObjectsChunk>, Object) - Static method in class org.jets3t.service.multi.event.ListObjectsEvent
 
newInProgressEvent(ThreadWatcher, StorageObject[], Object) - Static method in class org.jets3t.service.multi.event.LookupACLEvent
 
newInProgressEvent(ThreadWatcher, StorageObject[], Object) - Static method in class org.jets3t.service.multi.event.UpdateACLEvent
 
newInProgressEvent(ThreadWatcher, MultipartCompleted[], Object) - Static method in class org.jets3t.service.multi.s3.MultipartCompletesEvent
 
newInProgressEvent(ThreadWatcher, MultipartUpload[], Object) - Static method in class org.jets3t.service.multi.s3.MultipartStartsEvent
 
newInProgressEvent(ThreadWatcher, StorageObject[], Object) - Static method in class org.jets3t.service.multi.s3.MultipartUploadsEvent
 
newInProgressEvent(ThreadWatcher, Map[], Object) - Static method in class org.jets3t.service.multithread.CopyObjectsEvent
 
newInProgressEvent(ThreadWatcher, S3Bucket[], Object) - Static method in class org.jets3t.service.multithread.CreateBucketsEvent
 
newInProgressEvent(ThreadWatcher, S3Object[], Object) - Static method in class org.jets3t.service.multithread.CreateObjectsEvent
 
newInProgressEvent(ThreadWatcher, S3Object[], Object) - Static method in class org.jets3t.service.multithread.DeleteObjectsEvent
 
newInProgressEvent(ThreadWatcher, S3Version[], Object) - Static method in class org.jets3t.service.multithread.DeleteVersionedObjectsEvent
 
newInProgressEvent(ThreadWatcher, S3Object[], Object) - Static method in class org.jets3t.service.multithread.DownloadObjectsEvent
 
newInProgressEvent(ThreadWatcher, S3Object[], Object) - Static method in class org.jets3t.service.multithread.GetObjectHeadsEvent
 
newInProgressEvent(ThreadWatcher, S3Object[], Object) - Static method in class org.jets3t.service.multithread.GetObjectsEvent
 
newInProgressEvent(ThreadWatcher, List, Object) - Static method in class org.jets3t.service.multithread.ListObjectsEvent
 
newInProgressEvent(ThreadWatcher, S3Object[], Object) - Static method in class org.jets3t.service.multithread.LookupACLEvent
 
newInProgressEvent(ThreadWatcher, S3Object[], Object) - Static method in class org.jets3t.service.multithread.UpdateACLEvent
 
newInstance(HttpParams, SchemeRegistry) - Method in class org.jets3t.service.utils.RestUtils.ConnManagerFactory
 
newObject() - Method in class org.jets3t.service.impl.rest.httpclient.GoogleStorageService
 
newObject() - Method in class org.jets3t.service.impl.rest.httpclient.RestS3Service
 
newObject() - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser
 
newObject() - Method in class org.jets3t.service.StorageService
 
newOwner() - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser
 
newRule(String, String, Boolean) - Method in class org.jets3t.service.model.LifecycleConfig
 
newStartedEvent(ThreadWatcher, Object) - Static method in class org.jets3t.service.multi.event.CopyObjectsEvent
 
newStartedEvent(ThreadWatcher, Object) - Static method in class org.jets3t.service.multi.event.CreateBucketsEvent
 
newStartedEvent(ThreadWatcher, Object) - Static method in class org.jets3t.service.multi.event.CreateObjectsEvent
 
newStartedEvent(ThreadWatcher, Object) - Static method in class org.jets3t.service.multi.event.DeleteObjectsEvent
 
newStartedEvent(ThreadWatcher, Object) - Static method in class org.jets3t.service.multi.event.DownloadObjectsEvent
 
newStartedEvent(ThreadWatcher, Object) - Static method in class org.jets3t.service.multi.event.GetObjectHeadsEvent
 
newStartedEvent(ThreadWatcher, Object) - Static method in class org.jets3t.service.multi.event.GetObjectsEvent
 
newStartedEvent(ThreadWatcher, Object) - Static method in class org.jets3t.service.multi.event.ListObjectsEvent
 
newStartedEvent(ThreadWatcher, Object) - Static method in class org.jets3t.service.multi.event.LookupACLEvent
 
newStartedEvent(ThreadWatcher, Object) - Static method in class org.jets3t.service.multi.event.UpdateACLEvent
 
newStartedEvent(ThreadWatcher, Object) - Static method in class org.jets3t.service.multi.s3.MultipartCompletesEvent
 
newStartedEvent(ThreadWatcher, Object) - Static method in class org.jets3t.service.multi.s3.MultipartStartsEvent
 
newStartedEvent(ThreadWatcher, Object) - Static method in class org.jets3t.service.multi.s3.MultipartUploadsEvent
 
newStartedEvent(ThreadWatcher, Object) - Static method in class org.jets3t.service.multithread.CopyObjectsEvent
 
newStartedEvent(ThreadWatcher, Object) - Static method in class org.jets3t.service.multithread.CreateBucketsEvent
 
newStartedEvent(ThreadWatcher, Object) - Static method in class org.jets3t.service.multithread.CreateObjectsEvent
 
newStartedEvent(ThreadWatcher, Object) - Static method in class org.jets3t.service.multithread.DeleteObjectsEvent
 
newStartedEvent(ThreadWatcher, Object) - Static method in class org.jets3t.service.multithread.DeleteVersionedObjectsEvent
 
newStartedEvent(ThreadWatcher, Object) - Static method in class org.jets3t.service.multithread.DownloadObjectsEvent
 
newStartedEvent(ThreadWatcher, Object) - Static method in class org.jets3t.service.multithread.GetObjectHeadsEvent
 
newStartedEvent(ThreadWatcher, Object) - Static method in class org.jets3t.service.multithread.GetObjectsEvent
 
newStartedEvent(ThreadWatcher, Object) - Static method in class org.jets3t.service.multithread.ListObjectsEvent
 
newStartedEvent(ThreadWatcher, Object) - Static method in class org.jets3t.service.multithread.LookupACLEvent
 
newStartedEvent(ThreadWatcher, Object) - Static method in class org.jets3t.service.multithread.UpdateACLEvent
 
newTransition() - Method in class org.jets3t.service.model.LifecycleConfig.Rule
 
NO_SKIN - Static variable in class org.jets3t.gui.skins.SkinsFactory
 
normalizeUnicode(String) - Method in class org.jets3t.service.utils.FileComparer
Normalize string into "Normalization Form Canonical Decomposition" (NFD).
NOT_SORTED - Static variable in class org.jets3t.gui.TableSorter
 
NotificationConfig - Class in org.jets3t.service.model
Represents the notification configuraton of a bucket
NotificationConfig(List<NotificationConfig.TopicConfig>) - Constructor for class org.jets3t.service.model.NotificationConfig
 
NotificationConfig() - Constructor for class org.jets3t.service.model.NotificationConfig
 
NotificationConfig.TopicConfig - Class in org.jets3t.service.model
 
NotificationConfigurationHandler() - Constructor for class org.jets3t.service.impl.rest.XmlResponsesSaxParser.NotificationConfigurationHandler
 

O

OAuth2Credentials - Class in org.jets3t.service.security
Class to contain OAuth2 client credentials for authenticating against an OAuth end-point, as opposed to authenticating directly with a storage service.
OAuth2Credentials(String, String) - Constructor for class org.jets3t.service.security.OAuth2Credentials
Construct credentials.
OAuth2Credentials(String, String, String) - Constructor for class org.jets3t.service.security.OAuth2Credentials
Construct credentials, and associate them with a human-friendly name.
OAuth2Credentials(String, String, String, String) - Constructor for class org.jets3t.service.security.OAuth2Credentials
Construct credentials, and associate them with a human-friendly name.
OAuth2Credentials(OAuthUtils, String) - Constructor for class org.jets3t.service.security.OAuth2Credentials
 
OAuth2Credentials(OAuthUtils, String, String) - Constructor for class org.jets3t.service.security.OAuth2Credentials
 
OAuth2Tokens - Class in org.jets3t.service.security
Represent OAuth 2.0 access and refresh tokens, and an optional expiry date based on the expiry timeout an OAuth end-point may return.
OAuth2Tokens(String, String, Date) - Constructor for class org.jets3t.service.security.OAuth2Tokens
Store token data including the expiry date of the access token.
OAuth2Tokens(String, String) - Constructor for class org.jets3t.service.security.OAuth2Tokens
Store token data without the expiry date of the access token.
OAuthConstants - Class in org.jets3t.service.utils.oauth
OAuth constants across providers/services.
OAuthConstants() - Constructor for class org.jets3t.service.utils.oauth.OAuthConstants
 
OAuthConstants.GSOAuth2_10 - Class in org.jets3t.service.utils.oauth
Constant values applicable to the Google Storage service.
OAuthConstants.GSOAuth2_10.Endpoints - Class in org.jets3t.service.utils.oauth
 
OAuthConstants.GSOAuth2_10.GrantTypes - Class in org.jets3t.service.utils.oauth
 
OAuthConstants.GSOAuth2_10.ResponseTypes - Class in org.jets3t.service.utils.oauth
 
OAuthConstants.GSOAuth2_10.Scopes - Class in org.jets3t.service.utils.oauth
 
OAuthScope - Class in org.jets3t.service.utils.oauth
Represents an OAuth scope URI.
OAuthScope(String) - Constructor for class org.jets3t.service.utils.oauth.OAuthScope
 
OAuthUtils - Class in org.jets3t.service.utils.oauth
Utilties for obtaining OAuth authentication tokens.
OAuthUtils(OAuthUtils.OAuthImplementation, String, String, Jets3tProperties) - Constructor for class org.jets3t.service.utils.oauth.OAuthUtils
Create utility class for a given OAuth implementation that will use the given client ID and Secret.
OAuthUtils(HttpClient, OAuthUtils.OAuthImplementation, String, String) - Constructor for class org.jets3t.service.utils.oauth.OAuthUtils
Create utility class for a given OAuth implementation that will use the given client ID and Secret.
OAuthUtils(OAuthUtils.OAuthImplementation, String, String) - Constructor for class org.jets3t.service.utils.oauth.OAuthUtils
Create utility class for a given OAuth implementation that will use the given client ID and Secret.
OAuthUtils.OAuthImplementation - Enum in org.jets3t.service.utils.oauth
Which OAuth implementation to target.
object - Variable in class org.jets3t.service.multi.DownloadPackage
 
ObjectKeyAndVersion - Class in org.jets3t.service.model.container
Container for an object key name and (optional) version Id string.
ObjectKeyAndVersion(String, String) - Constructor for class org.jets3t.service.model.container.ObjectKeyAndVersion
 
ObjectKeyAndVersion(String) - Constructor for class org.jets3t.service.model.container.ObjectKeyAndVersion
 
objects - Variable in class org.jets3t.service.StorageObjectsChunk
 
ObjectsAttributesDialog - Class in org.jets3t.gui
Dialog to display detailed information about one or more S3Objects, and optionally to allow the objects metadata attributes to be modified.
ObjectsAttributesDialog(Frame, String, SkinsFactory) - Constructor for class org.jets3t.gui.ObjectsAttributesDialog
Construct a modal dialog to display the attributes for one or more objects.
ObjectTableModel - Class in org.jets3t.apps.cockpit.gui
A table model to store S3Objects.
ObjectTableModel() - Constructor for class org.jets3t.apps.cockpit.gui.ObjectTableModel
 
ObjectUtils - Class in org.jets3t.service.utils
Utility class for preparing files for upload into S3, or for download from S3.
ObjectUtils() - Constructor for class org.jets3t.service.utils.ObjectUtils
 
offset - Variable in class org.jets3t.service.io.SegmentedRepeatableFileInputStream
 
onlyOnClientKeys - Variable in class org.jets3t.service.utils.FileComparerResults
 
onlyOnServerKeys - Variable in class org.jets3t.service.utils.FileComparerResults
 
openURL(String) - Static method in class contribs.com.centerkey.utils.BareBonesBrowserLaunch
Opens the specified web page in the user's default browser
org.apache.commons.httpclient.contrib.proxy - package org.apache.commons.httpclient.contrib.proxy
A contributed module for HttpClient that provides support for HTTP Proxy detection.
org.jets3t.apps.cockpit - package org.jets3t.apps.cockpit
Provides Cockpit, a graphical Java application for viewing and managing the contents of an Amazon S3 account.
org.jets3t.apps.cockpit.gui - package org.jets3t.apps.cockpit.gui
Provides the main GUI components (dialogs and panels) for Cockpit.
org.jets3t.apps.cockpitlite - package org.jets3t.apps.cockpitlite
Provides CockpitLite, a graphical Java application for viewing and managing the contents of an Amazon S3 account, where the S3 account is not owned by the application's user directly but is made available via the Gatekeeper servlet.
org.jets3t.apps.synchronize - package org.jets3t.apps.synchronize
Provides the Synchronize application, a console application to synchronize the local file system with Amazon S3.
org.jets3t.apps.uploader - package org.jets3t.apps.uploader
Provides the Uploader application, a simple wizard-based application that S3 account holders (Service Providers) may provide to clients to allow them to upload files to S3 without requiring access to the Service Provider's S3 credentials.
org.jets3t.apps.utils - package org.jets3t.apps.utils
 
org.jets3t.gui - package org.jets3t.gui
Graphical components used by GUI JetS3t applications Cockpit and Uploader.
org.jets3t.gui.skins - package org.jets3t.gui.skins
Provides basic skinning support for Swing GUI applications.
org.jets3t.gui.skins.html - package org.jets3t.gui.skins.html
Skinning implementation to make Swing GUI applications/applets look more like a standard HTML web pages.
org.jets3t.samples - package org.jets3t.samples
Sample code fragments demonstrating how to use the JetS3t toolkit API.
org.jets3t.service - package org.jets3t.service
Provides the main S3 Service interface, on which all JetS3t REST/HTTP or SOAP implementations are based, and utilites applicable for all services.
org.jets3t.service.acl - package org.jets3t.service.acl
Access Control List (ACL) implementation classes and utilities.
org.jets3t.service.acl.gs - package org.jets3t.service.acl.gs
 
org.jets3t.service.impl.rest - package org.jets3t.service.impl.rest
Contains utilties of use to any REST/HTTP S3 Service implementations, and specifically to the HttpClient implementation provided with JetS3t.
org.jets3t.service.impl.rest.httpclient - package org.jets3t.service.impl.rest.httpclient
Provides a REST/HTTP S3 Service implementation based on the Apache HttpClient library - this implementation is the most reliable and efficient implementation provided with JetS3t.
org.jets3t.service.io - package org.jets3t.service.io
Provides IO utility classes used throughout JetS3t.
org.jets3t.service.model - package org.jets3t.service.model
Provides objects that model entities in S3 such as objects, buckets and owners.
org.jets3t.service.model.cloudfront - package org.jets3t.service.model.cloudfront
 
org.jets3t.service.model.container - package org.jets3t.service.model.container
 
org.jets3t.service.multi - package org.jets3t.service.multi
 
org.jets3t.service.multi.event - package org.jets3t.service.multi.event
 
org.jets3t.service.multi.s3 - package org.jets3t.service.multi.s3
 
org.jets3t.service.multithread - package org.jets3t.service.multithread
A multi-threading utility that manages multiple S3 interactions at once by wrapping an S3Service implementation and running this service with multiple threads.
org.jets3t.service.mx - package org.jets3t.service.mx
 
org.jets3t.service.security - package org.jets3t.service.security
Provides encryption/decryption facilities and the AWSCredentials credential container object.
org.jets3t.service.utils - package org.jets3t.service.utils
General purpose utilities used throughout the JetS3t toolkit and applications.
org.jets3t.service.utils.gatekeeper - package org.jets3t.service.utils.gatekeeper
Provides the Gatekeeper messaging components, used to represent messages compatible with the Gatekeeper message format.
org.jets3t.service.utils.oauth - package org.jets3t.service.utils.oauth
 
org.jets3t.service.utils.signedurl - package org.jets3t.service.utils.signedurl
Utility classes used when generated or applying signed URLs.
org.jets3t.servlets.gatekeeper - package 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 - package 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.
origin - Variable in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.OriginHandler
 
Origin - Class in org.jets3t.service.model.cloudfront
 
Origin(String, String) - Constructor for class org.jets3t.service.model.cloudfront.Origin
 
ORIGIN_ACCESS_IDENTITY_PREFIX - Static variable in class org.jets3t.service.CloudFrontService
 
ORIGIN_ACCESS_IDENTITY_PREFIX - Static variable in class org.jets3t.service.model.cloudfront.S3Origin
 
ORIGIN_ACCESS_IDENTITY_URI_PATH - Static variable in class org.jets3t.service.CloudFrontService
 
OriginAccessIdentity - Class in org.jets3t.service.model.cloudfront
 
OriginAccessIdentity(String, String, String) - Constructor for class org.jets3t.service.model.cloudfront.OriginAccessIdentity
 
OriginAccessIdentity(String, String, OriginAccessIdentityConfig) - Constructor for class org.jets3t.service.model.cloudfront.OriginAccessIdentity
 
OriginAccessIdentityConfig - Class in org.jets3t.service.model.cloudfront
 
OriginAccessIdentityConfig(String, String) - Constructor for class org.jets3t.service.model.cloudfront.OriginAccessIdentityConfig
 
OriginAccessIdentityConfigHandler(XMLReader) - Constructor for class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.OriginAccessIdentityConfigHandler
 
OriginAccessIdentityHandler(XMLReader) - Constructor for class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.OriginAccessIdentityHandler
 
OriginAccessIdentityListHandler(XMLReader) - Constructor for class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.OriginAccessIdentityListHandler
 
OriginHandler(XMLReader) - Constructor for class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.OriginHandler
 
OS_NAME_MAC - Static variable in class org.jets3t.apps.cockpit.Cockpit
 
outputFile - Variable in class org.jets3t.service.multi.DownloadPackage
 
outputStream - Variable in class org.jets3t.service.multi.DownloadPackage
 
OutputStreamWrapper - Interface in org.jets3t.service.io
Interface used by output streams that wrap other output streams, so that the underlying output stream can be retrieved.
owner - Variable in class org.jets3t.service.acl.AccessControlList
 
owner - Variable in class org.jets3t.service.impl.rest.AccessControlListHandler
 
OwnerHandler(XMLReader) - Constructor for class org.jets3t.service.impl.rest.XmlResponsesSaxParser.OwnerHandler
 

P

parentHandler - Variable in class org.jets3t.service.impl.rest.SimpleHandler
 
parseAccessControlListResponse(InputStream) - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser
Parses an AccessControlListHandler response XML document from an input stream.
parseAccessControlListResponse(InputStream, AccessControlListHandler) - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser
Parses an AccessControlListHandler response XML document from an input stream.
parseAwsFlavouredISO8601Date(String) - Static method in class org.jets3t.service.utils.SignatureUtils
 
parseBucketLocationResponse(InputStream) - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser
 
parseCompleteMultipartUploadResult(InputStream) - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser
 
parseCopyObjectResponse(InputStream) - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser
 
parseDistributionConfigResponse(InputStream) - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser
 
parseDistributionListResponse(InputStream) - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser
Parses a ListBucket response XML document from an input stream.
parseDistributionResponse(InputStream) - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser
 
parseEC2InstanceData(String, String, boolean) - Static method in class org.jets3t.service.security.AWSEC2IAMSessionCredentials
Parse AWS session credentials from the IAM role JSON blob returned from a lookup of the EC2 instance data service.
parseErrorResponse(InputStream) - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser
 
parseInitiateMultipartUploadResult(InputStream) - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser
 
parseInvalidationListResponse(InputStream) - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser
 
parseInvalidationResponse(InputStream) - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser
 
parseIso8601Date(String) - Static method in class org.jets3t.service.utils.ServiceUtils
 
parseLifecycleConfigurationResponse(InputStream) - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser
 
parseListBucketResponse(InputStream) - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser
Parses a ListBucket response XML document from an input stream.
parseListMultipartPartsResult(InputStream) - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser
 
parseListMultipartUploadsResult(InputStream) - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser
 
parseListMyBucketsResponse(InputStream) - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser
Parses a ListAllMyBuckets response XML document from an input stream.
parseListVersionsResponse(InputStream) - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser
 
parseLoggingStatusResponse(InputStream) - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser
Parses a LoggingStatus response XML document for a bucket from an input stream.
parseLoggingStatusResponse(InputStream, XmlResponsesSaxParser.BucketLoggingStatusHandler) - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser
Parses a LoggingStatus response XML document for a bucket from an input stream.
parseMultipartUploadPartCopyResult(InputStream) - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser
 
parseMultipleDeleteResponse(InputStream) - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser
 
parseNotificationConfigurationResponse(InputStream) - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser
 
parseOriginAccessIdentity(InputStream) - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser
 
parseOriginAccessIdentityConfig(InputStream) - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser
 
parseOriginAccessIdentityListResponse(InputStream) - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser
 
parsePermission(String) - Static method in class org.jets3t.service.acl.Permission
 
parseRequestPaymentConfigurationResponse(InputStream) - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser
 
parseRfc822Date(String) - Static method in class org.jets3t.service.utils.ServiceUtils
 
parseVersioningConfigurationResponse(InputStream) - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser
 
parseWebsiteConfigurationResponse(InputStream) - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser
 
parseWebsiteConfigurationResponse(InputStream, XmlResponsesSaxParser.WebsiteConfigurationHandler) - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser
 
parseXmlInputStream(DefaultHandler, InputStream) - Method in class org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser
Parses an XML document from an input stream using a document handler.
parseXmlInputStream(DefaultHandler, InputStream) - Method in class org.jets3t.service.impl.rest.XmlResponsesSaxParser
Parses an XML document from an input stream using a document handler.
PartialObjectListing(Map<String, StorageObject>, String) - Constructor for class org.jets3t.service.utils.FileComparer.PartialObjectListing
 
PartNumberComparator() - Constructor for class org.jets3t.service.model.MultipartPart.PartNumberComparator
 
PasswordInput - Class in org.jets3t.apps.synchronize
A utility class that gives the ability to check which java version is being used to determine whether the java.io.Console class can be utitlized to retrieve a password from a user's input.
PasswordInput() - Constructor for class org.jets3t.apps.synchronize.PasswordInput
 
performPostRequestAndParseJSONResponse(String, List<NameValuePair>) - Method in class org.jets3t.service.utils.oauth.OAuthUtils
Performs an HTTP/S POST request to a given URL with the given POST parameters and parses the response document, which must be JSON, into a Map of name/value objects.
performRequest(HttpUriRequest, int[]) - Method in class org.jets3t.service.impl.rest.httpclient.RestStorageService
 
performRequest(HttpUriRequest, int[], HttpContext) - Method in class org.jets3t.service.impl.rest.httpclient.RestStorageService
Performs an HTTP/S request by invoking the provided HttpMethod object.
performRestDelete(String, String, Map<String, String>, String, String) - Method in class org.jets3t.service.impl.rest.httpclient.RestStorageService
performRestGet(String, String, Map<String, String>, Map<String, Object>) - Method in class org.jets3t.service.impl.rest.httpclient.RestStorageService</