Package org.duracloud.durastore.rest
Class StoreRest
- java.lang.Object
-
- org.duracloud.durastore.rest.BaseRest
-
- org.duracloud.durastore.rest.StoreRest
-
@Path("/stores") @Component public class StoreRest extends BaseRestProvides interaction with storage providers accounts via REST- Author:
- Bill Branan
-
-
Field Summary
-
Fields inherited from class org.duracloud.durastore.rest.BaseRest
APP_NAME, APPLICATION_XML, CONTENT_MIMETYPE_HEADER, COPY_SOURCE_HEADER, COPY_SOURCE_STORE_HEADER, DEFAULT_MIME, HEADER_PREFIX, HTML, RANGE_HEADER, SPACE_ACL_HEADER, TEXT_PLAIN, XML
-
-
Constructor Summary
Constructors Constructor Description StoreRest(StorageProviderFactory storageProviderFactory, StorageAccountsDocumentBinding documentBinding)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.ws.rs.core.ResponsegetStores()Provides a listing of all available storage provider accounts-
Methods inherited from class org.duracloud.durastore.rest.BaseRest
getAccountId, getSpaceACLs, getSubdomain, getUserProperties, getUserProperties, responseBad, responseBad, responseBad, responseBadRequest, responseNotFound, responseNotFound, responseOk, responseOk, responseOk, responseOkStream, responseOkXml, responseOkXmlStream
-
-
-
-
Constructor Detail
-
StoreRest
@Autowired public StoreRest(StorageProviderFactory storageProviderFactory, StorageAccountsDocumentBinding documentBinding)
-
-