Skip navigation links
A C E G I L M O R S T U V W 

A

Application - Class in org.duracloud.snapshot.bridge.rest
The entry point for the jax-rs application.
Application() - Constructor for class org.duracloud.snapshot.bridge.rest.Application
Register JAX-RS application components.
ApplicationConfig - Class in org.duracloud.snapshot.bridge.rest.config
All java-based config definitions live in this class.
ApplicationConfig() - Constructor for class org.duracloud.snapshot.bridge.rest.config.ApplicationConfig
 
aroundReadFrom(ReaderInterceptorContext) - Method in class org.duracloud.snapshot.bridge.rest.MissingJsonBodyInterceptor
 

C

cancel(String) - Method in class org.duracloud.snapshot.bridge.rest.RestoreResource
 
cancel(String) - Method in class org.duracloud.snapshot.bridge.rest.SnapshotResource
 
complete(String, CompleteSnapshotBridgeParameters) - Method in class org.duracloud.snapshot.bridge.rest.SnapshotResource
Notifies the bridge that the snapshot transfer from the bridge storage to the DPN node is complete.
configure(HttpSecurity) - Method in class org.duracloud.snapshot.bridge.rest.config.WebSecurityConfig
 
configureGlobal(AuthenticationManagerBuilder) - Method in class org.duracloud.snapshot.bridge.rest.config.WebSecurityConfig
 
create(String, CreateSnapshotBridgeParameters) - Method in class org.duracloud.snapshot.bridge.rest.SnapshotResource
 

E

error(String, SnapshotErrorBridgeParameters) - Method in class org.duracloud.snapshot.bridge.rest.SnapshotResource
Notifies the bridge that the snapshot process is not able to continue due to an error which cannot be resolved by the system processing the snapshot data.

G

GeneralResource - Class in org.duracloud.snapshot.bridge.rest
Defines the REST resource layer for interacting with the Snapshot processing engine.
GeneralResource(SnapshotJobManager, RestoreManager, DatabaseInitializer, SnapshotJobExecutionListener, RestoreJobExecutionListener, NotificationManager, Finalizer, BridgeConfiguration) - Constructor for class org.duracloud.snapshot.bridge.rest.GeneralResource
 
get(String) - Method in class org.duracloud.snapshot.bridge.rest.RestoreResource
 
getAwsAccessKey() - Method in class org.duracloud.snapshot.bridge.rest.InitParams
 
getAwsSecretKey() - Method in class org.duracloud.snapshot.bridge.rest.InitParams
 
getBySnapshot(String) - Method in class org.duracloud.snapshot.bridge.rest.RestoreResource
 
getContent(String, Integer, Integer, String) - Method in class org.duracloud.snapshot.bridge.rest.SnapshotResource
 
getContext(Class<?>) - Method in class org.duracloud.snapshot.bridge.rest.SnapshotObjectMapperProvider
 
getDatabasePassword() - Method in class org.duracloud.snapshot.bridge.rest.InitParams
 
getDatabaseURL() - Method in class org.duracloud.snapshot.bridge.rest.InitParams
 
getDatabaseUser() - Method in class org.duracloud.snapshot.bridge.rest.InitParams
 
getDaysToExpireRestore() - Method in class org.duracloud.snapshot.bridge.rest.InitParams
 
getDpnEmailAddresses() - Method in class org.duracloud.snapshot.bridge.rest.InitParams
 
getDuracloudEmailAddresses() - Method in class org.duracloud.snapshot.bridge.rest.InitParams
 
getDuracloudPassword() - Method in class org.duracloud.snapshot.bridge.rest.InitParams
 
getDuracloudUsername() - Method in class org.duracloud.snapshot.bridge.rest.InitParams
 
getFinalizerPeriodMs() - Method in class org.duracloud.snapshot.bridge.rest.InitParams
 
getHistory(String, Integer, Integer) - Method in class org.duracloud.snapshot.bridge.rest.SnapshotResource
 
