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

A

AbstractAtmosApi - Class in com.emc.atmos.api
 
AbstractAtmosApi(AtmosConfig) - Constructor for class com.emc.atmos.api.AbstractAtmosApi
 
AbstractConfig - Class in com.emc.atmos
Holds configuration parameters common between Atmos data and mgmt APIs.
AbstractConfig(String, URI...) - Constructor for class com.emc.atmos.AbstractConfig
 
AbstractJerseyClient<C extends AbstractConfig> - Class in com.emc.atmos
 
AbstractJerseyClient(C) - Constructor for class com.emc.atmos.AbstractJerseyClient
 
AbstractMgmtConfig - Class in com.emc.atmos.mgmt
 
AbstractMgmtConfig(String, String, URI...) - Constructor for class com.emc.atmos.mgmt.AbstractMgmtConfig
 
AbstractSubtenant - Class in com.emc.atmos.mgmt.bean
 
AbstractSubtenant() - Constructor for class com.emc.atmos.mgmt.bean.AbstractSubtenant
 
AccessToken - Class in com.emc.atmos.api.bean
 
AccessToken() - Constructor for class com.emc.atmos.api.bean.AccessToken
 
AccessTokenPolicy - Class in com.emc.atmos.api.bean
 
AccessTokenPolicy() - Constructor for class com.emc.atmos.api.bean.AccessTokenPolicy
 
AccessTokenPolicy.ContentLengthRange - Class in com.emc.atmos.api.bean
 
AccessTokenPolicy.FormField - Class in com.emc.atmos.api.bean
 
AccessTokenPolicy.Source - Class in com.emc.atmos.api.bean
 
AcdpAdminApi - Interface in com.emc.acdp.api
Interface for Atmos Cloud Delivery Platform API
AcdpAdminApiClient - Class in com.emc.acdp.api.jersey
 
AcdpAdminApiClient(AcdpAdminConfig) - Constructor for class com.emc.acdp.api.jersey.AcdpAdminApiClient
 
AcdpAdminApiClient(AcdpAdminConfig, Client) - Constructor for class com.emc.acdp.api.jersey.AcdpAdminApiClient
Note that this constructor cannot disable SSL validation, so that configuration option is ignored here.
AcdpAdminConfig - Class in com.emc.acdp.api
 
AcdpAdminConfig() - Constructor for class com.emc.acdp.api.AcdpAdminConfig
 
AcdpAdminConfig(String, String, int, String, String) - Constructor for class com.emc.acdp.api.AcdpAdminConfig
 
AcdpConfig - Class in com.emc.acdp
 
AcdpConfig() - Constructor for class com.emc.acdp.AcdpConfig
 
AcdpConfig(String, String, int, String, String) - Constructor for class com.emc.acdp.AcdpConfig
 
AcdpException - Exception in com.emc.acdp
 
AcdpException(String) - Constructor for exception com.emc.acdp.AcdpException
 
AcdpException(String, int) - Constructor for exception com.emc.acdp.AcdpException
 
AcdpException(String, int, String) - Constructor for exception com.emc.acdp.AcdpException
 
AcdpException(String, Throwable) - Constructor for exception com.emc.acdp.AcdpException
 
AcdpException(String, Throwable, int) - Constructor for exception com.emc.acdp.AcdpException
 
AcdpException(String, Throwable, int, String) - Constructor for exception com.emc.acdp.AcdpException
 
AcdpMgmtApi - Interface in com.emc.acdp.api
 
AcdpMgmtApiClient - Class in com.emc.acdp.api.jersey
 
AcdpMgmtApiClient(AcdpMgmtConfig) - Constructor for class com.emc.acdp.api.jersey.AcdpMgmtApiClient
 
AcdpMgmtApiClient(AcdpMgmtConfig, Client) - Constructor for class com.emc.acdp.api.jersey.AcdpMgmtApiClient
Note that this constructor cannot disable SSL validation, so that configuration option is ignored here.
AcdpMgmtConfig - Class in com.emc.acdp.api
 
AcdpMgmtConfig() - Constructor for class com.emc.acdp.api.AcdpMgmtConfig
 
AcdpMgmtConfig(String, String, int, String, String) - Constructor for class com.emc.acdp.api.AcdpMgmtConfig
 
Acl - Class in com.emc.atmos.api
 
Acl() - Constructor for class com.emc.atmos.api.Acl
 
Acl(Map<String, Permission>, Map<String, Permission>) - Constructor for class com.emc.atmos.api.Acl
 
acl - Variable in class com.emc.atmos.api.request.CreateAccessTokenRequest
 
acl(Acl) - Method in class com.emc.atmos.api.request.CreateAccessTokenRequest
acl - Variable in class com.emc.atmos.api.request.PutObjectRequest
 
acl(Acl) - Method in class com.emc.atmos.api.request.PutObjectRequest
addAccountAssignee(String, String, String, String, String, String, String) - Method in interface com.emc.acdp.api.AcdpAdminApi
 
addAccountAssignee(String, String, String, String, String, String, String) - Method in class com.emc.acdp.api.jersey.AcdpAdminApiClient
 
addClientFilter(ClientFilter) - Method in class com.emc.atmos.api.jersey.AtmosApiClient
Adds a ClientFilter to the Jersey client used to make REST requests.
addFeature(ServiceInformation.Feature) - Method in class com.emc.atmos.api.bean.ServiceInformation
Adds a feature to the list of supported features.
addFeatureFromHeaderName(String) - Method in class com.emc.atmos.api.bean.ServiceInformation
 
addGroupGrant(String, Permission) - Method in class com.emc.atmos.api.Acl
 
addHeaders(WebResource.Builder, Map<String, List<Object>>) - Method in class com.emc.atmos.api.jersey.AtmosApiClient
 
addUserGrant(String, Permission) - Method in class com.emc.atmos.api.Acl
 
addValue(Map<String, List<Object>>, String, Object) - Static method in class com.emc.atmos.api.RestUtil
Initializes new keys with an empty ArrayList.
adminAccountEvent(String, LifecycleEventType) - Method in interface com.emc.acdp.api.AcdpAdminApi
 
adminAccountEvent(String, LifecycleEventType) - Method in class com.emc.acdp.api.jersey.AcdpAdminApiClient
 
AdminUser - Class in com.emc.atmos.mgmt.bean
 
AdminUser() - Constructor for class com.emc.atmos.mgmt.bean.AdminUser
 
aggregateBytes() - Method in class com.emc.atmos.api.multipart.MultipartEntity
Convenience method that aggregates the bytes of all parts into one contiguous byte array.
App(Injectable<SAXParserFactory>, Providers) - Constructor for class com.emc.atmos.api.jersey.provider.MeasuredJaxbWriter.App
 
AtmosApi - Interface in com.emc.atmos.api
This interface defines the basic operations available through the Atmos REST web service.
AtmosApiBasicClient - Class in com.emc.atmos.api.jersey
Extension of AtmosApiClient that does *not* use the commons-http client and instead uses the default Jersey client (URLConnection).
AtmosApiBasicClient(AtmosConfig) - Constructor for class com.emc.atmos.api.jersey.AtmosApiBasicClient
 
AtmosApiBasicClient(AtmosConfig, List<Class<MessageBodyReader<?>>>, List<Class<MessageBodyWriter<?>>>) - Constructor for class com.emc.atmos.api.jersey.AtmosApiBasicClient
 
AtmosApiClient - Class in com.emc.atmos.api.jersey
Reference implementation of AtmosApi.
AtmosApiClient(AtmosConfig) - Constructor for class com.emc.atmos.api.jersey.AtmosApiClient
 
AtmosApiClient(AtmosConfig, List<Class<MessageBodyReader<?>>>, List<Class<MessageBodyWriter<?>>>) - Constructor for class com.emc.atmos.api.jersey.AtmosApiClient
 
AtmosApiClient(AtmosConfig, Client, Client) - Constructor for class com.emc.atmos.api.jersey.AtmosApiClient
 
AtmosConfig - Class in com.emc.atmos.api
Holds configuration parameters for an AtmosApi instance.
AtmosConfig() - Constructor for class com.emc.atmos.api.AtmosConfig
Creates a new instance with default parameters.
AtmosConfig(String, String, URI...) - Constructor for class com.emc.atmos.api.AtmosConfig
Creates a new instance with default parameters and the specified tokenId, secretKey and endpoint(s).
AtmosEncryptionClient - Class in com.emc.atmos.api.encryption
Implements client-side "Envelope Encryption" on top of the Atmos API.
AtmosEncryptionClient(AtmosApi, EncryptionConfig, CompressionConfig) - Constructor for class com.emc.atmos.api.encryption.AtmosEncryptionClient
Creates a new AtmosEncryptionClient.
AtmosEncryptionClient(AtmosApi, Collection<TransformFactory<OutputTransform, InputTransform>>) - Constructor for class com.emc.atmos.api.encryption.AtmosEncryptionClient
Creates a new AtmosEncryptionClient.
AtmosException - Exception in com.emc.atmos
 
AtmosException() - Constructor for exception com.emc.atmos.AtmosException
 
AtmosException(String) - Constructor for exception com.emc.atmos.AtmosException
 
AtmosException(String, Throwable) - Constructor for exception com.emc.atmos.AtmosException
 
AtmosException(Throwable) - Constructor for exception com.emc.atmos.AtmosException
 
AtmosException(String, int) - Constructor for exception com.emc.atmos.AtmosException
 
AtmosException(String, int, int) - Constructor for exception com.emc.atmos.AtmosException
 
AtmosException(String, int, int, Throwable) - Constructor for exception com.emc.atmos.AtmosException
 
AuthenticationSource - Enum in com.emc.atmos.mgmt.bean
 
AuthFilter - Class in com.emc.acdp.api.jersey
 
AuthFilter(AcdpConfig) - Constructor for class com.emc.acdp.api.jersey.AuthFilter
 
AuthFilter - Class in com.emc.atmos.api.jersey
 
AuthFilter(AtmosConfig) - Constructor for class com.emc.atmos.api.jersey.AuthFilter
 
AuthFilter - Class in com.emc.atmos.mgmt.jersey
 
AuthFilter(AbstractMgmtConfig) - Constructor for class com.emc.atmos.mgmt.jersey.AuthFilter
 
AUTHTYPE_PASSWORD - Static variable in class com.emc.atmos.mgmt.MgmtConstants
 
available() - Method in class com.emc.atmos.api.ChecksummedInputStream
 
available() - Method in class com.emc.atmos.api.jersey.MeasuredInputStream
 

B

BasicResponse - Class in com.emc.util
 
BasicResponse() - Constructor for class com.emc.util.BasicResponse
 
BufferSegment - Class in com.emc.atmos.api
A buffer segment is used to select a range of bytes from within an existing byte array.
BufferSegment(byte[], int, int) - Constructor for class com.emc.atmos.api.BufferSegment
Creates a new BufferSegment.
BufferSegment(byte[]) - Constructor for class com.emc.atmos.api.BufferSegment
Creates a BufferSegment that specifies the whole byte array (offset=0 and size=buffer.length).
BufferSegmentWriter - Class in com.emc.atmos.api.jersey.provider
 
BufferSegmentWriter() - Constructor for class com.emc.atmos.api.jersey.provider.BufferSegmentWriter
 
build(Request) - Method in class com.emc.atmos.api.jersey.AtmosApiClient
 
buildRequest(String, String) - Method in class com.emc.atmos.AbstractJerseyClient
 

C

calculateServerClockSkew() - Method in interface com.emc.atmos.api.AtmosApi
Calculates rough clock skew.
calculateServerClockSkew() - Method in class com.emc.atmos.api.encryption.AtmosEncryptionClient
 
calculateServerClockSkew() - Method in class com.emc.atmos.api.jersey.AtmosApiClient
 
callCount - Variable in class com.emc.atmos.StickyThreadAlgorithm
 
ChecksumAlgorithm - Enum in com.emc.atmos.api
 
ChecksumError - Exception in com.emc.atmos
 
ChecksumError(String, String, String) - Constructor for exception com.emc.atmos.ChecksumError
 
ChecksumError(String, String, String, Throwable) - Constructor for exception com.emc.atmos.ChecksumError
 
ChecksumFilter - Class in com.emc.atmos.api.jersey
 
ChecksumFilter() - Constructor for class com.emc.atmos.api.jersey.ChecksumFilter
 
ChecksummedInputStream - Class in com.emc.atmos.api
 
ChecksummedInputStream(InputStream, ChecksumValue) - Constructor for class com.emc.atmos.api.ChecksummedInputStream
 
ChecksumValue - Class in com.emc.atmos.api
Represents a checksum value.
ChecksumValue() - Constructor for class com.emc.atmos.api.ChecksumValue
 
ChecksumValueImpl - Class in com.emc.atmos.api
Represents a static checksum value.
ChecksumValueImpl(ChecksumAlgorithm, long, String) - Constructor for class com.emc.atmos.api.ChecksumValueImpl
 
ChecksumValueImpl(String) - Constructor for class com.emc.atmos.api.ChecksumValueImpl
Constructs a new checksum value from a header string of the format {algorithm}/[{offset}/]{value}, where the offset may or may not be present.
client - Variable in class com.emc.atmos.AbstractJerseyClient
 
client - Variable in class com.emc.atmos.api.jersey.AtmosApiClient
 
client100 - Variable in class com.emc.atmos.api.jersey.AtmosApiClient
 
close() - Method in class com.emc.atmos.api.ChecksummedInputStream
 
close() - Method in class com.emc.atmos.api.jersey.MeasuredInputStream
 
com.emc.acdp - package com.emc.acdp
 
com.emc.acdp.api - package com.emc.acdp.api
 
com.emc.acdp.api.jersey - package com.emc.acdp.api.jersey
 
com.emc.acdp.util - package com.emc.acdp.util
 
com.emc.atmos - package com.emc.atmos
 
com.emc.atmos.api - package com.emc.atmos.api
 
com.emc.atmos.api.bean - package com.emc.atmos.api.bean
 
com.emc.atmos.api.bean.adapter - package com.emc.atmos.api.bean.adapter
 
com.emc.atmos.api.encryption - package com.emc.atmos.api.encryption
 
com.emc.atmos.api.jersey - package com.emc.atmos.api.jersey
 
com.emc.atmos.api.jersey.provider - package com.emc.atmos.api.jersey.provider
 
com.emc.atmos.api.multipart - package com.emc.atmos.api.multipart
 
com.emc.atmos.api.request - package com.emc.atmos.api.request
 
com.emc.atmos.mgmt - package com.emc.atmos.mgmt
 
com.emc.atmos.mgmt.bean - package com.emc.atmos.mgmt.bean
 
com.emc.atmos.mgmt.jersey - package com.emc.atmos.mgmt.jersey
 
com.emc.util - package com.emc.util
 
CompressionConfig - Class in com.emc.atmos.api.encryption
Contains the configuration for compression transformation in the Atmos client.
CompressionConfig() - Constructor for class com.emc.atmos.api.encryption.CompressionConfig
Creates the default compression configuration (Deflate/5)
CompressionConfig(TransformConstants.CompressionMode, int) - Constructor for class com.emc.atmos.api.encryption.CompressionConfig
Creates the compression configuration.
config - Variable in class com.emc.atmos.AbstractJerseyClient
 
ConfigProxySelector - Class in com.emc.atmos.api.jersey
 
ConfigProxySelector(AtmosConfig) - Constructor for class com.emc.atmos.api.jersey.ConfigProxySelector
 
configureClient(Client, AcdpConfig) - Static method in class com.emc.acdp.api.jersey.JerseyUtil
Note that this method cannot disable SSL validation, so that configuration option is ignored here.
configureClient(Client, AbstractMgmtConfig) - Static method in class com.emc.atmos.mgmt.jersey.JerseyUtil
Note that this method cannot disable SSL validation, so that configuration option is ignored here.
connectFailed(URI, SocketAddress, IOException) - Method in class com.emc.atmos.api.jersey.ConfigProxySelector
 
content - Variable in class com.emc.atmos.api.request.PutObjectRequest
 
content(Object) - Method in class com.emc.atmos.api.request.PutObjectRequest
contentLength - Variable in class com.emc.atmos.api.request.PutObjectRequest
 
contentLength(long) - Method in class com.emc.atmos.api.request.PutObjectRequest
contentLength - Variable in class com.emc.util.BasicResponse
 
ContentLengthRange() - Constructor for class com.emc.atmos.api.bean.AccessTokenPolicy.ContentLengthRange
 
ContentRequest - Interface in com.emc.atmos.api.request
Represents a request that has content to send in the request body.
contentType - Variable in class com.emc.atmos.api.request.PutObjectRequest
 
contentType(String) - Method in class com.emc.atmos.api.request.PutObjectRequest
contentType - Variable in class com.emc.util.BasicResponse
 
copy(InputStream, OutputStream, long) - Static method in class com.emc.util.StreamUtil
 
createAccessToken(CreateAccessTokenRequest) - Method in interface com.emc.atmos.api.AtmosApi
Creates an anonymous access token using all of the options provided in the request object.
createAccessToken(CreateAccessTokenRequest) - Method in class com.emc.atmos.api.encryption.AtmosEncryptionClient
Access tokens are unsupported for transformed content since there is no way for the SDK to transform the content since communication goes directly to and from Atmos.
createAccessToken(CreateAccessTokenRequest) - Method in class com.emc.atmos.api.jersey.AtmosApiClient
 
CreateAccessTokenRequest - Class in com.emc.atmos.api.request
Represents a request to create an anonymous access token.
CreateAccessTokenRequest() - Constructor for class com.emc.atmos.api.request.CreateAccessTokenRequest
 
CreateAccessTokenResponse - Class in com.emc.atmos.api.bean
 
CreateAccessTokenResponse() - Constructor for class com.emc.atmos.api.bean.CreateAccessTokenResponse
 
CreateAccessTokenResponse(URL) - Constructor for class com.emc.atmos.api.bean.CreateAccessTokenResponse
 
createAccount(Account) - Method in interface com.emc.acdp.api.AcdpAdminApi
 
createAccount(String) - Method in interface com.emc.acdp.api.AcdpMgmtApi
 
createAccount(Account) - Method in class com.emc.acdp.api.jersey.AcdpAdminApiClient
 
createAccount(String) - Method in class com.emc.acdp.api.jersey.AcdpMgmtApiClient
 
createAccountInvitation(String, String, String) - Method in interface com.emc.acdp.api.AcdpAdminApi
 
createAccountInvitation(String, String, String) - Method in class com.emc.acdp.api.jersey.AcdpAdminApiClient
 
