| Package | Description |
|---|---|
| de.adorsys.datasafe.storage.api |
| Modifier and Type | Interface and Description |
|---|---|
interface |
StorageService
Groups all operations on data storage into a single class.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseDelegatingStorage
This storage delegates real work of reading/writing/listing files to actual storage implementation.
|
class |
RegexDelegatingStorage
This storage delegates real work of reading/writing/listing files to actual storage implementation
based on regex matching of received URI.
|
class |
SchemeDelegatingStorage
This storage delegates real work of reading/writing/listing files to actual storage implementation
based on
URI.getScheme(). |
class |
UriBasedAuthStorageService
Storage connection pool that creates S3/or other clients on the fly, based on provided credentials in URI.
|
class |
UserBasedDelegatingStorage |
Copyright © 2019. All rights reserved.