getHost() - Method in class org.duracloud.snapshot.bridge.service.RestorationConfig
 
getMessage() - Method in class org.duracloud.snapshot.bridge.rest.ResponseDetails
 
getOriginatorEmailAddress() - Method in class org.duracloud.snapshot.bridge.rest.InitParams
 
getPort() - Method in class org.duracloud.snapshot.bridge.service.RestorationConfig
 
getSnapshot(String) - Method in class org.duracloud.snapshot.bridge.rest.SnapshotResource
 
getSnapshotId() - Method in class org.duracloud.snapshot.bridge.service.RestorationConfig
 
getSpaceId() - Method in class org.duracloud.snapshot.bridge.service.RestorationConfig
 
getStoredInitParams() - Method in class org.duracloud.snapshot.bridge.rest.GeneralResource
 
getStoreId() - Method in class org.duracloud.snapshot.bridge.service.RestorationConfig
 
getStoreInitFile() - Method in class org.duracloud.snapshot.bridge.rest.GeneralResource
 

I

init() - Method in class org.duracloud.snapshot.bridge.rest.GeneralResource
 
init(InitParams) - Method in class org.duracloud.snapshot.bridge.rest.GeneralResource
 
InitParams - Class in org.duracloud.snapshot.bridge.rest
A data object holding initialization parameters.
InitParams() - Constructor for class org.duracloud.snapshot.bridge.rest.InitParams
 
isClean() - Method in class org.duracloud.snapshot.bridge.rest.InitParams
 

L

list(String, String, SnapshotStatus) - Method in class org.duracloud.snapshot.bridge.rest.SnapshotResource
Returns a list of snapshots.
listSnapshots(String, String, SnapshotStatus) - Method in class org.duracloud.snapshot.bridge.rest.SnapshotResource
 

M

MissingJsonBodyInterceptor - Class in org.duracloud.snapshot.bridge.rest
This class ensures that improperly formatted request bodies will return the a 400 http code.
MissingJsonBodyInterceptor() - Constructor for class org.duracloud.snapshot.bridge.rest.MissingJsonBodyInterceptor
 

O

org.duracloud.snapshot.bridge.rest - package org.duracloud.snapshot.bridge.rest
 
org.duracloud.snapshot.bridge.rest.config - package org.duracloud.snapshot.bridge.rest.config
 
org.duracloud.snapshot.bridge.service - package org.duracloud.snapshot.bridge.service
 

R

requestRestoreSnapshot(RequestRestoreBridgeParameters) - Method in class org.duracloud.snapshot.bridge.rest.RestoreResource
 
ResponseDetails - Class in org.duracloud.snapshot.bridge.rest
A simple entity class for holding generic response data returned from rest calls.
ResponseDetails() - Constructor for class org.duracloud.snapshot.bridge.rest.ResponseDetails
 
ResponseDetails(String) - Constructor for class org.duracloud.snapshot.bridge.rest.ResponseDetails
 
restart(String) - Method in class org.duracloud.snapshot.bridge.rest.RestoreResource
 
restart(String) - Method in class org.duracloud.snapshot.bridge.rest.SnapshotResource
 
RestorationConfig - Class in org.duracloud.snapshot.bridge.service
 
RestorationConfig(String, int, String, String, String) - Constructor for class org.duracloud.snapshot.bridge.service.RestorationConfig
 
RestorationConfig() - Constructor for class org.duracloud.snapshot.bridge.service.RestorationConfig
 
restoreComplete(String) - Method in class org.duracloud.snapshot.bridge.rest.RestoreResource
 
RestoreResource - Class in org.duracloud.snapshot.bridge.rest
Defines the REST resource layer for interacting with the Snapshot processing engine.
RestoreResource(RestoreManager, SnapshotManager) - Constructor for class org.duracloud.snapshot.bridge.rest.RestoreResource
 