createApacheClient(AtmosConfig, boolean, List<Class<MessageBodyReader<?>>>, List<Class<MessageBodyWriter<?>>>) - Static method in class com.emc.atmos.api.jersey.JerseyApacheUtil
 
createClient(AcdpConfig) - Static method in class com.emc.acdp.api.jersey.JerseyUtil
 
createClient(C) - Method in class com.emc.atmos.AbstractJerseyClient
 
createClient(AtmosConfig) - Method in class com.emc.atmos.api.jersey.AtmosApiClient
 
createClient(AtmosConfig, List<Class<MessageBodyReader<?>>>, List<Class<MessageBodyWriter<?>>>) - Static method in class com.emc.atmos.api.jersey.JerseyUtil
 
createClient(AbstractMgmtConfig) - Static method in class com.emc.atmos.mgmt.jersey.JerseyUtil
 
createClient(SystemMgmtConfig) - Method in class com.emc.atmos.mgmt.jersey.SystemMgmtClient
 
createClient(TenantMgmtConfig) - Method in class com.emc.atmos.mgmt.jersey.TenantMgmtClient
 
createDirectory(ObjectPath) - Method in interface com.emc.atmos.api.AtmosApi
Creates a directory in the subtenant namespace using the specified path.
createDirectory(ObjectPath, Acl, Metadata...) - Method in interface com.emc.atmos.api.AtmosApi
Creates a directory in the subtenant namespace using the specified path, acl and metadata.
createDirectory(ObjectPath) - Method in class com.emc.atmos.api.encryption.AtmosEncryptionClient
 
createDirectory(ObjectPath, Acl, Metadata...) - Method in class com.emc.atmos.api.encryption.AtmosEncryptionClient
 
createDirectory(ObjectPath) - Method in class com.emc.atmos.api.jersey.AtmosApiClient
 
createDirectory(ObjectPath, Acl, Metadata...) - Method in class com.emc.atmos.api.jersey.AtmosApiClient
 
createGullibleSslContext() - Static method in class com.emc.util.SslUtil
 
createIdentity(Identity) - Method in interface com.emc.acdp.api.AcdpMgmtApi
 
createIdentity(Identity) - Method in class com.emc.acdp.api.jersey.AcdpMgmtApiClient
 
createObject(Object, String) - Method in class com.emc.atmos.api.AbstractAtmosApi
 
createObject(ObjectIdentifier, Object, String) - Method in class com.emc.atmos.api.AbstractAtmosApi
 
createObject(Object, String) - Method in interface com.emc.atmos.api.AtmosApi
Creates a new object in the cloud.
createObject(ObjectIdentifier, Object, String) - Method in interface com.emc.atmos.api.AtmosApi
Creates a new object in the cloud with the specified identifier.
createObject(CreateObjectRequest) - Method in interface com.emc.atmos.api.AtmosApi
Creates a new object in the cloud using all of the options provided in the request object.
createObject(Object, String) - Method in class com.emc.atmos.api.encryption.AtmosEncryptionClient
 
createObject(ObjectIdentifier, Object, String) - Method in class com.emc.atmos.api.encryption.AtmosEncryptionClient
 
createObject(CreateObjectRequest) - Method in class com.emc.atmos.api.encryption.AtmosEncryptionClient
 
createObject(CreateObjectRequest) - Method in class com.emc.atmos.api.jersey.AtmosApiClient
 
CreateObjectRequest - Class in com.emc.atmos.api.request
Represents a create object request.
CreateObjectRequest() - Constructor for class com.emc.atmos.api.request.CreateObjectRequest
 
CreateObjectResponse - Class in com.emc.atmos.api.bean
 
CreateObjectResponse() - Constructor for class com.emc.atmos.api.bean.CreateObjectResponse
 
createSubscription(String, String) - Method in interface com.emc.acdp.api.AcdpAdminApi
 
createSubscription(String, String) - Method in class com.emc.acdp.api.jersey.AcdpAdminApiClient
 
createSubtenant(CreateSubtenantRequest) - Method in interface com.emc.atmos.api.AtmosApi
Creates a new Atmos Subtenant in ECS.
createSubtenant(CreateSubtenantRequest) - Method in class com.emc.atmos.api.encryption.AtmosEncryptionClient
 
createSubtenant(CreateSubtenantRequest) - Method in class com.emc.atmos.api.jersey.AtmosApiClient
 
CreateSubtenantRequest - Class in com.emc.atmos.api.request
Represents a request to create a new Atmos Subtenant in EMC ECS.
CreateSubtenantRequest() - Constructor for class com.emc.atmos.api.request.CreateSubtenantRequest
 
createVersion(ObjectIdentifier) - Method in interface com.emc.atmos.api.AtmosApi
Creates a new immutable version (snapshot) of the specified object from its current state.
createVersion(ObjectIdentifier) - Method in class com.emc.atmos.api.encryption.AtmosEncryptionClient
 
createVersion(ObjectIdentifier) - Method in class com.emc.atmos.api.jersey.AtmosApiClient
 
customObjectId(String) - Method in class com.emc.atmos.api.request.CreateObjectRequest

D

date - Variable in class com.emc.util.BasicResponse
 
decodeUtf8(String) - Static method in class com.emc.util.HttpUtil
 
DEFAULT_CONTENT_TYPE - Static variable in class com.emc.atmos.api.AbstractAtmosApi
 
DEFAULT_CONTEXT - Static variable in class com.emc.atmos.api.AtmosConfig
 
delete(ObjectIdentifier) - Method in interface com.emc.atmos.api.AtmosApi
Deletes an object from the cloud
delete(ObjectIdentifier) - Method in class com.emc.atmos.api.encryption.AtmosEncryptionClient
 
delete(ObjectIdentifier) - Method in class com.emc.atmos.api.jersey.AtmosApiClient
 
deleteAccessToken(URL) - Method in class com.emc.atmos.api.AbstractAtmosApi
 
deleteAccessToken(URL) - Method in interface com.emc.atmos.api.AtmosApi
Deletes the specified access token.
deleteAccessToken(String) - Method in interface com.emc.atmos.api.AtmosApi
Deletes the specified access token.
deleteAccessToken(URL) - Method in class com.emc.atmos.api.encryption.AtmosEncryptionClient
Access tokens are unsupported for transformed content since there is no way for the SDK to transform the content since communication goes directly to and from Atmos.
deleteAccessToken(String) - Method in class com.emc.atmos.api.encryption.AtmosEncryptionClient
Access tokens are unsupported for transformed content since there is no way for the SDK to transform the content since communication goes directly to and from Atmos.
deleteAccessToken(String) - Method in class com.emc.atmos.api.jersey.AtmosApiClient
 
deleteAccount(String) - Method in interface com.emc.acdp.api.AcdpAdminApi
 
deleteAccount(String) - Method in class com.emc.acdp.api.jersey.AcdpAdminApiClient
 
deleteIdentity(String) - Method in interface com.emc.acdp.api.AcdpAdminApi
 
deleteIdentity(String) - Method in class com.emc.acdp.api.jersey.AcdpAdminApiClient
 
deleteSubscription(String, String) - Method in interface com.emc.acdp.api.AcdpAdminApi
 
deleteSubscription(String, String) - Method in class com.emc.acdp.api.jersey.AcdpAdminApiClient
 
deleteSubtenant(String) - Method in interface com.emc.atmos.api.AtmosApi
Deletes an Atmos Subtenant in ECS.
deleteSubtenant(String) - Method in class com.emc.atmos.api.encryption.AtmosEncryptionClient
 
deleteSubtenant(String) - Method in class com.emc.atmos.api.jersey.AtmosApiClient
 
deleteUserMetadata(ObjectIdentifier, String...) - Method in interface com.emc.atmos.api.AtmosApi
Deletes metadata associated with the specified object.
deleteUserMetadata(ObjectIdentifier, String...) - Method in class com.emc.atmos.api.encryption.AtmosEncryptionClient
 
deleteUserMetadata(ObjectIdentifier, String...) - Method in class com.emc.atmos.api.jersey.AtmosApiClient
 
deleteVersion(ObjectId) - Method in interface com.emc.atmos.api.AtmosApi
Deletes the specified object version.
deleteVersion(ObjectId) - Method in class com.emc.atmos.api.encryption.AtmosEncryptionClient
 
deleteVersion(ObjectId) - Method in class com.emc.atmos.api.jersey.AtmosApiClient
 
DirectoryEntry - Class in com.emc.atmos.api.bean
 
DirectoryEntry() - Constructor for class com.emc.atmos.api.bean.DirectoryEntry
 
DirectoryEntry.FileType - Enum in com.emc.atmos.api.bean
 

E

editAccountAssignee(String, String, String) - Method in interface com.emc.acdp.api.AcdpAdminApi
 
editAccountAssignee(String, String, String) - Method in class com.emc.acdp.api.jersey.AcdpAdminApiClient
 
encodeUtf8(String) - Static method in class com.emc.util.HttpUtil
 
EncryptionConfig - Class in com.emc.atmos.api.encryption
Creates an encryption configuration for use with the AtmosEncryptionClient.
EncryptionConfig(KeyStore, char[], String, Provider, int) - Constructor for class com.emc.atmos.api.encryption.EncryptionConfig
Creates a new EncryptionConfig object that will retrieve keys from a Keystore object.
EncryptionConfig(KeyPair, Set<KeyPair>, Provider, int) - Constructor for class com.emc.atmos.api.encryption.EncryptionConfig
Creates a new EncryptionConfig object that uses bare KeyPair objects.
equals(Object) - Method in class com.emc.atmos.api.Acl
 
equals(Object) - Method in class com.emc.atmos.api.bean.AccessTokenPolicy.ContentLengthRange
 
equals(Object) - Method in class com.emc.atmos.api.bean.AccessTokenPolicy
 
equals(Object) - Method in class com.emc.atmos.api.bean.AccessTokenPolicy.FormField
 
equals(Object) - Method in class com.emc.atmos.api.bean.AccessTokenPolicy.Source
 
equals(Object) - Method in class com.emc.atmos.api.bean.Metadata
 
equals(Object) - Method in class com.emc.atmos.api.bean.ObjectEntry
 
equals(Object) - Method in class com.emc.atmos.api.bean.ObjectVersion
 
equals(Object) - Method in class com.emc.atmos.api.ChecksumValue
 
equals(Object) - Method in class com.emc.atmos.api.ObjectId
 
equals(Object) - Method in class com.emc.atmos.api.ObjectKey
 
equals(Object) - Method in class com.emc.atmos.api.ObjectPath
 
equals(Object) - Method in class com.emc.atmos.api.Range
 
ErrorFilter - Class in com.emc.acdp.api.jersey
 
ErrorFilter() - Constructor for class com.emc.acdp.api.jersey.ErrorFilter
 
ErrorFilter - Class in com.emc.atmos.api.jersey
 
ErrorFilter() - Constructor for class com.emc.atmos.api.jersey.ErrorFilter
 
eTag - Variable in class com.emc.util.BasicResponse
 
execute(PreSignedRequest, Class<T>, Object) - Method in interface com.emc.atmos.api.AtmosApi
Executes a pre-signed request, sending the specified content as a body (if provided) and returning the specified resultType (if provided).
execute(PreSignedRequest, Class<T>, Object) - Method in class com.emc.atmos.api.encryption.AtmosEncryptionClient
Presigned requests are unsupported for transformed content since there is no way for the SDK to transform the content since communication may go directly to and from Atmos.
execute(PreSignedRequest, Class<T>, Object) - Method in class com.emc.atmos.api.jersey.AtmosApiClient
 
executeAndClose(WebResource.Builder, Class<R>) - Method in class com.emc.atmos.AbstractJerseyClient
 

F

fillResponse(T, ClientResponse) - Method in class com.emc.atmos.AbstractJerseyClient
Populates a response object with data from the ClientResponse.
FormField() - Constructor for class com.emc.atmos.api.bean.AccessTokenPolicy.FormField
 
fromHeaderName(String) - Static method in enum com.emc.atmos.api.bean.ServiceInformation.Feature
 
fromStream(InputStream, String) - Static method in class com.emc.atmos.api.multipart.MultipartEntity
Parses a multipart response body provided by an InputStream.

G

General(Injectable<SAXParserFactory>, Providers) - Constructor for class com.emc.atmos.api.jersey.provider.MeasuredJaxbWriter.General
 
generateHeaders(boolean) - Method in class com.emc.atmos.api.request.CreateAccessTokenRequest
 
generateHeaders(boolean) - Method in class com.emc.atmos.api.request.CreateObjectRequest
 
generateHeaders(boolean) - Method in class com.emc.atmos.api.request.CreateSubtenantRequest
 
generateHeaders(boolean) - Method in class com.emc.atmos.api.request.ListMetadataRequest
 
generateHeaders(boolean) - Method in class com.emc.atmos.api.request.ListObjectsRequest
 
generateHeaders(boolean) - Method in class com.emc.atmos.api.request.ListRequest
 
generateHeaders(boolean) - Method in class com.emc.atmos.api.request.ObjectRequest
 
generateHeaders(boolean) - Method in class com.emc.atmos.api.request.PutObjectRequest
 
generateHeaders(boolean) - Method in class com.emc.atmos.api.request.ReadObjectRequest
 
generateHeaders(boolean) - Method in class com.emc.atmos.api.request.Request
Returns the HTTP headers to send in this request, to be generated from other request properties immediately before sending.
generateHeaders(boolean) - Method in class com.emc.atmos.api.request.UpdateObjectRequest
 
GenericResponse<T> - Class in com.emc.atmos.api.bean
 
GenericResponse() - Constructor for class com.emc.atmos.api.bean.GenericResponse
 
GenericResponse(T) - Constructor for class com.emc.atmos.api.bean.GenericResponse
 
getAccessNodeList() - Method in class com.emc.atmos.mgmt.bean.PoxTenant
 
getAccessToken(URL) - Method in class com.emc.atmos.api.AbstractAtmosApi
 
getAccessToken(URL) - Method in interface com.emc.atmos.api.AtmosApi
Retrieves details about the specified access token.
getAccessToken(String) - Method in interface com.emc.atmos.api.AtmosApi
Retrieves details about the specified access token.
getAccessToken(URL) - Method in class com.emc.atmos.api.encryption.AtmosEncryptionClient
Access tokens are unsupported for transformed content since there is no way for the SDK to transform the content since communication goes directly to and from Atmos.
getAccessToken(String) - Method in class com.emc.atmos.api.encryption.AtmosEncryptionClient
Access tokens are unsupported for transformed content since there is no way for the SDK to transform the content since communication goes directly to and from Atmos.
getAccessToken(String) - Method in class com.emc.atmos.api.jersey.AtmosApiClient
 
GetAccessTokenResponse - Class in com.emc.atmos.api.bean
 
GetAccessTokenResponse() - Constructor for class com.emc.atmos.api.bean.GetAccessTokenResponse
 
GetAccessTokenResponse(AccessToken) - Constructor for class com.emc.atmos.api.bean.GetAccessTokenResponse
 
getAccount(String) - Method in interface com.emc.acdp.api.AcdpAdminApi
 
getAccount(String) - Method in class com.emc.acdp.api.jersey.AcdpAdminApiClient
 
getAccountAssignee(String, String, boolean) - Method in interface com.emc.acdp.api.AcdpAdminApi
 
getAccountAssignee(String, String, boolean) - Method in class com.emc.acdp.api.jersey.AcdpAdminApiClient
 
getAccountSubscriptions(String) - Method in interface com.emc.acdp.api.AcdpAdminApi
 
getAccountSubscriptions(String) - Method in class com.emc.acdp.api.jersey.AcdpAdminApiClient
 
getAcdpCode() - Method in exception com.emc.acdp.AcdpException
 
getAcl(ObjectIdentifier) - Method in interface com.emc.atmos.api.AtmosApi
Gets the ACL for the specified object.
getAcl() - Method in class com.emc.atmos.api.bean.GetAccessTokenResponse
 
getAcl() - Method in class com.emc.atmos.api.bean.ObjectMetadata
 
getAcl(ObjectIdentifier) - Method in class com.emc.atmos.api.encryption.AtmosEncryptionClient
 
getAcl(ObjectIdentifier) - Method in class com.emc.atmos.api.jersey.AtmosApiClient
 
getAcl() - Method in class com.emc.atmos.api.request.CreateAccessTokenRequest
Gets the ACL that will be assigned to objects created using this access token.
getAcl() - Method in class com.emc.atmos.api.request.PutObjectRequest
Returns the ACL to assign to the object.
getActualValue() - Method in exception com.emc.atmos.ChecksumError
 
getAlgorithm() - Method in class com.emc.atmos.api.ChecksumValue
 
getAlgorithm() - Method in class com.emc.atmos.api.ChecksumValueImpl
 
getAlgorithm() - Method in class com.emc.atmos.api.RunningChecksum
 
getAllowList() - Method in class com.emc.atmos.api.bean.AccessTokenPolicy.Source
 
getAtmosVersion() - Method in class com.emc.atmos.api.bean.ServiceInformation
 
getAuthenticationSource() - Method in class com.emc.atmos.mgmt.bean.AbstractSubtenant
 
getAuthenticationSource() - Method in class com.emc.atmos.mgmt.bean.AdminUser
 
getAuthenticationSource() - Method in class com.emc.atmos.mgmt.bean.PoxAdminUser
 
getAuthenticationSource() - Method in class com.emc.atmos.mgmt.bean.PoxSubtenant
 
getAuthenticationSource() - Method in class com.emc.atmos.mgmt.bean.PoxTenant
 
getAvgLoad1() - Method in class com.emc.atmos.mgmt.bean.Rmg
 
getAvgLoad15() - Method in class com.emc.atmos.mgmt.bean.Rmg
 
getAvgLoad5() - Method in class com.emc.atmos.mgmt.bean.Rmg
 
getBaseUri() - Method in class com.emc.acdp.AcdpConfig
 
getBucket() - Method in class com.emc.atmos.api.ObjectKey
 
getBuffer() - Method in class com.emc.atmos.api.BufferSegment
 
getBuffer(T, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>) - Method in class com.emc.atmos.api.jersey.provider.MeasuredMessageBodyWriter
 
getBufferSize() - Method in class com.emc.atmos.api.encryption.AtmosEncryptionClient
 
getCapacity() - Method in class com.emc.atmos.mgmt.bean.PoxTenant
 
getCapacity() - Method in class com.emc.atmos.mgmt.bean.SubtenantDetails
 
getContains() - Method in class com.emc.atmos.api.bean.AccessTokenPolicy.FormField
 
getContent() - Method in class com.emc.atmos.api.bean.GenericResponse
 
getContent(ContentRequest) - Method in class com.emc.atmos.api.jersey.AtmosApiClient
 
getContent() - Method in interface com.emc.atmos.api.request.ContentRequest
 
getContent() - Method in class com.emc.atmos.api.request.CreateAccessTokenRequest
 
getContent() - Method in class com.emc.atmos.api.request.PutObjectRequest
Returns the object content for this request.
getContentLength() - Method in interface com.emc.atmos.api.request.ContentRequest
 
getContentLength() - Method in class com.emc.atmos.api.request.CreateAccessTokenRequest
 
getContentLength() - Method in class com.emc.atmos.api.request.PutObjectRequest
Returns the content-length (byte size) for this request.
getContentLength() - Method in class com.emc.util.BasicResponse
 
getContentLengthRange() - Method in class com.emc.atmos.api.bean.AccessTokenPolicy
 
getContentRange() - Method in class com.emc.atmos.api.multipart.MultipartPart
 
getContentType() - Method in class com.emc.atmos.api.bean.ObjectMetadata
 
getContentType() - Method in class com.emc.atmos.api.multipart.MultipartPart
 
getContentType() - Method in interface com.emc.atmos.api.request.ContentRequest
 
getContentType() - Method in class com.emc.atmos.api.request.CreateAccessTokenRequest
 
getContentType() - Method in class com.emc.atmos.api.request.PreSignedRequest
Gets the content-type to use for the request.
getContentType() - Method in class com.emc.atmos.api.request.PutObjectRequest
Returns the content-type for this request.
getContentType() - Method in class com.emc.util.BasicResponse
 