restoreSnapshot(CreateRestoreBridgeParameters) - Method in class org.duracloud.snapshot.bridge.rest.RestoreResource
 

S

setAwsAccessKey(String) - Method in class org.duracloud.snapshot.bridge.rest.InitParams
 
setAwsSecretKey(String) - Method in class org.duracloud.snapshot.bridge.rest.InitParams
 
setClean(boolean) - Method in class org.duracloud.snapshot.bridge.rest.InitParams
Flag indicating that the database should be wiped clean on initialization.
setDatabasePassword(String) - Method in class org.duracloud.snapshot.bridge.rest.InitParams
 
setDatabaseURL(String) - Method in class org.duracloud.snapshot.bridge.rest.InitParams
 
setDatabaseUser(String) - Method in class org.duracloud.snapshot.bridge.rest.InitParams
 
setDaysToExpireRestore(Integer) - Method in class org.duracloud.snapshot.bridge.rest.InitParams
 
setDpnEmailAddresses(String[]) - Method in class org.duracloud.snapshot.bridge.rest.InitParams
 
setDuracloudEmailAddresses(String[]) - Method in class org.duracloud.snapshot.bridge.rest.InitParams
 
setDuracloudPassword(String) - Method in class org.duracloud.snapshot.bridge.rest.InitParams
 
setDuracloudUsername(String) - Method in class org.duracloud.snapshot.bridge.rest.InitParams
 
setFinalizerPeriodMs(Integer) - Method in class org.duracloud.snapshot.bridge.rest.InitParams
 
setHost(String) - Method in class org.duracloud.snapshot.bridge.service.RestorationConfig
 
setMessage(String) - Method in class org.duracloud.snapshot.bridge.rest.ResponseDetails
 
setOriginatorEmailAddress(String) - Method in class org.duracloud.snapshot.bridge.rest.InitParams
 
setPort(int) - Method in class org.duracloud.snapshot.bridge.service.RestorationConfig
 
setSnapshotId(String) - Method in class org.duracloud.snapshot.bridge.service.RestorationConfig
 
setSpaceId(String) - Method in class org.duracloud.snapshot.bridge.service.RestorationConfig
 
setStoreId(String) - Method in class org.duracloud.snapshot.bridge.service.RestorationConfig
 
SnapshotAlreadyExistsException - Exception in org.duracloud.snapshot.bridge.rest
 
SnapshotAlreadyExistsException(String) - Constructor for exception org.duracloud.snapshot.bridge.rest.SnapshotAlreadyExistsException
 
SnapshotObjectMapperProvider - Class in org.duracloud.snapshot.bridge.rest
A simple object mapper provider to support jackson json serialization.
SnapshotObjectMapperProvider() - Constructor for class org.duracloud.snapshot.bridge.rest.SnapshotObjectMapperProvider
 
SnapshotResource - Class in org.duracloud.snapshot.bridge.rest
Defines the REST resource layer for interacting with the Snapshot processing engine.
SnapshotResource(SnapshotJobManager, SnapshotManager, SnapshotRepo, SnapshotContentItemRepo) - Constructor for class org.duracloud.snapshot.bridge.rest.SnapshotResource
 

T

toString() - Method in class org.duracloud.snapshot.bridge.service.RestorationConfig
 

U

updateHistory(String, UpdateSnapshotHistoryBridgeParameters) - Method in class org.duracloud.snapshot.bridge.rest.SnapshotResource
Updates a snapshot's DPN history

V

version() - Method in class org.duracloud.snapshot.bridge.rest.GeneralResource
Returns a list of snapshots.

W

WebSecurityConfig - Class in org.duracloud.snapshot.bridge.rest.config
 
WebSecurityConfig() - Constructor for class org.duracloud.snapshot.bridge.rest.config.WebSecurityConfig
 
A C E G I L M O R S T U V W 
Skip navigation links

Copyright © 2014–2015 DuraSpace. All rights reserved.