getContext() - Method in class com.emc.atmos.AbstractConfig
Returns the base API context (i.e.
getCustomObjectId() - Method in class com.emc.atmos.api.request.CreateObjectRequest
 
getCustomSubtenantId() - Method in class com.emc.atmos.api.request.CreateSubtenantRequest
Gets the custom subtenant ID for this request.
getData() - Method in class com.emc.atmos.api.multipart.MultipartPart
 
getDate() - Method in class com.emc.util.BasicResponse
 
getDefaultPolicySpec() - Method in class com.emc.atmos.mgmt.bean.SubtenantDetails
 
getDelay() - Method in class com.emc.atmos.mgmt.bean.PoxRetention
 
getDeletion() - Method in class com.emc.atmos.mgmt.bean.PoxPolicy
 
getDenyList() - Method in class com.emc.atmos.api.bean.AccessTokenPolicy.Source
 
getDigestName() - Method in enum com.emc.atmos.api.ChecksumAlgorithm
 
getEmail() - Method in class com.emc.atmos.mgmt.bean.ObjectUser
 
getEndAt() - Method in class com.emc.atmos.api.bean.PolicyEvent
 
getEndpoints() - Method in class com.emc.atmos.AbstractConfig
Returns the configured endpoints.
getEndsWith() - Method in class com.emc.atmos.api.bean.AccessTokenPolicy.FormField
 
getEntries() - Method in class com.emc.atmos.api.bean.ListDirectoryResponse
 
getEntries() - Method in class com.emc.atmos.api.bean.ListObjectsResponse
 
getEq() - Method in class com.emc.atmos.api.bean.AccessTokenPolicy.FormField
 
getErrorCode() - Method in exception com.emc.atmos.AtmosException
 
getETag() - Method in class com.emc.atmos.api.bean.ObjectMetadata
Returns the ETag of the object.
getETag() - Method in class com.emc.util.BasicResponse
Returns the ETag of the response.
getExpectedValue() - Method in exception com.emc.atmos.ChecksumError
 
getExpiration() - Method in class com.emc.atmos.api.bean.AccessTokenPolicy
 
getExpiration() - Method in class com.emc.atmos.api.bean.ObjectInfo
 
getExpiration() - Method in class com.emc.atmos.api.request.PreSignedRequest
Gets the date this request expires (is no longer valid).
getExpiresAt() - Method in class com.emc.atmos.api.bean.ObjectInfo
 
getExportList() - Method in class com.emc.atmos.mgmt.bean.PoxTenant
 
getExpression() - Method in class com.emc.atmos.mgmt.bean.PoxHandler
 
getExpression() - Method in class com.emc.atmos.mgmt.bean.PoxPolicy
 
getExpression() - Method in class com.emc.atmos.mgmt.bean.PoxPolicySelector
 
getFactory() - Method in class com.emc.atmos.api.encryption.CompressionConfig
Returns the CompressionTransformFactory with the current compression configuration.
getFactory() - Method in class com.emc.atmos.api.encryption.EncryptionConfig
Returns the configured EncryptionTransformFactory.
getFeatures() - Method in class com.emc.atmos.api.bean.ServiceInformation
Gets the features advertised by the service
getFilename() - Method in class com.emc.atmos.api.bean.DirectoryEntry
 
getFilename() - Method in class com.emc.atmos.api.ObjectPath
Convenience method to return the filename of this path (the last token delimited by a slash)
getFilesystem() - Method in class com.emc.atmos.mgmt.bean.PoxAccessNode
 
getFileType() - Method in class com.emc.atmos.api.bean.DirectoryEntry
 
getFirst() - Method in class com.emc.atmos.api.Range
 
getFirstHeader(String) - Method in class com.emc.util.BasicResponse
 
getFormat() - Static method in class com.emc.atmos.api.bean.adapter.Iso8601Adapter
 
getFormFieldList() - Method in class com.emc.atmos.api.bean.AccessTokenPolicy
 
getFrom() - Method in class com.emc.atmos.api.bean.AccessTokenPolicy.ContentLengthRange
 
getGroupAcl() - Method in class com.emc.atmos.api.Acl
 
getGroupAclHeader() - Method in class com.emc.atmos.api.Acl
 
getHandle() - Method in class com.emc.atmos.mgmt.bean.PoxHandler
 
getHandleId() - Method in class com.emc.atmos.mgmt.bean.PoxHandler
 
getHandlerList() - Method in class com.emc.atmos.mgmt.bean.PoxTenant
 
getHeaderName() - Method in enum com.emc.atmos.api.bean.ServiceInformation.Feature
 
getHeaders() - Method in class com.emc.atmos.api.request.PreSignedRequest
Gets the headers to use in the request.
getHeaders() - Method in class com.emc.util.BasicResponse
 
getHost() - Method in class com.emc.acdp.AcdpConfig
 
getHttpCode() - Method in exception com.emc.acdp.AcdpException
 
getHttpCode() - Method in exception com.emc.atmos.AtmosException
 
getHttpMessage() - Method in class com.emc.util.BasicResponse
 
getHttpStatus() - Method in class com.emc.util.BasicResponse
 
getHttpURLConnection(URL) - Method in class com.emc.atmos.api.jersey.ProxyURLConnectionFactory
 
getId() - Method in class com.emc.atmos.api.bean.AccessToken
 
getId() - Method in class com.emc.atmos.api.bean.Replica
 
getId() - Method in class com.emc.atmos.api.ObjectId
 
getId() - Method in class com.emc.atmos.mgmt.bean.AbstractSubtenant
 
getId() - Method in class com.emc.atmos.mgmt.bean.PoxAccessNode
 
getId() - Method in class com.emc.atmos.mgmt.bean.PoxNfsCifsNode
 
getId() - Method in class com.emc.atmos.mgmt.bean.PoxTenant
 
getIdentifier() - Method in class com.emc.atmos.api.request.ObjectRequest
Returns the identifier of the target object for this request
getIdentity(String) - Method in interface com.emc.acdp.api.AcdpAdminApi
 
getIdentity(String) - Method in class com.emc.acdp.api.jersey.AcdpAdminApiClient
 
getIdentityAccount(String, boolean) - Method in interface com.emc.acdp.api.AcdpAdminApi
 
getIdentityAccount(String, boolean) - Method in class com.emc.acdp.api.jersey.AcdpAdminApiClient
 
getIpAddress() - Method in class com.emc.atmos.mgmt.bean.PoxExport
 
getItime() - Method in class com.emc.atmos.api.bean.ObjectVersion
 
getKey() - Method in class com.emc.atmos.api.ObjectKey
 
getKeyCreateTime() - Method in class com.emc.atmos.mgmt.bean.SharedSecret
 
getKeyExpireTime() - Method in class com.emc.atmos.mgmt.bean.SharedSecret
 
getLast() - Method in class com.emc.atmos.api.Range
 
getLastModified() - Method in class com.emc.util.BasicResponse
 
getLimit() - Method in class com.emc.atmos.api.request.ListRequest
Gets the limit (page size) for this request.
getLoadBalancingAlgorithm() - Method in class com.emc.atmos.AbstractConfig
Returns the load balancing algorithm implementation used to distribute requests between multiple endpoints.
getLocalTime() - Method in class com.emc.atmos.mgmt.bean.Rmg
 
getLocation() - Method in class com.emc.atmos.api.bean.Replica
 
getLocation() - Method in class com.emc.atmos.mgmt.bean.Node
 
getLocation() - Method in class com.emc.atmos.mgmt.bean.PoxReplica
 
getLocation() - Method in class com.emc.util.BasicResponse
 
getLocations() - Method in class com.emc.atmos.mgmt.bean.PoxReplica
 
getLoginPath() - Method in class com.emc.acdp.AcdpConfig
 
getLoginPath() - Method in class com.emc.acdp.api.AcdpAdminConfig
 
getLoginPath() - Method in class com.emc.acdp.api.AcdpMgmtConfig
 
getMatches() - Method in class com.emc.atmos.api.bean.AccessTokenPolicy.FormField
 
getMaxDownloads() - Method in class com.emc.atmos.api.bean.AccessTokenPolicy
 
getMaxRetries() - Method in class com.emc.atmos.api.AtmosConfig
Returns the maximum number of retry attempts before bubbling the exception back to calling code.
getMaxUploads() - Method in class com.emc.atmos.api.bean.AccessTokenPolicy
 
getMetadata() - Method in class com.emc.atmos.api.bean.ObjectMetadata
 
getMetadata() - Method in class com.emc.atmos.api.bean.ReadObjectResponse
 
getMetadata(boolean) - Method in class com.emc.atmos.api.bean.ReadObjectResponse
 
getMetadataName() - Method in class com.emc.atmos.api.request.ListObjectsRequest
Gets the metadata name (tag) to query.
getMethod() - Method in class com.emc.atmos.api.request.CreateAccessTokenRequest
 
getMethod() - Method in class com.emc.atmos.api.request.CreateObjectRequest
 
getMethod() - Method in class com.emc.atmos.api.request.CreateSubtenantRequest
 
getMethod() - Method in class com.emc.atmos.api.request.ListAccessTokensRequest
 
getMethod() - Method in class com.emc.atmos.api.request.ListDirectoryRequest
 
getMethod() - Method in class com.emc.atmos.api.request.ListObjectsRequest
 
getMethod() - Method in class com.emc.atmos.api.request.ListVersionsRequest
 
getMethod() - Method in class com.emc.atmos.api.request.PreSignedRequest
Gets the HTTP method of the request.
getMethod() - Method in class com.emc.atmos.api.request.ReadObjectRequest
 
getMethod() - Method in class com.emc.atmos.api.request.Request
Returns the HTTP method this request will use.
getMethod() - Method in class com.emc.atmos.api.request.UpdateObjectRequest
 
getMgmtIp() - Method in class com.emc.atmos.mgmt.bean.Node
 
getMultiSubtenantAccess() - Method in class com.emc.atmos.mgmt.bean.PoxAccessNode
 
getName() - Method in class com.emc.atmos.api.bean.AccessTokenPolicy.FormField
 
getName() - Method in class com.emc.atmos.api.bean.Metadata
 
getName() - Method in class com.emc.atmos.mgmt.bean.AbstractSubtenant
 
getName() - Method in class com.emc.atmos.mgmt.bean.AdminUser
 
getName() - Method in class com.emc.atmos.mgmt.bean.Node
 
getName() - Method in class com.emc.atmos.mgmt.bean.PoxAccessNode
 
getName() - Method in class com.emc.atmos.mgmt.bean.PoxNfsCifsNode
 
getName() - Method in class com.emc.atmos.mgmt.bean.PoxPolicy
 
getName() - Method in class com.emc.atmos.mgmt.bean.PoxPolicySelector
 
getName() - Method in class com.emc.atmos.mgmt.bean.PoxTenant
 
getName() - Method in class com.emc.atmos.mgmt.bean.Rmg
 
getNextEndpoint(URI[]) - Method in interface com.emc.atmos.LoadBalancingAlgorithm
 
getNextEndpoint(URI[]) - Method in class com.emc.atmos.RoundRobinAlgorithm
 
getNextEndpoint(URI[]) - Method in class com.emc.atmos.StickyThreadAlgorithm
 
getNfsCifsNodeList() - Method in class com.emc.atmos.mgmt.bean.PoxTenant
 
getNodes() - Method in class com.emc.atmos.mgmt.bean.ListRmgNodesResponse
 
getNodesDown() - Method in class com.emc.atmos.mgmt.bean.Rmg
 
getNodesUp() - Method in class com.emc.atmos.mgmt.bean.Rmg
 
getNumReplicas() - Method in class com.emc.atmos.api.bean.ObjectInfo
 
getObject() - Method in class com.emc.atmos.api.bean.ReadObjectResponse
 
getObjectId() - Method in class com.emc.atmos.api.bean.AccessToken
 
getObjectId() - Method in class com.emc.atmos.api.bean.CreateObjectResponse
 
getObjectId() - Method in class com.emc.atmos.api.bean.DirectoryEntry
 
getObjectId() - Method in class com.emc.atmos.api.bean.ObjectEntry
 
getObjectId() - Method in class com.emc.atmos.api.bean.ObjectInfo
 
getObjectId() - Method in class com.emc.atmos.api.request.ListVersionsRequest
Gets the target object ID for which to list versions.
getObjectInfo(ObjectIdentifier) - Method in interface com.emc.atmos.api.AtmosApi
Gets storage information for the specified object.
getObjectInfo(ObjectIdentifier) - Method in class com.emc.atmos.api.encryption.AtmosEncryptionClient
 
getObjectInfo(ObjectIdentifier) - Method in class com.emc.atmos.api.jersey.AtmosApiClient
 
getObjectMetadata(ObjectIdentifier) - Method in interface com.emc.atmos.api.AtmosApi
Gets an object's metadata, ACL and content-type all in one call.
getObjectMetadata(ObjectIdentifier) - Method in class com.emc.atmos.api.encryption.AtmosEncryptionClient
 
getObjectMetadata(ObjectIdentifier) - Method in class com.emc.atmos.api.jersey.AtmosApiClient
 
getObjectUsers() - Method in class com.emc.atmos.mgmt.bean.SubtenantDetails
 
getObjectVirtualPoolId() - Method in class com.emc.atmos.api.request.CreateSubtenantRequest
Gets the virtual pool ID for this request.
getOffset() - Method in class com.emc.atmos.api.BufferSegment
 
getOffset() - Method in class com.emc.atmos.api.ChecksumValue
 
getOffset() - Method in class com.emc.atmos.api.ChecksumValueImpl
 
getOffset() - Method in class com.emc.atmos.api.RunningChecksum
 
getOnEvent() - Method in class com.emc.atmos.mgmt.bean.PoxHandler
 
getOnEvent() - Method in class com.emc.atmos.mgmt.bean.PoxPolicySelector
 
getPassword() - Method in class com.emc.acdp.AcdpConfig
 
getPassword() - Method in class com.emc.atmos.mgmt.AbstractMgmtConfig
 
getPath() - Method in class com.emc.atmos.api.bean.AccessToken
 
getPath() - Method in class com.emc.atmos.api.ObjectPath
 
getPath() - Method in class com.emc.atmos.api.request.ListDirectoryRequest
Gets the path of the directory to list.
getPeriod() - Method in class com.emc.atmos.mgmt.bean.PoxRetention
 
getPolicies() - Method in class com.emc.atmos.mgmt.bean.ListPoliciesResponse
 
getPolicy() - Method in class com.emc.atmos.api.request.CreateAccessTokenRequest
Gets the token policy for the new access token.
getPolicyDistributionStatus() - Method in class com.emc.atmos.mgmt.bean.PoxTenant
 
getPolicyId() - Method in class com.emc.atmos.mgmt.bean.PoxPolicy
 
getPolicyList() - Method in class com.emc.atmos.mgmt.bean.PoxTenant
 
getPolicySelectorList() - Method in class com.emc.atmos.mgmt.bean.PoxTenant
 
getPort() - Method in class com.emc.acdp.AcdpConfig
 
getPoxLoginParams() - Method in class com.emc.atmos.mgmt.AbstractMgmtConfig
 
getPoxLoginParams() - Method in class com.emc.atmos.mgmt.SubTenantMgmtConfig
 
getPoxLoginParams() - Method in class com.emc.atmos.mgmt.SystemMgmtConfig
 
getPoxLoginParams() - Method in class com.emc.atmos.mgmt.TenantMgmtConfig
 
getPoxLoginPath() - Method in class com.emc.atmos.mgmt.AbstractMgmtConfig
 
getPoxLoginPath() - Method in class com.emc.atmos.mgmt.SubTenantMgmtConfig
 
getPoxLoginPath() - Method in class com.emc.atmos.mgmt.SystemMgmtConfig
 
getPoxLoginPath() - Method in class com.emc.atmos.mgmt.TenantMgmtConfig
 
getProto() - Method in class com.emc.acdp.AcdpConfig
 
getProxyPassword() - Method in class com.emc.atmos.api.AtmosConfig
Gets the password to use for the HTTP proxy
getProxyUri() - Method in class com.emc.atmos.api.AtmosConfig
Returns the HTTP proxy used for communication to Atmos
getProxyUser() - Method in class com.emc.atmos.api.AtmosConfig
Gets the username to use for the HTTP proxy
getPublicIp() - Method in class com.emc.atmos.mgmt.bean.PoxAccessNode
 
getPublicIp() - Method in class com.emc.atmos.mgmt.bean.PoxNfsCifsNode
 
getQuery() - Method in class com.emc.atmos.api.request.ListVersionsRequest
 
getQuery() - Method in class com.emc.atmos.api.request.Request
Override if a request requires a query string (i.e.
getRange() - Method in class com.emc.atmos.api.request.UpdateObjectRequest
Returns the byte range for this update request.
getRanges() - Method in class com.emc.atmos.api.request.ReadObjectRequest
Returns the list of byte ranges to read from the target object.
getRead() - Method in class com.emc.atmos.api.jersey.MeasuredInputStream
 
getRelativeResourcePath() - Method in class com.emc.atmos.api.ObjectId
 
getRelativeResourcePath() - Method in interface com.emc.atmos.api.ObjectIdentifier
Returns the service-relative resource path for this identifier (i.e.
getRelativeResourcePath() - Method in class com.emc.atmos.api.ObjectKey
 
getRelativeResourcePath() - Method in class com.emc.atmos.api.ObjectPath
 
getReplicaList() - Method in class com.emc.atmos.mgmt.bean.PoxPolicy
 
getReplicas() - Method in class com.emc.atmos.api.bean.ObjectInfo
 
getRestAuthenticationHeaders() - Method in class com.emc.atmos.mgmt.AbstractMgmtConfig
 
getRestAuthenticationHeaders() - Method in class com.emc.atmos.mgmt.SubTenantMgmtConfig
 
getRestAuthenticationHeaders() - Method in class com.emc.atmos.mgmt.SystemMgmtConfig
 
getRestAuthenticationHeaders() - Method in class com.emc.atmos.mgmt.TenantMgmtConfig
 
getRetainedUntil() - Method in class com.emc.atmos.api.bean.ObjectInfo
 
getRetention() - Method in class com.emc.atmos.api.bean.ObjectInfo
 
getRetention() - Method in class com.emc.atmos.mgmt.bean.PoxPolicy
 
getRetentionPeriod() - Method in class com.emc.atmos.api.bean.CreateObjectResponse
Note: this feature is only available on ECS 2.2+
getRetentionPeriod() - Method in class com.emc.atmos.api.bean.ObjectMetadata
Note: this feature is only available on ECS 2.2+
getRetentionPeriod() - Method in class com.emc.atmos.api.request.PutObjectRequest
Note: this feature is only available on ECS 2.2+
getRetentionPolicy() - Method in class com.emc.atmos.api.bean.CreateObjectResponse
Note: this feature is only available on ECS 2.2+
getRetentionPolicy() - Method in class com.emc.atmos.api.bean.ObjectMetadata
Note: this feature is only available on ECS 2.2+
getRetentionPolicy() - Method in class com.emc.atmos.api.request.PutObjectRequest
Note: this feature is only available on ECS 2.2+
getRetryBufferSize() - Method in class com.emc.atmos.api.AtmosConfig
Returns the buffer size used for non-repeatable object content (input streams) when retry is enabled.
getRetryDelayMillis() - Method in class com.emc.atmos.api.AtmosConfig
Returns the delay in milliseconds to wait between retry attempts.
getRmgs() - Method in class com.emc.atmos.mgmt.bean.ListRmgsResponse
 
getSecretKey() - Method in class com.emc.atmos.api.AtmosConfig
Returns the secret key as a byte array.
getSelection() - Method in class com.emc.atmos.api.bean.ObjectInfo
 
getServerChecksum() - Method in class com.emc.atmos.api.bean.ObjectMetadata
Returns the last server-generated checksum for a single update to this object.
getServerClockSkew() - Method in class com.emc.atmos.api.AtmosConfig
Returns the estimated clock skew between the local machine and the Atmos cloud (if set).
getServerGeneratedChecksum() - Method in class com.emc.atmos.api.bean.CreateObjectResponse
 
getServerGeneratedChecksum() - Method in class com.emc.atmos.api.bean.ReadObjectResponse
 
getServerGeneratedChecksumAlgorithm() - Method in class com.emc.atmos.api.request.PutObjectRequest
Gets the algorithm the Atmos server should use to generate a checksum for the content in this request.
getServiceInformation() - Method in interface com.emc.atmos.api.AtmosApi
 
getServiceInformation() - Method in class com.emc.atmos.api.encryption.AtmosEncryptionClient
 
getServiceInformation() - Method in class com.emc.atmos.api.jersey.AtmosApiClient
 
getServiceRelativePath() - Method in class com.emc.atmos.api.request.CreateAccessTokenRequest
 
getServiceRelativePath() - Method in class com.emc.atmos.api.request.CreateObjectRequest
 
getServiceRelativePath() - Method in class com.emc.atmos.api.request.CreateSubtenantRequest
 
getServiceRelativePath() - Method in class com.emc.atmos.api.request.ListAccessTokensRequest
 
getServiceRelativePath() - Method in class com.emc.atmos.api.request.ListDirectoryRequest
 
getServiceRelativePath() - Method in class com.emc.atmos.api.request.ListObjectsRequest
 
getServiceRelativePath() - Method in class com.emc.atmos.api.request.ListVersionsRequest
 
getServiceRelativePath() - Method in class com.emc.atmos.api.request.ReadObjectRequest
 
getServiceRelativePath() - Method in class com.emc.atmos.api.request.Request
Returns the service-relative path of this request (i.e.
getServiceRelativePath() - Method in class com.emc.atmos.api.request.UpdateObjectRequest
 
getSessionCookie() - Method in class com.emc.atmos.mgmt.AbstractMgmtConfig
 
getSessionToken() - Method in class com.emc.acdp.AcdpConfig
 
getShareableUrl(ObjectIdentifier, Date) - Method in class com.emc.atmos.api.AbstractAtmosApi
 
getShareableUrl(ObjectIdentifier, Date, String) - Method in class com.emc.atmos.api.AbstractAtmosApi
 
getShareableUrl(ObjectIdentifier, Date) - Method in interface com.emc.atmos.api.AtmosApi
Constructs a pre-signed URL to an object, which anyone can then use to retrieve the object.
getShareableUrl(ObjectIdentifier, Date, String) - Method in interface com.emc.atmos.api.AtmosApi
Constructs a shareable URL with a specific content-disposition.
getShareableUrl(ObjectIdentifier, Date) - Method in class com.emc.atmos.api.encryption.AtmosEncryptionClient
Getting shareable URLs for transformed content is not supported since there is no way to transform the stream since it's streamed directly from Atmos and does not go through the SDK.
getShareableUrl(ObjectIdentifier, Date, String) - Method in class com.emc.atmos.api.encryption.AtmosEncryptionClient
Getting shareable URLs for transformed content is not supported since there is no way to transform the stream since it's streamed directly from Atmos and does not go through the SDK.
getSharedSecret() - Method in class com.emc.atmos.mgmt.bean.ObjectUser
 
getSharedSecret() - Method in class com.emc.atmos.mgmt.bean.SharedSecret
 
getSharedSecret(String) - Method in class com.emc.atmos.mgmt.jersey.SubTenantMgmtClient
 
getSharedSecret(String, String) - Method in class com.emc.atmos.mgmt.jersey.TenantMgmtClient
 
getSharedSecret(String) - Method in interface com.emc.atmos.mgmt.SubTenantMgmtApi
 
getSharedSecret(String, String) - Method in interface com.emc.atmos.mgmt.TenantMgmtApi
 
getSize() - Method in class com.emc.atmos.api.BufferSegment
 
getSize() - Method in class com.emc.atmos.api.jersey.MeasuredInputStream
 
getSize(BufferSegment, Class<?>, Type, Annotation[], MediaType) - Method in class com.emc.atmos.api.jersey.provider.BufferSegmentWriter
 
getSize(MeasuredInputStream, Class<?>, Type, Annotation[], MediaType) - Method in class com.emc.atmos.api.jersey.provider.MeasuredInputStreamWriter
 
getSize(T, Class<?>, Type, Annotation[], MediaType) - Method in class com.emc.atmos.api.jersey.provider.MeasuredMessageBodyWriter
 
getSize() - Method in class com.emc.atmos.api.Range
 
getSource() - Method in class com.emc.atmos.api.bean.AccessTokenPolicy
 
getSpec() - Method in class com.emc.atmos.mgmt.bean.PoxPolicySelector
 
getStartsWith() - Method in class com.emc.atmos.api.bean.AccessTokenPolicy.FormField
 
getStatus() - Method in class com.emc.atmos.mgmt.bean.AbstractSubtenant
 
getStatus() - Method in class com.emc.atmos.mgmt.bean.ObjectUser
 
getStatus() - Method in class com.emc.atmos.mgmt.bean.PoxNfsCifsNode
 
getStatus() - Method in class com.emc.atmos.mgmt.bean.PoxTenant
 
getStorageMechanism() - Method in class com.emc.atmos.mgmt.bean.PoxReplica
 
getStorageType() - Method in class com.emc.atmos.api.bean.Replica
 
getSubscriptionUsage(String, String, Date, Date, List<String>, String) - Method in interface com.emc.acdp.api.AcdpAdminApi
 
getSubscriptionUsage(String, String, Date, Date, List<String>, String, int, int) - Method in interface com.emc.acdp.api.AcdpAdminApi
 
getSubscriptionUsage(String, String, Date, Date, List<String>, String) - Method in class com.emc.acdp.api.jersey.AcdpAdminApiClient
 
getSubscriptionUsage(String, String, Date, Date, List<String>, String, int, int) - Method in class com.emc.acdp.api.jersey.AcdpAdminApiClient
 
getSubtenant(String, String) - Method in interface com.emc.acdp.api.AcdpAdminApi
 
getSubtenant(String, String) - Method in class com.emc.acdp.api.jersey.AcdpAdminApiClient
 
getSubtenant() - Method in class com.emc.atmos.mgmt.bean.GetSubtenantResponse
 
getSubtenant(String) - Method in class com.emc.atmos.mgmt.jersey.TenantMgmtClient
 
getSubTenant() - Method in class com.emc.atmos.mgmt.SubTenantMgmtConfig
 
getSubtenant(String) - Method in interface com.emc.atmos.mgmt.TenantMgmtApi
 
getSubtenantAdminList() - Method in class com.emc.atmos.mgmt.bean.SubtenantDetails
 
getSubtenantAdminNames() - Method in class com.emc.atmos.mgmt.bean.PoxSubtenant
 
getSubtenantAdminNames() - Method in class com.emc.atmos.mgmt.bean.Subtenant
 
getSubtenantList() - Method in class com.emc.atmos.mgmt.bean.PoxTenant
 
GetSubtenantResponse - Class in com.emc.atmos.mgmt.bean
 
GetSubtenantResponse() - Constructor for class com.emc.atmos.mgmt.bean.GetSubtenantResponse
 
getSubtenants() - Method in class com.emc.atmos.mgmt.bean.ListSubtenantsResponse
 
getSystemMetadata(ObjectIdentifier, String...) - Method in interface com.emc.atmos.api.AtmosApi
Gets the system metadata associated with the specified object.
getSystemMetadata() - Method in class com.emc.atmos.api.bean.DirectoryEntry
 
getSystemMetadata() - Method in class com.emc.atmos.api.bean.ObjectEntry
 
getSystemMetadata(ObjectIdentifier, String...) - Method in class com.emc.atmos.api.encryption.AtmosEncryptionClient
 
getSystemMetadata(ObjectIdentifier, String...) - Method in class com.emc.atmos.api.jersey.AtmosApiClient
 
getSystemMetadataMap() - Method in class com.emc.atmos.api.bean.DirectoryEntry
 
getSystemMetadataMap() - Method in class com.emc.atmos.api.bean.ObjectEntry
 
getSystemMetadataNames() - Method in class com.emc.atmos.api.request.ListMetadataRequest
Gets the list of system metadata names that will be returned for each object in the list.
getTenant() - Method in class com.emc.atmos.mgmt.bean.GetTenantInfoResponse
 
getTenant() - Method in class com.emc.atmos.mgmt.TenantMgmtConfig
 
getTenantAdminList() - Method in class com.emc.atmos.mgmt.bean.PoxTenant
 
getTenantInfo() - Method in class com.emc.atmos.mgmt.jersey.TenantMgmtClient
 
getTenantInfo() - Method in interface com.emc.atmos.mgmt.TenantMgmtApi
 
GetTenantInfoResponse - Class in com.emc.atmos.mgmt.bean
 
GetTenantInfoResponse() - Constructor for class com.emc.atmos.mgmt.bean.GetTenantInfoResponse
 
getTo() - Method in class com.emc.atmos.api.bean.AccessTokenPolicy.ContentLengthRange
 
getToken() - Method in class com.emc.atmos.api.bean.GetAccessTokenResponse
 
getToken() - Method in class com.emc.atmos.api.request.ListRequest
Gets the cursor token for this request, returned in the response to indicate there is another page of results and in the request to get the next page of results.
getTokenGroupUsage(String, String, String, Date, Date, List<String>, String) - Method in interface com.emc.acdp.api.AcdpAdminApi
 
getTokenGroupUsage(String, String, String, Date, Date, List<String>, String, int, int) - Method in interface com.emc.acdp.api.AcdpAdminApi
 
getTokenGroupUsage(String, String, String, Date, Date, List<String>, String) - Method in class com.emc.acdp.api.jersey.AcdpAdminApiClient
 
getTokenGroupUsage(String, String, String, Date, Date, List<String>, String, int, int) - Method in class com.emc.acdp.api.jersey.AcdpAdminApiClient
 
getTokenId() - Method in class com.emc.atmos.api.AtmosConfig
Returns the full Atmos token ID
getTokenInformation(String, String, String, String, boolean) - Method in interface com.emc.acdp.api.AcdpAdminApi
 
getTokenInformation(String, String, String, String, boolean) - Method in class com.emc.acdp.api.jersey.AcdpAdminApiClient
 
getTokens() - Method in class com.emc.atmos.api.bean.ListAccessTokensResponse
 
getTokenUrl() - Method in class com.emc.atmos.api.bean.CreateAccessTokenResponse
 
getType() - Method in class com.emc.atmos.api.bean.Replica
 
getType() - Method in class com.emc.atmos.mgmt.bean.PoxNfsCifsNode
 
getType() - Method in class com.emc.atmos.mgmt.bean.PoxReplica
 
getUid() - Method in class com.emc.atmos.mgmt.bean.ObjectUser
 
getUids() - Method in class com.emc.atmos.mgmt.bean.ListUidsResponse
 
getUp() - Method in class com.emc.atmos.mgmt.bean.Node
 
getUrl() - Method in class com.emc.atmos.api.request.PreSignedRequest
Gets the URL of the request.
getUserAcl() - Method in class com.emc.atmos.api.Acl
 
getUserAclHeader() - Method in class com.emc.atmos.api.Acl
 
getUserMetadata(ObjectIdentifier, String...) - Method in interface com.emc.atmos.api.AtmosApi
Gets the user metadata associated with the specified object.
getUserMetadata() - Method in class com.emc.atmos.api.bean.DirectoryEntry
 
getUserMetadata() - Method in class com.emc.atmos.api.bean.ObjectEntry
 
getUserMetadata(ObjectIdentifier, String...) - Method in class com.emc.atmos.api.encryption.AtmosEncryptionClient
 
getUserMetadata(ObjectIdentifier, String...) - Method in class com.emc.atmos.api.jersey.AtmosApiClient
 
getUserMetadata() - Method in class com.emc.atmos.api.request.PutObjectRequest
Returns the user metadata to assign to the object.
getUserMetadataMap() - Method in class com.emc.atmos.api.bean.DirectoryEntry
 
getUserMetadataMap() - Method in class com.emc.atmos.api.bean.ObjectEntry
 
getUserMetadataNames(ObjectIdentifier) - Method in interface com.emc.atmos.api.AtmosApi
Lists the names of all metadata associated with the specified object.
getUserMetadataNames(ObjectIdentifier) - Method in class com.emc.atmos.api.encryption.AtmosEncryptionClient
 
getUserMetadataNames(ObjectIdentifier) - Method in class com.emc.atmos.api.jersey.AtmosApiClient
 
getUserMetadataNames() - Method in class com.emc.atmos.api.request.ListMetadataRequest
Gets the list of user metadata names that will be returned for each object in the list.
getUsername() - Method in class com.emc.acdp.AcdpConfig
 
getUsername() - Method in class com.emc.atmos.mgmt.AbstractMgmtConfig
 
getValue() - Method in class com.emc.atmos.api.bean.Metadata
 
getValue() - Method in class com.emc.atmos.api.ChecksumValue
 
getValue() - Method in class com.emc.atmos.api.ChecksumValueImpl
 
getValue() - Method in class com.emc.atmos.api.RunningChecksum
 
getVersion() - Method in class com.emc.atmos.api.bean.ServiceInformation
 
getVersionId() - Method in class com.emc.atmos.api.bean.ObjectVersion
 
getVersionIds() - Method in class com.emc.atmos.api.bean.ListVersionsResponse
 
getVersionNumber() - Method in class com.emc.atmos.api.bean.ObjectVersion
 
getVersions() - Method in class com.emc.atmos.api.bean.ListVersionsResponse
 
getWebservice() - Method in class com.emc.atmos.mgmt.bean.PoxAccessNode
 
getWsChecksum() - Method in class com.emc.atmos.api.bean.CreateObjectResponse
 
getWsChecksum() - Method in class com.emc.atmos.api.bean.ObjectMetadata
Returns the wschecksum if that feature was enabled for this object.
getWsChecksum() - Method in class com.emc.atmos.api.bean.ReadObjectResponse
 
getWsChecksum() - Method in class com.emc.atmos.api.request.PutObjectRequest
Returns the ws-checksum value to use in this request.
GROUP_OTHER - Static variable in class com.emc.atmos.api.Acl
 
gullibleManagers - Static variable in class com.emc.util.SslUtil
 
gullibleVerifier - Static variable in class com.emc.util.SslUtil
 

H

handle(ClientRequest) - Method in class com.emc.acdp.api.jersey.AuthFilter
 
handle(ClientRequest) - Method in class com.emc.acdp.api.jersey.ErrorFilter
 
handle(ClientRequest) - Method in class com.emc.atmos.api.jersey.AuthFilter
 
handle(ClientRequest) - Method in class com.emc.atmos.api.jersey.ChecksumFilter
 
handle(ClientRequest) - Method in class com.emc.atmos.api.jersey.ErrorFilter
 
handle(ClientRequest) - Method in class com.emc.atmos.api.jersey.ProxyAuthFilter
 
handle(ClientRequest) - Method in class com.emc.atmos.api.jersey.RetryFilter
 
handle(ClientRequest) - Method in class com.emc.atmos.mgmt.jersey.AuthFilter
 
handleProxyAuth(ClientRequest) - Method in class com.emc.atmos.api.jersey.ProxyAuthFilter
 
hasFeature(ServiceInformation.Feature) - Method in class com.emc.atmos.api.bean.ServiceInformation
Checks to see if a feature is supported.
hashCode() - Method in class com.emc.atmos.api.Acl
 
hashCode() - Method in class com.emc.atmos.api.bean.AccessTokenPolicy.ContentLengthRange
 
hashCode() - Method in class com.emc.atmos.api.bean.AccessTokenPolicy.FormField
 
hashCode() - Method in class com.emc.atmos.api.bean.AccessTokenPolicy
 
hashCode() - Method in class com.emc.atmos.api.bean.AccessTokenPolicy.Source
 
hashCode() - Method in class com.emc.atmos.api.bean.Metadata
 
hashCode() - Method in class com.emc.atmos.api.bean.ObjectEntry
 
hashCode() - Method in class com.emc.atmos.api.bean.ObjectVersion
 
hashCode() - Method in class com.emc.atmos.api.ChecksumValue
 
hashCode() - Method in class com.emc.atmos.api.ObjectId
 
hashCode() - Method in class com.emc.atmos.api.ObjectKey
 
hashCode() - Method in class com.emc.atmos.api.ObjectPath
 
hashCode() - Method in class com.emc.atmos.api.Range
 
HEADER_CONTENT_TYPE - Static variable in class com.emc.util.HttpUtil
 
HEADER_COOKIE - Static variable in class com.emc.util.HttpUtil
 
HEADER_DATE - Static variable in class com.emc.util.HttpUtil
 
HEADER_ETAG - Static variable in class com.emc.util.HttpUtil
 
HEADER_EXPECT - Static variable in class com.emc.util.HttpUtil
 
HEADER_LAST_MODIFIED - Static variable in class com.emc.util.HttpUtil
 
HEADER_RANGE - Static variable in class com.emc.util.HttpUtil
 
headerFormat(Date) - Static method in class com.emc.util.HttpUtil
 
headers - Variable in class com.emc.util.BasicResponse
 
httpMessage - Variable in class com.emc.util.BasicResponse
 
httpStatus - Variable in class com.emc.util.BasicResponse
 
HttpUtil - Class in com.emc.util
 
HttpUtil() - Constructor for class com.emc.util.HttpUtil
 

I

identifier - Variable in class com.emc.atmos.api.request.ObjectRequest
 
identifier(ObjectIdentifier) - Method in class com.emc.atmos.api.request.ObjectRequest
includeMetadata - Variable in class com.emc.atmos.api.request.ListMetadataRequest
 
includeMetadata(boolean) - Method in class com.emc.atmos.api.request.ListMetadataRequest
isCurrent() - Method in class com.emc.atmos.api.bean.Replica
 
isDirectory() - Method in class com.emc.atmos.api.bean.DirectoryEntry
 
isDirectory() - Method in class com.emc.atmos.api.ObjectPath
Convenience method to determine whether this path represents a directory in Atmos.
isDisableSslValidation() - Method in class com.emc.acdp.AcdpConfig
 
isDisableSslValidation() - Method in class com.emc.atmos.AbstractConfig
Returns whether SSL validation should be disabled (allowing self-signed certificates to be used for https requests).
isEnabled() - Method in class com.emc.atmos.api.bean.PolicyEvent
 
isEnableExpect100Continue() - Method in class com.emc.atmos.api.AtmosConfig
Returns whether the Expect: 100-continue header is enabled for object write requests
isEnableRetry() - Method in class com.emc.atmos.api.AtmosConfig
Returns whether 500 errors and IOExceptions should be automatically retried.
isEncodeUtf8() - Method in class com.emc.atmos.api.AtmosConfig
Gets whether UTF-8 encoding is enabled
isIncludeMetadata() - Method in class com.emc.atmos.api.request.ListMetadataRequest
Gets whether the resulting list should include metadata for each object.
isListable() - Method in class com.emc.atmos.api.bean.Metadata
 
Iso8601Adapter - Class in com.emc.atmos.api.bean.adapter
 
Iso8601Adapter() - Constructor for class com.emc.atmos.api.bean.adapter.Iso8601Adapter
 
isOptional() - Method in class com.emc.atmos.api.bean.AccessTokenPolicy.FormField
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class com.emc.atmos.api.jersey.provider.MultipartReader
 
isSecCompliant() - Method in class com.emc.atmos.mgmt.bean.SubtenantDetails
 
isSecureRequest(String, String) - Method in class com.emc.acdp.AcdpConfig
 
isSecureRequest(String, String) - Method in class com.emc.acdp.api.AcdpAdminConfig
 
isSecureRequest(String, String) - Method in class com.emc.acdp.api.AcdpMgmtConfig
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class com.emc.atmos.api.jersey.provider.BufferSegmentWriter
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class com.emc.atmos.api.jersey.provider.MeasuredInputStreamWriter
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class com.emc.atmos.api.jersey.provider.MeasuredMessageBodyWriter
 

J

JerseyApacheUtil - Class in com.emc.atmos.api.jersey
 
JerseyApacheUtil() - Constructor for class com.emc.atmos.api.jersey.JerseyApacheUtil
 
JerseyUtil - Class in com.emc.acdp.api.jersey
 
JerseyUtil - Class in com.emc.atmos.api.jersey
 
JerseyUtil - Class in com.emc.atmos.mgmt.jersey
 
join(Iterable<?>, String) - Static method in class com.emc.atmos.api.RestUtil
 

L

lastModified - Variable in class com.emc.util.BasicResponse
 
lastPathElement(String) - Static method in class com.emc.atmos.api.RestUtil
 
limit - Variable in class com.emc.atmos.api.request.ListRequest
 
limit(int) - Method in class com.emc.atmos.api.request.ListRequest
Builder method for ListRequest.setLimit(int)
listAccessTokens(ListAccessTokensRequest) - Method in interface com.emc.atmos.api.AtmosApi
Lists all access tokens owned by the user using all of the options provided in the request object.
listAccessTokens(ListAccessTokensRequest) - Method in class com.emc.atmos.api.encryption.AtmosEncryptionClient
Access tokens are unsupported for transformed content since there is no way for the SDK to transform the content since communication goes directly to and from Atmos.
listAccessTokens(ListAccessTokensRequest) - Method in class com.emc.atmos.api.jersey.AtmosApiClient
 
ListAccessTokensRequest - Class in com.emc.atmos.api.request
Represents a request to list all access tokens owned by the UID
ListAccessTokensRequest() - Constructor for class com.emc.atmos.api.request.ListAccessTokensRequest
 
ListAccessTokensResponse - Class in com.emc.atmos.api.bean
 
ListAccessTokensResponse() - Constructor for class com.emc.atmos.api.bean.ListAccessTokensResponse
 
listAccountAssignees(String, boolean) - Method in interface com.emc.acdp.api.AcdpAdminApi
 
listAccountAssignees(String, boolean) - Method in class com.emc.acdp.api.jersey.AcdpAdminApiClient
 
listAccounts(boolean) - Method in interface com.emc.acdp.api.AcdpAdminApi
 
listAccounts(boolean, int, int) - Method in interface com.emc.acdp.api.AcdpAdminApi
 
listAccounts(boolean) - Method in class com.emc.acdp.api.jersey.AcdpAdminApiClient
 
listAccounts(boolean, int, int) - Method in class com.emc.acdp.api.jersey.AcdpAdminApiClient
 
listDirectory(ListDirectoryRequest) - Method in interface com.emc.atmos.api.AtmosApi
Lists the contents of a directory in the namespace.
listDirectory(ListDirectoryRequest) - Method in class com.emc.atmos.api.encryption.AtmosEncryptionClient
 
listDirectory(ListDirectoryRequest) - Method in class com.emc.atmos.api.jersey.AtmosApiClient
 
ListDirectoryRequest - Class in com.emc.atmos.api.request
Represents a request to list all of the object under a directory in the subtenant namespace.
ListDirectoryRequest() - Constructor for class com.emc.atmos.api.request.ListDirectoryRequest
 
ListDirectoryResponse - Class in com.emc.atmos.api.bean
 
ListDirectoryResponse() - Constructor for class com.emc.atmos.api.bean.ListDirectoryResponse
 
listIdentities(boolean, boolean) - Method in interface com.emc.acdp.api.AcdpAdminApi
 
listIdentities(boolean, boolean, int, int) - Method in interface com.emc.acdp.api.AcdpAdminApi
 
listIdentities(boolean, boolean) - Method in class com.emc.acdp.api.jersey.AcdpAdminApiClient
 
listIdentities(boolean, boolean, int, int) - Method in class com.emc.acdp.api.jersey.AcdpAdminApiClient
 
listMetadata(String) - Method in interface com.emc.atmos.api.AtmosApi
Lists the children of the specified metadata path in the hierarchy of listable metadata for the subtenant.
listMetadata(String) - Method in class com.emc.atmos.api.encryption.AtmosEncryptionClient
 
listMetadata(String) - Method in class com.emc.atmos.api.jersey.AtmosApiClient
 
ListMetadataRequest<T extends ListMetadataRequest<T>> - Class in com.emc.atmos.api.request
Represents common elements of list requests that may include object metadata.
ListMetadataRequest() - Constructor for class com.emc.atmos.api.request.ListMetadataRequest
 
listObjects(ListObjectsRequest) - Method in interface com.emc.atmos.api.AtmosApi
Lists all objects that are assigned the specified listable metadata using all of the options provided in the request object.
listObjects(ListObjectsRequest) - Method in class com.emc.atmos.api.encryption.AtmosEncryptionClient
 
listObjects(ListObjectsRequest) - Method in class com.emc.atmos.api.jersey.AtmosApiClient
 
ListObjectsRequest - Class in com.emc.atmos.api.request
Represents a request to list/query the objects of a specific listable metadata name (tag).
ListObjectsRequest() - Constructor for class com.emc.atmos.api.request.ListObjectsRequest
 
ListObjectsResponse - Class in com.emc.atmos.api.bean
 
ListObjectsResponse() - Constructor for class com.emc.atmos.api.bean.ListObjectsResponse
 
listPolicies() - Method in class com.emc.atmos.mgmt.jersey.TenantMgmtClient
 
listPolicies() - Method in interface com.emc.atmos.mgmt.TenantMgmtApi
 
ListPoliciesResponse - Class in com.emc.atmos.mgmt.bean
 
ListPoliciesResponse() - Constructor for class com.emc.atmos.mgmt.bean.ListPoliciesResponse
 
ListRequest<T extends ListRequest<T>> - Class in com.emc.atmos.api.request
Common elements of a request for a list of items.
ListRequest() - Constructor for class com.emc.atmos.api.request.ListRequest
 
listRmgNodes(String) - Method in class com.emc.atmos.mgmt.jersey.SystemMgmtClient
 
listRmgNodes(String) - Method in interface com.emc.atmos.mgmt.SystemMgmtApi
 
ListRmgNodesResponse - Class in com.emc.atmos.mgmt.bean
 
ListRmgNodesResponse() - Constructor for class com.emc.atmos.mgmt.bean.ListRmgNodesResponse
 
listRmgs() - Method in class com.emc.atmos.mgmt.jersey.SystemMgmtClient
 
listRmgs() - Method in interface com.emc.atmos.mgmt.SystemMgmtApi
 
ListRmgsResponse - Class in com.emc.atmos.mgmt.bean
 
ListRmgsResponse() - Constructor for class com.emc.atmos.mgmt.bean.ListRmgsResponse
 
listSubtenants() - Method in class com.emc.atmos.mgmt.jersey.TenantMgmtClient
 
listSubtenants() - Method in interface com.emc.atmos.mgmt.TenantMgmtApi
 
ListSubtenantsResponse - Class in com.emc.atmos.mgmt.bean
 
ListSubtenantsResponse() - Constructor for class com.emc.atmos.mgmt.bean.ListSubtenantsResponse
 
listTokenGroups(String, String) - Method in interface com.emc.acdp.api.AcdpAdminApi
 
listTokenGroups(String, String, int, int) - Method in interface com.emc.acdp.api.AcdpAdminApi
 
listTokenGroups(String, String) - Method in class com.emc.acdp.api.jersey.AcdpAdminApiClient
 
listTokenGroups(String, String, int, int) - Method in class com.emc.acdp.api.jersey.AcdpAdminApiClient
 
listTokens(String, String, String) - Method in interface com.emc.acdp.api.AcdpAdminApi
 
listTokens(String, String, String, int, int) - Method in interface com.emc.acdp.api.AcdpAdminApi
 
listTokens(String, String, String) - Method in class com.emc.acdp.api.jersey.AcdpAdminApiClient
 
listTokens(String, String, String, int, int) - Method in class com.emc.acdp.api.jersey.AcdpAdminApiClient
 
listUids() - Method in class com.emc.atmos.mgmt.jersey.SubTenantMgmtClient
 
listUids(String) - Method in class com.emc.atmos.mgmt.jersey.TenantMgmtClient
 
listUids() - Method in interface com.emc.atmos.mgmt.SubTenantMgmtApi
 
listUids(String) - Method in interface com.emc.atmos.mgmt.TenantMgmtApi
 
ListUidsResponse - Class in com.emc.atmos.mgmt.bean
 
ListUidsResponse() - Constructor for class com.emc.atmos.mgmt.bean.ListUidsResponse
 
listVersions(ListVersionsRequest) - Method in interface com.emc.atmos.api.AtmosApi
Lists all versions (snapshots) of the specified object using all of the options provided in the request object.
listVersions(ListVersionsRequest) - Method in class com.emc.atmos.api.encryption.AtmosEncryptionClient
 
listVersions(ListVersionsRequest) - Method in class com.emc.atmos.api.jersey.AtmosApiClient
 
ListVersionsRequest - Class in com.emc.atmos.api.request
Represents a request to list the versions of an object.
ListVersionsRequest() - Constructor for class com.emc.atmos.api.request.ListVersionsRequest
 
ListVersionsResponse - Class in com.emc.atmos.api.bean
 
ListVersionsResponse() - Constructor for class com.emc.atmos.api.bean.ListVersionsResponse
 
LoadBalancingAlgorithm - Interface in com.emc.atmos
 
location - Variable in class com.emc.util.BasicResponse
 

M

mark(int) - Method in class com.emc.atmos.api.ChecksummedInputStream
 
mark(int) - Method in class com.emc.atmos.api.jersey.MeasuredInputStream
 
markSupported() - Method in class com.emc.atmos.api.ChecksummedInputStream
 
markSupported() - Method in class com.emc.atmos.api.jersey.MeasuredInputStream
 
marshal(Object) - Static method in class com.emc.acdp.util.XmlUtil
 
marshal(Object, OutputStream) - Static method in class com.emc.acdp.util.XmlUtil
 
marshal(Date) - Method in class com.emc.atmos.api.bean.adapter.Iso8601Adapter
We will always write in UTC with no offset, so no need for extra logic here.
marshal(ObjectId) - Method in class com.emc.atmos.api.bean.adapter.ObjectIdAdapter
 
me() - Method in class com.emc.atmos.api.request.CreateAccessTokenRequest
 
me() - Method in class com.emc.atmos.api.request.CreateObjectRequest
 
me() - Method in class com.emc.atmos.api.request.ListAccessTokensRequest
 
me() - Method in class com.emc.atmos.api.request.ListDirectoryRequest
 
me() - Method in class com.emc.atmos.api.request.ListObjectsRequest
 
me() - Method in class com.emc.atmos.api.request.ListRequest
Returns "this" in concrete implementation classes.
me() - Method in class com.emc.atmos.api.request.ListVersionsRequest
 
me() - Method in class com.emc.atmos.api.request.ObjectRequest
Returns "this" in concrete implementation classes.
me() - Method in class com.emc.atmos.api.request.ReadObjectRequest
 
me() - Method in class com.emc.atmos.api.request.UpdateObjectRequest
 
MeasuredInputStream - Class in com.emc.atmos.api.jersey
A simple delegating class to attach a size to an input stream.
MeasuredInputStream(InputStream, long) - Constructor for class com.emc.atmos.api.jersey.MeasuredInputStream
 
MeasuredInputStreamWriter - Class in com.emc.atmos.api.jersey.provider
 
MeasuredInputStreamWriter() - Constructor for class com.emc.atmos.api.jersey.provider.MeasuredInputStreamWriter
 
MeasuredJaxbWriter - Class in com.emc.atmos.api.jersey.provider
 
MeasuredJaxbWriter(MessageBodyWriter<Object>) - Constructor for class com.emc.atmos.api.jersey.provider.MeasuredJaxbWriter
 
MeasuredJaxbWriter.App - Class in com.emc.atmos.api.jersey.provider
 
MeasuredJaxbWriter.General - Class in com.emc.atmos.api.jersey.provider
 
MeasuredJaxbWriter.Text - Class in com.emc.atmos.api.jersey.provider
 
MeasuredMessageBodyWriter<T> - Class in com.emc.atmos.api.jersey.provider
Base class to disable chunked encoding in requests by always specifying an accurate byte count in getSize().
MeasuredMessageBodyWriter(MessageBodyWriter<T>) - Constructor for class com.emc.atmos.api.jersey.provider.MeasuredMessageBodyWriter
 
MeasuredStringWriter - Class in com.emc.atmos.api.jersey.provider
 
MeasuredStringWriter() - Constructor for class com.emc.atmos.api.jersey.provider.MeasuredStringWriter
 
Metadata - Class in com.emc.atmos.api.bean
 
Metadata() - Constructor for class com.emc.atmos.api.bean.Metadata
 
Metadata(String, String, boolean) - Constructor for class com.emc.atmos.api.bean.Metadata
 
METADATA_KEY_EXPIRATION_ENABLE - Static variable in class com.emc.atmos.api.RestUtil
 
METADATA_KEY_EXPIRATION_END - Static variable in class com.emc.atmos.api.RestUtil
 
METADATA_KEY_RETENTION_ENABLE - Static variable in class com.emc.atmos.api.RestUtil
 
METADATA_KEY_RETENTION_END - Static variable in class com.emc.atmos.api.RestUtil
 
metadataName(String) - Method in class com.emc.atmos.api.request.ListObjectsRequest
MgmtConstants - Class in com.emc.atmos.mgmt
 
move(ObjectPath, ObjectPath, boolean) - Method in interface com.emc.atmos.api.AtmosApi
Moves an object in the namespace to a new location.
move(ObjectPath, ObjectPath, boolean) - Method in class com.emc.atmos.api.encryption.AtmosEncryptionClient
 
move(ObjectPath, ObjectPath, boolean) - Method in class com.emc.atmos.api.jersey.AtmosApiClient
 
MultipartEntity - Class in com.emc.atmos.api.multipart
Represents a multipart response entity.
MultipartEntity(List<MultipartPart>) - Constructor for class com.emc.atmos.api.multipart.MultipartEntity
 
MultipartException - Exception in com.emc.atmos.api.multipart
 
MultipartException() - Constructor for exception com.emc.atmos.api.multipart.MultipartException
 
MultipartException(String) - Constructor for exception com.emc.atmos.api.multipart.MultipartException
 
MultipartException(String, Throwable) - Constructor for exception com.emc.atmos.api.multipart.MultipartException
 
MultipartException(Throwable) - Constructor for exception com.emc.atmos.api.multipart.MultipartException
 
MultipartPart - Class in com.emc.atmos.api.multipart
Represents one part of a multipart response.
MultipartPart(String, Range, byte[]) - Constructor for class com.emc.atmos.api.multipart.MultipartPart
 
MultipartReader - Class in com.emc.atmos.api.jersey.provider
 
MultipartReader() - Constructor for class com.emc.atmos.api.jersey.provider.MultipartReader
 

N

NO_EXCEPTIONS - Static variable in class com.emc.atmos.api.jersey.ErrorFilter
 
Node - Class in com.emc.atmos.mgmt.bean
 
Node() - Constructor for class com.emc.atmos.mgmt.bean.Node
 
normalizeSpace(String) - Static method in class com.emc.atmos.api.RestUtil
 

O

ObjectEntry - Class in com.emc.atmos.api.bean
 
ObjectEntry() - Constructor for class com.emc.atmos.api.bean.ObjectEntry
 
objectExists(ObjectIdentifier) - Method in interface com.emc.atmos.api.AtmosApi
Determines whether an object exists with the specified identifier.
objectExists(ObjectIdentifier) - Method in class com.emc.atmos.api.encryption.AtmosEncryptionClient
 
objectExists(ObjectIdentifier) - Method in class com.emc.atmos.api.jersey.AtmosApiClient
 
ObjectId - Class in com.emc.atmos.api
Represents an object ID (44+ character hexadecimal value) that is the primary identifier for an object in Atmos.
ObjectId(String) - Constructor for class com.emc.atmos.api.ObjectId
 
objectId(ObjectId) - Method in class com.emc.atmos.api.request.ListVersionsRequest
ObjectIdAdapter - Class in com.emc.atmos.api.bean.adapter
 
ObjectIdAdapter() - Constructor for class com.emc.atmos.api.bean.adapter.ObjectIdAdapter
 
ObjectIdentifier - Interface in com.emc.atmos.api
 
ObjectInfo - Class in com.emc.atmos.api.bean
 
ObjectInfo() - Constructor for class com.emc.atmos.api.bean.ObjectInfo
 
ObjectKey - Class in com.emc.atmos.api
Represents a bucket and key combination that points to an object within a subtenant.
ObjectKey(String, String) - Constructor for class com.emc.atmos.api.ObjectKey
 
ObjectMetadata - Class in com.emc.atmos.api.bean
 
ObjectMetadata() - Constructor for class com.emc.atmos.api.bean.ObjectMetadata
 
ObjectMetadata(Map<String, Metadata>, Acl, String, ChecksumValue, ChecksumValue) - Constructor for class com.emc.atmos.api.bean.ObjectMetadata
 
ObjectPath - Class in com.emc.atmos.api
Represents the full path to an object within a subtenant namespace.
ObjectPath(String) - Constructor for class com.emc.atmos.api.ObjectPath
 
ObjectPath(ObjectPath, String) - Constructor for class com.emc.atmos.api.ObjectPath
Constructs a new path underneath a parent directory.
ObjectPath(ObjectPath, DirectoryEntry) - Constructor for class com.emc.atmos.api.ObjectPath
Constructs a new path from a parent directory and (what is assumed to be) one of its directory entries.
ObjectRequest<T extends ObjectRequest<T>> - Class in com.emc.atmos.api.request
Represents an Atmos REST request dealing with a specific object.
ObjectRequest() - Constructor for class com.emc.atmos.api.request.ObjectRequest
 
ObjectUser - Class in com.emc.atmos.mgmt.bean
 
ObjectUser() - Constructor for class com.emc.atmos.mgmt.bean.ObjectUser
 
ObjectUserStatus - Enum in com.emc.atmos.mgmt.bean
 
ObjectVersion - Class in com.emc.atmos.api.bean
 
ObjectVersion() - Constructor for class com.emc.atmos.api.bean.ObjectVersion
 
ObjectVersion(int, ObjectId, Date) - Constructor for class com.emc.atmos.api.bean.ObjectVersion
 

P

PARAM_PASSWORD - Static variable in class com.emc.atmos.mgmt.MgmtConstants
 
PARAM_SUB_TENANT_NAME - Static variable in class com.emc.atmos.mgmt.MgmtConstants
 
PARAM_TENANT_NAME - Static variable in class com.emc.atmos.mgmt.MgmtConstants
 
PARAM_USERNAME - Static variable in class com.emc.atmos.mgmt.MgmtConstants
 
parseAclHeader(String) - Static method in class com.emc.atmos.api.RestUtil
 
parseMetadataHeader(String, boolean, boolean) - Static method in class com.emc.atmos.api.RestUtil
 
parseObjectId(String) - Static method in class com.emc.atmos.api.RestUtil
 
path - Variable in class com.emc.atmos.api.request.ListDirectoryRequest
 
path(ObjectPath) - Method in class com.emc.atmos.api.request.ListDirectoryRequest
Permission - Enum in com.emc.atmos.api.bean
 
policy - Variable in class com.emc.atmos.api.request.CreateAccessTokenRequest
 
policy(AccessTokenPolicy) - Method in class com.emc.atmos.api.request.CreateAccessTokenRequest
PolicyEvent - Class in com.emc.atmos.api.bean
 
PolicyEvent() - Constructor for class com.emc.atmos.api.bean.PolicyEvent
 
PoxAccessNode - Class in com.emc.atmos.mgmt.bean
 
PoxAccessNode() - Constructor for class com.emc.atmos.mgmt.bean.PoxAccessNode
 
PoxAdminUser - Class in com.emc.atmos.mgmt.bean
 
PoxAdminUser() - Constructor for class com.emc.atmos.mgmt.bean.PoxAdminUser
 
PoxExport - Class in com.emc.atmos.mgmt.bean
 
PoxExport() - Constructor for class com.emc.atmos.mgmt.bean.PoxExport
 
PoxHandler - Class in com.emc.atmos.mgmt.bean
 
PoxHandler() - Constructor for class com.emc.atmos.mgmt.bean.PoxHandler
 
PoxNfsCifsNode - Class in com.emc.atmos.mgmt.bean
 
PoxNfsCifsNode() - Constructor for class com.emc.atmos.mgmt.bean.PoxNfsCifsNode
 
PoxNfsCifsNode.Type - Enum in com.emc.atmos.mgmt.bean
 
PoxPolicy - Class in com.emc.atmos.mgmt.bean
 
PoxPolicy() - Constructor for class com.emc.atmos.mgmt.bean.PoxPolicy
 
PoxPolicySelector - Class in com.emc.atmos.mgmt.bean
 
PoxPolicySelector() - Constructor for class com.emc.atmos.mgmt.bean.PoxPolicySelector
 
PoxReplica - Class in com.emc.atmos.mgmt.bean
 
PoxReplica() - Constructor for class com.emc.atmos.mgmt.bean.PoxReplica
 
PoxRetention - Class in com.emc.atmos.mgmt.bean
 
PoxRetention() - Constructor for class com.emc.atmos.mgmt.bean.PoxRetention
 
PoxSubtenant - Class in com.emc.atmos.mgmt.bean
 
PoxSubtenant() - Constructor for class com.emc.atmos.mgmt.bean.PoxSubtenant
 
PoxTenant - Class in com.emc.atmos.mgmt.bean
 
PoxTenant() - Constructor for class com.emc.atmos.mgmt.bean.PoxTenant
 
PreSignedRequest - Class in com.emc.atmos.api.request
Represents a request that has been pre-signed and is valid until expiration.
PreSignedRequest(URL, String, String, Map<String, List<Object>>, Date) - Constructor for class com.emc.atmos.api.request.PreSignedRequest
 
preSignRequest(Request, Date) - Method in class com.emc.atmos.api.AbstractAtmosApi
 
preSignRequest(Request, Date) - Method in interface com.emc.atmos.api.AtmosApi
Pre-signs a request with a specified expiration time.
preSignRequest(Request, Date) - Method in class com.emc.atmos.api.encryption.AtmosEncryptionClient
Presigned requests are unsupported for transformed content since there is no way for the SDK to transform the content since communication may go directly to and from Atmos.
PROP_ENABLE_EXPECT_100_CONTINUE - Static variable in class com.emc.atmos.api.RestUtil
 
PROP_POX_REQUEST - Static variable in class com.emc.atmos.mgmt.jersey.AuthFilter
 
provisionSubscription(String, String, boolean) - Method in interface com.emc.acdp.api.AcdpAdminApi
 
provisionSubscription(String, String, boolean) - Method in class com.emc.acdp.api.jersey.AcdpAdminApiClient
 
ProxyAuthFilter - Class in com.emc.atmos.api.jersey
 
ProxyAuthFilter(String, String) - Constructor for class com.emc.atmos.api.jersey.ProxyAuthFilter
 
ProxyURLConnectionFactory - Class in com.emc.atmos.api.jersey
 
ProxyURLConnectionFactory(URI, String, String) - Constructor for class com.emc.atmos.api.jersey.ProxyURLConnectionFactory
 
PutObjectRequest<T extends PutObjectRequest<T>> - Class in com.emc.atmos.api.request
Represents a write object request (create or update).
PutObjectRequest() - Constructor for class com.emc.atmos.api.request.PutObjectRequest
 

R

Range - Class in com.emc.atmos.api
 
Range(long, long) - Constructor for class com.emc.atmos.api.Range
 
range - Variable in class com.emc.atmos.api.request.UpdateObjectRequest
 
range(Range) - Method in class com.emc.atmos.api.request.UpdateObjectRequest
ranges - Variable in class com.emc.atmos.api.request.ReadObjectRequest
 
ranges(Range...) - Method in class com.emc.atmos.api.request.ReadObjectRequest
read() - Method in class com.emc.atmos.api.ChecksummedInputStream
 
read(byte[]) - Method in class com.emc.atmos.api.ChecksummedInputStream
 
read(byte[], int, int) - Method in class com.emc.atmos.api.ChecksummedInputStream
 
read() - Method in class com.emc.atmos.api.jersey.MeasuredInputStream
 
read(byte[]) - Method in class com.emc.atmos.api.jersey.MeasuredInputStream
 
read(byte[], int, int) - Method in class com.emc.atmos.api.jersey.MeasuredInputStream
 
readAsBytes(InputStream) - Static method in class com.emc.util.StreamUtil
 
readAsString(InputStream) - Static method in class com.emc.util.StreamUtil
 
readFrom(Class<MultipartEntity>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class com.emc.atmos.api.jersey.provider.MultipartReader
 
readLine(InputStream) - Static method in class com.emc.util.StreamUtil
Reads from the input stream until a linefeed is encountered.
readObject(ObjectIdentifier, Class<T>) - Method in class com.emc.atmos.api.AbstractAtmosApi
 
readObject(ObjectIdentifier, Range, Class<T>) - Method in class com.emc.atmos.api.AbstractAtmosApi
 
readObject(ObjectIdentifier, Class<T>) - Method in interface com.emc.atmos.api.AtmosApi
Reads an object's entire content from the cloud.
readObject(ObjectIdentifier, Range, Class<T>) - Method in interface com.emc.atmos.api.AtmosApi
Reads an object's content from the cloud.
readObject(ReadObjectRequest, Class<T>) - Method in interface com.emc.atmos.api.AtmosApi
Reads an object's content from the cloud using all of the options provided in the request object.
readObject(ObjectIdentifier, Class<T>) - Method in class com.emc.atmos.api.encryption.AtmosEncryptionClient
 
readObject(ObjectIdentifier, Range, Class<T>) - Method in class com.emc.atmos.api.encryption.AtmosEncryptionClient
 
readObject(ReadObjectRequest, Class<T>) - Method in class com.emc.atmos.api.encryption.AtmosEncryptionClient
 
readObject(ReadObjectRequest, Class<T>) - Method in class com.emc.atmos.api.jersey.AtmosApiClient
 
ReadObjectRequest - Class in com.emc.atmos.api.request
Represents an Atmos read-object request.
ReadObjectRequest() - Constructor for class com.emc.atmos.api.request.ReadObjectRequest
 
ReadObjectResponse<T> - Class in com.emc.atmos.api.bean
 
ReadObjectResponse() - Constructor for class com.emc.atmos.api.bean.ReadObjectResponse
 
ReadObjectResponse(T) - Constructor for class com.emc.atmos.api.bean.ReadObjectResponse
 
readObjectStream(ObjectIdentifier, Range) - Method in interface com.emc.atmos.api.AtmosApi
Provides an InputStream to read an object's content from the cloud.
readObjectStream(ObjectIdentifier, Range) - Method in class com.emc.atmos.api.encryption.AtmosEncryptionClient
 
readObjectStream(ObjectIdentifier, Range) - Method in class com.emc.atmos.api.jersey.AtmosApiClient
 
rekey(ObjectIdentifier) - Method in class com.emc.atmos.api.encryption.AtmosEncryptionClient
"Rekeys" an object.
RemoveAccountAssignee(String, String) - Method in interface com.emc.acdp.api.AcdpAdminApi
 
RemoveAccountAssignee(String, String) - Method in class com.emc.acdp.api.jersey.AcdpAdminApiClient
 
removeGroupGrant(String) - Method in class com.emc.atmos.api.Acl
 
removeUserGrant(String) - Method in class com.emc.atmos.api.Acl
 
Replica - Class in com.emc.atmos.api.bean
 
Replica() - Constructor for class com.emc.atmos.api.bean.Replica
 
Request - Class in com.emc.atmos.api.request
Represents an Atmos REST request.
Request() - Constructor for class com.emc.atmos.api.request.Request
 
reset() - Method in class com.emc.atmos.api.ChecksummedInputStream
 
reset() - Method in class com.emc.atmos.api.jersey.MeasuredInputStream
 
resolveHost(String, String) - Method in class com.emc.atmos.AbstractConfig
 
resolveHostAndPath(String, String) - Method in class com.emc.atmos.AbstractConfig
Resolves a path relative to the API context.
resolvePath(String, String) - Method in class com.emc.atmos.AbstractConfig
restoreVersion(ObjectId, ObjectId) - Method in interface com.emc.atmos.api.AtmosApi
Restores the specified version (snapshot) of the specified object so that the object's current state reflects that of the version.
restoreVersion(ObjectId, ObjectId) - Method in class com.emc.atmos.api.encryption.AtmosEncryptionClient
 
restoreVersion(ObjectId, ObjectId) - Method in class com.emc.atmos.api.jersey.AtmosApiClient
 
RestUtil - Class in com.emc.atmos.api
 
retentionPeriod - Variable in class com.emc.atmos.api.request.PutObjectRequest
 
retentionPeriod(Long) - Method in class com.emc.atmos.api.request.PutObjectRequest
Note: this feature is only available on ECS 2.2+
retentionPolicy - Variable in class com.emc.atmos.api.request.PutObjectRequest
 
retentionPolicy(String) - Method in class com.emc.atmos.api.request.PutObjectRequest
Note: this feature is only available on ECS 2.2+
RetryFilter - Class in com.emc.atmos.api.jersey
 
RetryFilter(AtmosConfig) - Constructor for class com.emc.atmos.api.jersey.RetryFilter
 
Rmg - Class in com.emc.atmos.mgmt.bean
 
Rmg() - Constructor for class com.emc.atmos.mgmt.bean.Rmg
 
RoundRobinAlgorithm - Class in com.emc.atmos
Simple implementation that returns subsequent endpoints for each call.
RoundRobinAlgorithm() - Constructor for class com.emc.atmos.RoundRobinAlgorithm
 
RunningChecksum - Class in com.emc.atmos.api
Used to store, update and compute checksums
RunningChecksum(ChecksumAlgorithm) - Constructor for class com.emc.atmos.api.RunningChecksum
 

S

safeHeaderParse(String) - Static method in class com.emc.util.HttpUtil
 
select(URI) - Method in class com.emc.atmos.api.jersey.ConfigProxySelector
Very simple implementation that returns NO_PROXY for localhost and the configured proxy for anything else (no nonProxyHosts-like support).
serverGeneratedChecksumAlgorithm(ChecksumAlgorithm) - Method in class com.emc.atmos.api.request.PutObjectRequest
ServiceInformation - Class in com.emc.atmos.api.bean
Contains information from the GetServiceInformation call
ServiceInformation() - Constructor for class com.emc.atmos.api.bean.ServiceInformation
 
ServiceInformation.Feature - Enum in com.emc.atmos.api.bean
 
SESSION_COOKIE - Static variable in class com.emc.atmos.mgmt.jersey.AuthFilter
 
setAccessNodeList(List<PoxAccessNode>) - Method in class com.emc.atmos.mgmt.bean.PoxTenant
 
setAcl(ObjectIdentifier, Acl) - Method in interface com.emc.atmos.api.AtmosApi
Sets the ACL for the specified object.
setAcl(Acl) - Method in class com.emc.atmos.api.bean.ObjectMetadata
 
setAcl(ObjectIdentifier, Acl) - Method in class com.emc.atmos.api.encryption.AtmosEncryptionClient
 
setAcl(ObjectIdentifier, Acl) - Method in class com.emc.atmos.api.jersey.AtmosApiClient
 
setAcl(Acl) - Method in class com.emc.atmos.api.request.CreateAccessTokenRequest
Sets the ACL that will be assigned to objects created using this access token.
setAcl(Acl) - Method in class com.emc.atmos.api.request.PutObjectRequest
Sets the ACL to assign to the object.
setActualValue(String) - Method in exception com.emc.atmos.ChecksumError
 
setAllowList(List<String>) - Method in class com.emc.atmos.api.bean.AccessTokenPolicy.Source
 
setAuthenticationSource(AuthenticationSource) - Method in class com.emc.atmos.mgmt.bean.AbstractSubtenant
 
setAuthenticationSource(AuthenticationSource) - Method in class com.emc.atmos.mgmt.bean.AdminUser
 
setAuthenticationSource(AuthenticationSource) - Method in class com.emc.atmos.mgmt.bean.PoxAdminUser
 
setAuthenticationSource(AuthenticationSource) - Method in class com.emc.atmos.mgmt.bean.PoxSubtenant
 
setAuthenticationSource(AuthenticationSource) - Method in class com.emc.atmos.mgmt.bean.PoxTenant
 
setAvgLoad1(float) - Method in class com.emc.atmos.mgmt.bean.Rmg
 
setAvgLoad15(float) - Method in class com.emc.atmos.mgmt.bean.Rmg
 
setAvgLoad5(float) - Method in class com.emc.atmos.mgmt.bean.Rmg
 
setBuffer(byte[]) - Method in class com.emc.atmos.api.BufferSegment
 
setBufferSize(int) - Method in class com.emc.atmos.api.encryption.AtmosEncryptionClient
 
setCapacity(long) - Method in class com.emc.atmos.mgmt.bean.PoxTenant
 
setCapacity(int) - Method in class com.emc.atmos.mgmt.bean.SubtenantDetails
 
setContains(String) - Method in class com.emc.atmos.api.bean.AccessTokenPolicy.FormField
 
setContent(T) - Method in class com.emc.atmos.api.bean.GenericResponse
 
setContent(Object) - Method in class com.emc.atmos.api.request.PutObjectRequest
Sets the object content for this request.
setContentLength(long) - Method in class com.emc.atmos.api.request.PutObjectRequest
Sets the content-length (byte size) of the object content.
setContentLength(long) - Method in class com.emc.util.BasicResponse
 
setContentLengthRange(AccessTokenPolicy.ContentLengthRange) - Method in class com.emc.atmos.api.bean.AccessTokenPolicy
 
setContentType(String) - Method in class com.emc.atmos.api.bean.ObjectMetadata
 
setContentType(String) - Method in class com.emc.atmos.api.request.PutObjectRequest
Sets the content-type for this request.
setContentType(String) - Method in class com.emc.util.BasicResponse
 
setContext(String) - Method in class com.emc.atmos.AbstractConfig
Sets the base API context (i.e.
setCurrent(boolean) - Method in class com.emc.atmos.api.bean.Replica
 
setCustomObjectId(String) - Method in class com.emc.atmos.api.request.CreateObjectRequest
 
setCustomSubtenantId(String) - Method in class com.emc.atmos.api.request.CreateSubtenantRequest
Sets a custom subtenant ID for the new subtenant.
setDate(Date) - Method in class com.emc.util.BasicResponse
 
setDefaultPolicySpec(String) - Method in class com.emc.atmos.mgmt.bean.SubtenantDetails
 
setDelay(String) - Method in class com.emc.atmos.mgmt.bean.PoxRetention
 
setDeletion(String) - Method in class com.emc.atmos.mgmt.bean.PoxPolicy
 
setDenyList(List<String>) - Method in class com.emc.atmos.api.bean.AccessTokenPolicy.Source
 
setDisableSslValidation(boolean) - Method in class com.emc.acdp.AcdpConfig
 
setDisableSslValidation(boolean) - Method in class com.emc.atmos.AbstractConfig
Sets whether SSL validation should be disabled (allowing self-signed certificates to be used for https requests).
setEmail(String) - Method in class com.emc.atmos.mgmt.bean.ObjectUser
 
setEnabled(boolean) - Method in class com.emc.atmos.api.bean.PolicyEvent
 
setEnableExpect100Continue(boolean) - Method in class com.emc.atmos.api.AtmosConfig
Sets whether the Expect: 100-continue header should be used for object write requests.
setEnableRetry(boolean) - Method in class com.emc.atmos.api.AtmosConfig
Sets whether 500 errors and IOExceptions should be automatically retried.
setEncodeUtf8(boolean) - Method in class com.emc.atmos.api.AtmosConfig
Sets whether to encode metadata and keys using HTTP UTF-8 escape sequences to allow extended character use.
setEndAt(Date) - Method in class com.emc.atmos.api.bean.PolicyEvent
 
setEndpoints(URI[]) - Method in class com.emc.atmos.AbstractConfig
Sets the configured endpoints.
setEndsWith(String) - Method in class com.emc.atmos.api.bean.AccessTokenPolicy.FormField
 
setEntries(List<DirectoryEntry>) - Method in class com.emc.atmos.api.bean.ListDirectoryResponse
 
setEntries(List<ObjectEntry>) - Method in class com.emc.atmos.api.bean.ListObjectsResponse
 
setEq(String) - Method in class com.emc.atmos.api.bean.AccessTokenPolicy.FormField
 
setErrorCode(int) - Method in exception com.emc.atmos.AtmosException
 
setETag(String) - Method in class com.emc.atmos.api.bean.ObjectMetadata
 
setETag(String) - Method in class com.emc.util.BasicResponse
 
setExpectedValue(String) - Method in exception com.emc.atmos.ChecksumError
 
setExpiration(Date) - Method in class com.emc.atmos.api.bean.AccessTokenPolicy
 
setExpiration(PolicyEvent) - Method in class com.emc.atmos.api.bean.ObjectInfo
 
setExportList(List<PoxExport>) - Method in class com.emc.atmos.mgmt.bean.PoxTenant
 
setExpression(String) - Method in class com.emc.atmos.mgmt.bean.PoxHandler
 
setExpression(String) - Method in class com.emc.atmos.mgmt.bean.PoxPolicy
 
setExpression(String) - Method in class com.emc.atmos.mgmt.bean.PoxPolicySelector
 
setFilename(String) - Method in class com.emc.atmos.api.bean.DirectoryEntry
 
setFilesystem(String) - Method in class com.emc.atmos.mgmt.bean.PoxAccessNode
 
setFileType(DirectoryEntry.FileType) - Method in class com.emc.atmos.api.bean.DirectoryEntry
 
setFormFieldList(List<AccessTokenPolicy.FormField>) - Method in class com.emc.atmos.api.bean.AccessTokenPolicy
 
setFrom(int) - Method in class com.emc.atmos.api.bean.AccessTokenPolicy.ContentLengthRange
 
setGroupAcl(Map<String, Permission>) - Method in class com.emc.atmos.api.Acl
 
setHandle(String) - Method in class com.emc.atmos.mgmt.bean.PoxHandler
 
setHandleId(String) - Method in class com.emc.atmos.mgmt.bean.PoxHandler
 
setHandlerList(List<PoxHandler>) - Method in class com.emc.atmos.mgmt.bean.PoxTenant
 
setHeaders(Map<String, List<String>>) - Method in class com.emc.util.BasicResponse
 
setHost(String) - Method in class com.emc.acdp.AcdpConfig
 
setHttpCode(int) - Method in exception com.emc.atmos.AtmosException
 
setHttpMessage(String) - Method in class com.emc.util.BasicResponse
 
setHttpStatus(int) - Method in class com.emc.util.BasicResponse
 
setId(String) - Method in class com.emc.atmos.api.bean.AccessToken
 
setId(int) - Method in class com.emc.atmos.api.bean.Replica
 
setId(String) - Method in class com.emc.atmos.mgmt.bean.AbstractSubtenant
 
setId(String) - Method in class com.emc.atmos.mgmt.bean.PoxAccessNode
 
setId(String) - Method in class com.emc.atmos.mgmt.bean.PoxNfsCifsNode
 
setId(String) - Method in class com.emc.atmos.mgmt.bean.PoxTenant
 
setIdentifier(ObjectIdentifier) - Method in class com.emc.atmos.api.request.ObjectRequest
Sets the identifier of the target object for this request.
setIncludeMetadata(boolean) - Method in class com.emc.atmos.api.request.ListMetadataRequest
Sets whether the resulting list should include metadata for each object.
setIpAddress(String) - Method in class com.emc.atmos.mgmt.bean.PoxExport
 
setItime(Date) - Method in class com.emc.atmos.api.bean.ObjectVersion
 
setKeyCreateTime(String) - Method in class com.emc.atmos.mgmt.bean.SharedSecret
 
setKeyExpireTime(String) - Method in class com.emc.atmos.mgmt.bean.SharedSecret
 
setLastModified(Date) - Method in class com.emc.util.BasicResponse
 
setLimit(int) - Method in class com.emc.atmos.api.request.ListRequest
Sets the limit (page size) for this request.
setListable(boolean) - Method in class com.emc.atmos.api.bean.Metadata
 
setLoadBalancingAlgorithm(LoadBalancingAlgorithm) - Method in class com.emc.atmos.AbstractConfig
Sets the load balancing algorithm implementation used to distribute requests between multiple endpoints.
setLocalTime(String) - Method in class com.emc.atmos.mgmt.bean.Rmg
 
setLocation(String) - Method in class com.emc.atmos.api.bean.Replica
 
setLocation(String) - Method in class com.emc.atmos.mgmt.bean.Node
 
setLocation(String) - Method in class com.emc.atmos.mgmt.bean.PoxReplica
 
setLocation(String) - Method in class com.emc.util.BasicResponse
 
setLocations(String) - Method in class com.emc.atmos.mgmt.bean.PoxReplica
 
setMatches(String) - Method in class com.emc.atmos.api.bean.AccessTokenPolicy.FormField
 
setMaxDownloads(int) - Method in class com.emc.atmos.api.bean.AccessTokenPolicy
 
setMaxRetries(int) - Method in class com.emc.atmos.api.AtmosConfig
Sets the maximum number of retry attempts before bubbling the exception back to calling code.
setMaxUploads(int) - Method in class com.emc.atmos.api.bean.AccessTokenPolicy
 
setMetadata(Map<String, Metadata>) - Method in class com.emc.atmos.api.bean.ObjectMetadata
 
setMetadataName(String) - Method in class com.emc.atmos.api.request.ListObjectsRequest
Sets the metadata name (tag) to query.
setMgmtIp(String) - Method in class com.emc.atmos.mgmt.bean.Node
 
setMultiSubtenantAccess(String) - Method in class com.emc.atmos.mgmt.bean.PoxAccessNode
 
setName(String) - Method in class com.emc.atmos.api.bean.AccessTokenPolicy.FormField
 
setName(String) - Method in class com.emc.atmos.api.bean.Metadata
 
setName(String) - Method in class com.emc.atmos.mgmt.bean.AbstractSubtenant
 
setName(String) - Method in class com.emc.atmos.mgmt.bean.AdminUser
 
setName(String) - Method in class com.emc.atmos.mgmt.bean.Node
 
setName(String) - Method in class com.emc.atmos.mgmt.bean.PoxAccessNode
 
setName(String) - Method in class com.emc.atmos.mgmt.bean.PoxNfsCifsNode
 
setName(String) - Method in class com.emc.atmos.mgmt.bean.PoxPolicy
 
setName(String) - Method in class com.emc.atmos.mgmt.bean.PoxPolicySelector
 
setName(String) - Method in class com.emc.atmos.mgmt.bean.PoxTenant
 
setName(String) - Method in class com.emc.atmos.mgmt.bean.Rmg
 
setNfsCifsNodeList(List<PoxNfsCifsNode>) - Method in class com.emc.atmos.mgmt.bean.PoxTenant
 
setNodes(List<Node>) - Method in class com.emc.atmos.mgmt.bean.ListRmgNodesResponse
 
setNodesDown(int) - Method in class com.emc.atmos.mgmt.bean.Rmg
 
setNodesUp(int) - Method in class com.emc.atmos.mgmt.bean.Rmg
 
setNumReplicas(int) - Method in class com.emc.atmos.api.bean.ObjectInfo
 
setObject(T) - Method in class com.emc.atmos.api.bean.ReadObjectResponse
 
setObjectId(String) - Method in class com.emc.atmos.api.bean.AccessToken
 
setObjectId(ObjectId) - Method in class com.emc.atmos.api.bean.DirectoryEntry
 
setObjectId(ObjectId) - Method in class com.emc.atmos.api.bean.ObjectEntry
 
setObjectId(ObjectId) - Method in class com.emc.atmos.api.bean.ObjectInfo
 
setObjectId(ObjectId) - Method in class com.emc.atmos.api.request.ListVersionsRequest
Sets the target object ID for which to list versions.
setObjectUsers(List<ObjectUser>) - Method in class com.emc.atmos.mgmt.bean.SubtenantDetails
 
setObjectVirtualPoolId(String) - Method in class com.emc.atmos.api.request.CreateSubtenantRequest
Sets the ECS Object Virtual Pool ID for the new subtenant.
setOffset(int) - Method in class com.emc.atmos.api.BufferSegment
 
setOnEvent(String) - Method in class com.emc.atmos.mgmt.bean.PoxHandler
 
setOnEvent(String) - Method in class com.emc.atmos.mgmt.bean.PoxPolicySelector
 
setOptional(boolean) - Method in class com.emc.atmos.api.bean.AccessTokenPolicy.FormField
 
setPassword(String) - Method in class com.emc.acdp.AcdpConfig
 
setPassword(String) - Method in class com.emc.atmos.mgmt.AbstractMgmtConfig
 
setPath(String) - Method in class com.emc.atmos.api.bean.AccessToken
 
setPath(ObjectPath) - Method in class com.emc.atmos.api.request.ListDirectoryRequest
Sets the path of the directory to list.
setPeriod(String) - Method in class com.emc.atmos.mgmt.bean.PoxRetention
 
setPolicies(List<PoxPolicy>) - Method in class com.emc.atmos.mgmt.bean.ListPoliciesResponse
 
setPolicy(AccessTokenPolicy) - Method in class com.emc.atmos.api.request.CreateAccessTokenRequest
Sets the token policy for the new access token.
setPolicyDistributionStatus(String) - Method in class com.emc.atmos.mgmt.bean.PoxTenant
 
setPolicyId(String) - Method in class com.emc.atmos.mgmt.bean.PoxPolicy
 
setPolicyList(List<PoxPolicy>) - Method in class com.emc.atmos.mgmt.bean.PoxTenant
 
setPolicySelectorList(List<PoxPolicySelector>) - Method in class com.emc.atmos.mgmt.bean.PoxTenant
 
setPort(int) - Method in class com.emc.acdp.AcdpConfig
 
setProto(String) - Method in class com.emc.acdp.AcdpConfig
 
setProxyPassword(String) - Method in class com.emc.atmos.api.AtmosConfig
Sets the password to use for the HTTP proxy
setProxyUri(URI) - Method in class com.emc.atmos.api.AtmosConfig
Sets the HTTP proxy used for communication to Atmos
setProxyUser(String) - Method in class com.emc.atmos.api.AtmosConfig
Sets the username to use for the HTTP proxy
setPublicIp(String) - Method in class com.emc.atmos.mgmt.bean.PoxAccessNode
 
setPublicIp(String) - Method in class com.emc.atmos.mgmt.bean.PoxNfsCifsNode
 
setRange(Range) - Method in class com.emc.atmos.api.request.UpdateObjectRequest
Sets the byte range for this update request (the range of bytes to update in the target object).
setRanges(List<Range>) - Method in class com.emc.atmos.api.request.ReadObjectRequest
Sets the list of byte ranges to read from the target object.
setReplicaList(List<PoxReplica>) - Method in class com.emc.atmos.mgmt.bean.PoxPolicy
 
setReplicas(List<Replica>) - Method in class com.emc.atmos.api.bean.ObjectInfo
 
setRetention(PolicyEvent) - Method in class com.emc.atmos.api.bean.ObjectInfo
 
setRetention(PoxRetention) - Method in class com.emc.atmos.mgmt.bean.PoxPolicy
 
setRetentionPeriod(Long) - Method in class com.emc.atmos.api.bean.ObjectMetadata
Note: this feature is only available on ECS 2.2+
setRetentionPeriod(Long) - Method in class com.emc.atmos.api.request.PutObjectRequest
Note: this feature is only available on ECS 2.2+
setRetentionPolicy(String) - Method in class com.emc.atmos.api.bean.ObjectMetadata
Note: this feature is only available on ECS 2.2+
setRetentionPolicy(String) - Method in class com.emc.atmos.api.request.PutObjectRequest
Note: this feature is only available on ECS 2.2+
setRetryBufferSize(int) - Method in class com.emc.atmos.api.AtmosConfig
Sets the buffer size used for non-repeatable object content (input streams) when retry is enabled.
setRetryDelayMillis(int) - Method in class com.emc.atmos.api.AtmosConfig
Sets the delay in milliseconds to wait between retry attempts.
setRmgs(List<Rmg>) - Method in class com.emc.atmos.mgmt.bean.ListRmgsResponse
 
setSecCompliant(boolean) - Method in class com.emc.atmos.mgmt.bean.SubtenantDetails
 
setSecretKey(byte[]) - Method in class com.emc.atmos.api.AtmosConfig
Sets the secret key as a byte array.
setSecretKey(String) - Method in class com.emc.atmos.api.AtmosConfig
Set the secret key from a base64 encoded string (this is the format typically provided to users)
setSelection(String) - Method in class com.emc.atmos.api.bean.ObjectInfo
 
setServerChecksum(ChecksumValue) - Method in class com.emc.atmos.api.bean.ObjectMetadata
 
setServerClockSkew(long) - Method in class com.emc.atmos.api.AtmosConfig
Sets the estimated clock skew between the local machine and the Atmos cloud.
setServerGeneratedChecksumAlgorithm(ChecksumAlgorithm) - Method in class com.emc.atmos.api.request.PutObjectRequest
Sets the algorithm the Atmos server should use to generate a checksum for the content in this request.
setSessionCookie(String) - Method in class com.emc.atmos.mgmt.AbstractMgmtConfig
 
setSessionToken(String) - Method in class com.emc.acdp.AcdpConfig
 
setSharedSecret(String) - Method in class com.emc.atmos.mgmt.bean.ObjectUser
 
setSharedSecret(String) - Method in class com.emc.atmos.mgmt.bean.SharedSecret
 
setSize(int) - Method in class com.emc.atmos.api.BufferSegment
 
setSource(AccessTokenPolicy.Source) - Method in class com.emc.atmos.api.bean.AccessTokenPolicy
 
setSpec(String) - Method in class com.emc.atmos.mgmt.bean.PoxPolicySelector
 
setStartsWith(String) - Method in class com.emc.atmos.api.bean.AccessTokenPolicy.FormField
 
setStatus(Status) - Method in class com.emc.atmos.mgmt.bean.AbstractSubtenant
 
setStatus(ObjectUserStatus) - Method in class com.emc.atmos.mgmt.bean.ObjectUser
 
setStatus(String) - Method in class com.emc.atmos.mgmt.bean.PoxNfsCifsNode
 
setStatus(Status) - Method in class com.emc.atmos.mgmt.bean.PoxTenant
 
setStorageMechanism(String) - Method in class com.emc.atmos.mgmt.bean.PoxReplica
 
setStorageType(String) - Method in class com.emc.atmos.api.bean.Replica
 
setSubtenant(SubtenantDetails) - Method in class com.emc.atmos.mgmt.bean.GetSubtenantResponse
 
setSubtenantAdminList(List<? extends AdminUser>) - Method in class com.emc.atmos.mgmt.bean.SubtenantDetails
 
setSubtenantAdminNames(List<String>) - Method in class com.emc.atmos.mgmt.bean.PoxSubtenant
 
setSubtenantAdminNames(List<String>) - Method in class com.emc.atmos.mgmt.bean.Subtenant
 
setSubtenantList(List<PoxSubtenant>) - Method in class com.emc.atmos.mgmt.bean.PoxTenant
 
setSubtenants(List<Subtenant>) - Method in class com.emc.atmos.mgmt.bean.ListSubtenantsResponse
 
setSystemMetadata(List<Metadata>) - Method in class com.emc.atmos.api.bean.DirectoryEntry
 
setSystemMetadata(List<Metadata>) - Method in class com.emc.atmos.api.bean.ObjectEntry
 
setSystemMetadataNames(List<String>) - Method in class com.emc.atmos.api.request.ListMetadataRequest
Sets the list of system metadata names that will be returned for each object in the list.
setTenant(PoxTenant) - Method in class com.emc.atmos.mgmt.bean.GetTenantInfoResponse
 
setTenantAdminList(List<PoxAdminUser>) - Method in class com.emc.atmos.mgmt.bean.PoxTenant
 
setTo(int) - Method in class com.emc.atmos.api.bean.AccessTokenPolicy.ContentLengthRange
 
setToken(AccessToken) - Method in class com.emc.atmos.api.bean.GetAccessTokenResponse
 
setToken(String) - Method in class com.emc.atmos.api.request.ListRequest
Sets the cursor token for this request, returned in the response to indicate there is another page of results and in the request to get the next page of results.
setTokenId(String) - Method in class com.emc.atmos.api.AtmosConfig
Sets the full Atmos token ID
setTokens(List<AccessToken>) - Method in class com.emc.atmos.api.bean.ListAccessTokensResponse
 
setTokenUrl(URL) - Method in class com.emc.atmos.api.bean.CreateAccessTokenResponse
 
setType(String) - Method in class com.emc.atmos.api.bean.Replica
 
setType(PoxNfsCifsNode.Type) - Method in class com.emc.atmos.mgmt.bean.PoxNfsCifsNode
 
setType(String) - Method in class com.emc.atmos.mgmt.bean.PoxReplica
 
setUid(String) - Method in class com.emc.atmos.mgmt.bean.ObjectUser
 
setUids(List<String>) - Method in class com.emc.atmos.mgmt.bean.ListUidsResponse
 
setUp(boolean) - Method in class com.emc.atmos.mgmt.bean.Node
 
setUserAcl(Map<String, Permission>) - Method in class com.emc.atmos.api.Acl
 
setUserMetadata(ObjectIdentifier, Metadata...) - Method in interface com.emc.atmos.api.AtmosApi
Adds or replaces user metadata associated with the specified object.
setUserMetadata(List<Metadata>) - Method in class com.emc.atmos.api.bean.DirectoryEntry
 
setUserMetadata(List<Metadata>) - Method in class com.emc.atmos.api.bean.ObjectEntry
 
setUserMetadata(ObjectIdentifier, Metadata...) - Method in class com.emc.atmos.api.encryption.AtmosEncryptionClient
 
setUserMetadata(ObjectIdentifier, Metadata...) - Method in class com.emc.atmos.api.jersey.AtmosApiClient
 
setUserMetadata(Collection<Metadata>) - Method in class com.emc.atmos.api.request.PutObjectRequest
Sets the user metadata to assign to the object.
setUserMetadataNames(List<String>) - Method in class com.emc.atmos.api.request.ListMetadataRequest
Sets the list of user metadata names that will be returned for each object in the list.
setUsername(String) - Method in class com.emc.acdp.AcdpConfig
 
setUsername(String) - Method in class com.emc.atmos.mgmt.AbstractMgmtConfig
 
setValue(String) - Method in class com.emc.atmos.api.bean.Metadata
 
setVersion(ServiceInformation.Version) - Method in class com.emc.atmos.api.bean.ServiceInformation
 
setVersionId(ObjectId) - Method in class com.emc.atmos.api.bean.ObjectVersion
 
setVersionNumber(int) - Method in class com.emc.atmos.api.bean.ObjectVersion
 
setVersions(List<ObjectVersion>) - Method in class com.emc.atmos.api.bean.ListVersionsResponse
 
setWebservice(String) - Method in class com.emc.atmos.mgmt.bean.PoxAccessNode
 
setWsChecksum(ChecksumValue) - Method in class com.emc.atmos.api.bean.ObjectMetadata
 
setWsChecksum(ChecksumValue) - Method in class com.emc.atmos.api.request.PutObjectRequest
Sets the ws-checksum value to use for this request.
SharedSecret - Class in com.emc.atmos.mgmt.bean
 
SharedSecret() - Constructor for class com.emc.atmos.mgmt.bean.SharedSecret
 
sign(String, byte[]) - Static method in class com.emc.atmos.api.RestUtil
 
signRequest(String, String, String, Map<String, List<Object>>, String, byte[], long) - Static method in class com.emc.atmos.api.RestUtil
Generates the HMAC-SHA1 signature used to authenticate the request using the Java security APIs, then adds the uid and signature to the headers.
skip(long) - Method in class com.emc.atmos.api.ChecksummedInputStream
 
skip(long) - Method in class com.emc.atmos.api.jersey.MeasuredInputStream
 
Source() - Constructor for class com.emc.atmos.api.bean.AccessTokenPolicy.Source
 
SslUtil - Class in com.emc.util
 
SslUtil() - Constructor for class com.emc.util.SslUtil
 
Status - Enum in com.emc.atmos.mgmt.bean
 
StickyThreadAlgorithm - Class in com.emc.atmos
This implementation will tie a specific endpoint to each thread to avoid MDS sync issues.
StickyThreadAlgorithm() - Constructor for class com.emc.atmos.StickyThreadAlgorithm
 
StreamUtil - Class in com.emc.util
 
Subtenant - Class in com.emc.atmos.mgmt.bean
 
Subtenant() - Constructor for class com.emc.atmos.mgmt.bean.Subtenant
 
SubtenantDetails - Class in com.emc.atmos.mgmt.bean
 
SubtenantDetails() - Constructor for class com.emc.atmos.mgmt.bean.SubtenantDetails
 
SubTenantMgmtApi - Interface in com.emc.atmos.mgmt
 
SubTenantMgmtClient - Class in com.emc.atmos.mgmt.jersey
This class is basically a delegator to a TenantMgmtClient instance, exposing only the subtenant operations and always using the subtenant specified by the SubTenantMgmtConfig
SubTenantMgmtClient(SubTenantMgmtConfig) - Constructor for class com.emc.atmos.mgmt.jersey.SubTenantMgmtClient
 
SubTenantMgmtConfig - Class in com.emc.atmos.mgmt
 
SubTenantMgmtConfig(String, String, String, String, URI...) - Constructor for class com.emc.atmos.mgmt.SubTenantMgmtConfig
 
supports100Continue() - Method in class com.emc.atmos.api.request.PutObjectRequest
Non-directory object writes support the Expect: 100-continue feature.
supports100Continue() - Method in class com.emc.atmos.api.request.Request
Override and return true if this request supports the Expect: 100-continue header.
systemMetadataNames - Variable in class com.emc.atmos.api.request.ListMetadataRequest
 
systemMetadataNames(String...) - Method in class com.emc.atmos.api.request.ListMetadataRequest
SystemMgmtApi - Interface in com.emc.atmos.mgmt
 
SystemMgmtClient - Class in com.emc.atmos.mgmt.jersey
 
SystemMgmtClient(SystemMgmtConfig) - Constructor for class com.emc.atmos.mgmt.jersey.SystemMgmtClient
 
SystemMgmtConfig - Class in com.emc.atmos.mgmt
 
SystemMgmtConfig(String, String, URI...) - Constructor for class com.emc.atmos.mgmt.SystemMgmtConfig
 

T

TenantMgmtApi - Interface in com.emc.atmos.mgmt
 
TenantMgmtClient - Class in com.emc.atmos.mgmt.jersey
 
TenantMgmtClient(TenantMgmtConfig) - Constructor for class com.emc.atmos.mgmt.jersey.TenantMgmtClient
 
TenantMgmtConfig - Class in com.emc.atmos.mgmt
 
TenantMgmtConfig(String, String, String, URI...) - Constructor for class com.emc.atmos.mgmt.TenantMgmtConfig
 
tenantPrefix() - Method in class com.emc.atmos.mgmt.jersey.TenantMgmtClient
 
Text(Injectable<SAXParserFactory>, Providers) - Constructor for class com.emc.atmos.api.jersey.provider.MeasuredJaxbWriter.Text
 
threadEndpoint - Variable in class com.emc.atmos.StickyThreadAlgorithm
 
toASCIIString() - Method in class com.emc.atmos.api.bean.Metadata
 
token - Variable in class com.emc.atmos.api.request.ListRequest
 
token(String) - Method in class com.emc.atmos.api.request.ListRequest
Builder method for ListRequest.setToken(String)
toString() - Method in class com.emc.atmos.api.bean.AccessTokenPolicy.ContentLengthRange
 
toString() - Method in class com.emc.atmos.api.bean.AccessTokenPolicy.FormField
 
toString() - Method in class com.emc.atmos.api.bean.AccessTokenPolicy.Source
 
toString() - Method in class com.emc.atmos.api.bean.AccessTokenPolicy
 
toString() - Method in class com.emc.atmos.api.bean.Metadata
 
toString() - Method in class com.emc.atmos.api.ChecksumValue
Outputs this checksum in a format suitable for including in Atmos create/update calls.
toString(boolean) - Method in class com.emc.atmos.api.ChecksumValue
 
toString() - Method in class com.emc.atmos.api.ObjectId
 
toString() - Method in class com.emc.atmos.api.ObjectKey
 
toString() - Method in class com.emc.atmos.api.ObjectPath
 
toString() - Method in class com.emc.atmos.api.Range
 
toString() - Method in exception com.emc.atmos.AtmosException
 
TYPE_APPLICATION_OCTET_STREAM - Static variable in class com.emc.atmos.api.RestUtil
 
TYPE_DEFAULT - Static variable in class com.emc.atmos.api.RestUtil
 
TYPE_MULTIPART - Static variable in class com.emc.atmos.api.RestUtil
 
TYPE_MULTIPART_BYTE_RANGES - Static variable in class com.emc.atmos.api.RestUtil
 
TYPE_PARAM_BOUNDARY - Static variable in class com.emc.atmos.api.RestUtil
 

U

unassignAccountIdentity(String, String) - Method in interface com.emc.acdp.api.AcdpAdminApi
 
unassignAccountIdentity(String, String) - Method in class com.emc.acdp.api.jersey.AcdpAdminApiClient
 
unmarshal(Class<T>, String) - Static method in class com.emc.acdp.util.XmlUtil
 
unmarshal(Class<T>, InputStream) - Static method in class com.emc.acdp.util.XmlUtil
 
unmarshal(String) - Method in class com.emc.atmos.api.bean.adapter.Iso8601Adapter
Until Java 7, SimpleDateFormat doesn't support ISO 8601 time zones ('Z', '+0000', '-03', etc.) This extra parsing ensures that we can *read* them.
unmarshal(String) - Method in class com.emc.atmos.api.bean.adapter.ObjectIdAdapter
 
update(byte[], int, int) - Method in class com.emc.atmos.api.RunningChecksum
Updates the checksum with the given buffer's contents
update(BufferSegment) - Method in class com.emc.atmos.api.RunningChecksum
Convenience method to pass in a buffer segment.
updateIdentityProfile(String, Profile) - Method in interface com.emc.acdp.api.AcdpAdminApi
 
updateIdentityProfile(String, Profile) - Method in class com.emc.acdp.api.jersey.AcdpAdminApiClient
 
updateObject(ObjectIdentifier, Object) - Method in class com.emc.atmos.api.AbstractAtmosApi
 
updateObject(ObjectIdentifier, Object, Range) - Method in class com.emc.atmos.api.AbstractAtmosApi
 
updateObject(ObjectIdentifier, Object) - Method in interface com.emc.atmos.api.AtmosApi
Updates an object's content in the cloud.
updateObject(ObjectIdentifier, Object, Range) - Method in interface com.emc.atmos.api.AtmosApi
Updates an object's content in the cloud.
updateObject(UpdateObjectRequest) - Method in interface com.emc.atmos.api.AtmosApi
Updates an object's content in the cloud using all of the options provided in the request object.
updateObject(ObjectIdentifier, Object) - Method in class com.emc.atmos.api.encryption.AtmosEncryptionClient
 
updateObject(ObjectIdentifier, Object, Range) - Method in class com.emc.atmos.api.encryption.AtmosEncryptionClient
 
updateObject(UpdateObjectRequest) - Method in class com.emc.atmos.api.encryption.AtmosEncryptionClient
 
updateObject(UpdateObjectRequest) - Method in class com.emc.atmos.api.jersey.AtmosApiClient
 
UpdateObjectRequest - Class in com.emc.atmos.api.request
Represents an update object request.
UpdateObjectRequest() - Constructor for class com.emc.atmos.api.request.UpdateObjectRequest
 
userMetadata - Variable in class com.emc.atmos.api.request.PutObjectRequest
 
userMetadata(Metadata...) - Method in class com.emc.atmos.api.request.PutObjectRequest
userMetadataNames - Variable in class com.emc.atmos.api.request.ListMetadataRequest
 
userMetadataNames(String...) - Method in class com.emc.atmos.api.request.ListMetadataRequest

V

valueOf(String) - Static method in enum com.emc.atmos.api.bean.DirectoryEntry.FileType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.emc.atmos.api.bean.Permission
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.emc.atmos.api.bean.ServiceInformation.Feature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.emc.atmos.api.ChecksumAlgorithm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.emc.atmos.mgmt.bean.AuthenticationSource
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.emc.atmos.mgmt.bean.ObjectUserStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.emc.atmos.mgmt.bean.PoxNfsCifsNode.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.emc.atmos.mgmt.bean.Status
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.emc.atmos.api.bean.DirectoryEntry.FileType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.emc.atmos.api.bean.Permission
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.emc.atmos.api.bean.ServiceInformation.Feature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.emc.atmos.api.ChecksumAlgorithm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.emc.atmos.mgmt.bean.AuthenticationSource
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.emc.atmos.mgmt.bean.ObjectUserStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.emc.atmos.mgmt.bean.PoxNfsCifsNode.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.emc.atmos.mgmt.bean.Status
Returns an array containing the constants of this enum type, in the order they are declared.

W

wrapped - Variable in class com.emc.atmos.api.jersey.provider.MeasuredMessageBodyWriter
 
writeTo(BufferSegment, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class com.emc.atmos.api.jersey.provider.BufferSegmentWriter
 
writeTo(MeasuredInputStream, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class com.emc.atmos.api.jersey.provider.MeasuredInputStreamWriter
 
writeTo(T, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class com.emc.atmos.api.jersey.provider.MeasuredMessageBodyWriter
 
wsChecksum - Variable in class com.emc.atmos.api.request.PutObjectRequest
 
wsChecksum(ChecksumValue) - Method in class com.emc.atmos.api.request.PutObjectRequest

X

X_PREFIX - Static variable in class com.emc.atmos.mgmt.MgmtConstants
 
XHEADER_AUTH_TYPE - Static variable in class com.emc.atmos.mgmt.MgmtConstants
 
XHEADER_CONTENT_CHECKSUM - Static variable in class com.emc.atmos.api.RestUtil
 
XHEADER_DATE - Static variable in class com.emc.atmos.api.RestUtil
 
XHEADER_EXPIRES - Static variable in class com.emc.atmos.api.RestUtil
 
XHEADER_FEATURES - Static variable in class com.emc.atmos.api.RestUtil
 
XHEADER_FORCE - Static variable in class com.emc.atmos.api.RestUtil
 
XHEADER_GENERATE_CHECKSUM - Static variable in class com.emc.atmos.api.RestUtil
 
XHEADER_GROUP_ACL - Static variable in class com.emc.atmos.api.RestUtil
 
XHEADER_INCLUDE_META - Static variable in class com.emc.atmos.api.RestUtil
 
XHEADER_LIMIT - Static variable in class com.emc.atmos.api.RestUtil
 
XHEADER_LISTABLE_META - Static variable in class com.emc.atmos.api.RestUtil
 
XHEADER_LISTABLE_TAGS - Static variable in class com.emc.atmos.api.RestUtil
 
XHEADER_META - Static variable in class com.emc.atmos.api.RestUtil
 
XHEADER_OBJECT_ID - Static variable in class com.emc.atmos.api.RestUtil
 
XHEADER_OBJECT_VPOOL - Static variable in class com.emc.atmos.api.RestUtil
 
XHEADER_OBJECTID - Static variable in class com.emc.atmos.api.RestUtil
 
XHEADER_PATH - Static variable in class com.emc.atmos.api.RestUtil
 
XHEADER_POOL - Static variable in class com.emc.atmos.api.RestUtil
 
XHEADER_RETENTION_PERIOD - Static variable in class com.emc.atmos.api.RestUtil
 
XHEADER_RETENTION_POLICY - Static variable in class com.emc.atmos.api.RestUtil
 
XHEADER_SIGNATURE - Static variable in class com.emc.atmos.api.RestUtil
 
XHEADER_SUB_TENANT_ADMIN - Static variable in class com.emc.atmos.mgmt.MgmtConstants
 
XHEADER_SUB_TENANT_ADMIN_PASSWORD - Static variable in class com.emc.atmos.mgmt.MgmtConstants
 
XHEADER_SUBTENANT_ID - Static variable in class com.emc.atmos.api.RestUtil
 
XHEADER_SUPPORT_UTF8 - Static variable in class com.emc.atmos.api.RestUtil
 
XHEADER_SYSTEM_ADMIN - Static variable in class com.emc.atmos.mgmt.MgmtConstants
 
XHEADER_SYSTEM_ADMIN_PASSWORD - Static variable in class com.emc.atmos.mgmt.MgmtConstants
 
XHEADER_SYSTEM_TAGS - Static variable in class com.emc.atmos.api.RestUtil
 
XHEADER_TAGS - Static variable in class com.emc.atmos.api.RestUtil
 
XHEADER_TENANT_ADMIN - Static variable in class com.emc.atmos.mgmt.MgmtConstants
 
XHEADER_TENANT_ADMIN_PASSWORD - Static variable in class com.emc.atmos.mgmt.MgmtConstants
 
XHEADER_TOKEN - Static variable in class com.emc.atmos.api.RestUtil
 
XHEADER_UID - Static variable in class com.emc.atmos.api.RestUtil
 
XHEADER_USER_ACL - Static variable in class com.emc.atmos.api.RestUtil
 
XHEADER_USER_TAGS - Static variable in class com.emc.atmos.api.RestUtil
 
XHEADER_UTF8 - Static variable in class com.emc.atmos.api.RestUtil
 
XHEADER_VERSION_OID - Static variable in class com.emc.atmos.api.RestUtil
 
XHEADER_WSCHECKSUM - Static variable in class com.emc.atmos.api.RestUtil
 
XmlUtil - Class in com.emc.acdp.util
 
A B C D E F G H I J L M N O P R S T U V W X 
Skip navigation links