public class DataBoxManager extends Object implements cz.abclinuxu.datoveschranky.common.interfaces.DataBoxServices
| Modifier and Type | Field and Description |
|---|---|
protected Authentication |
auth |
protected cz.abclinuxu.datoveschranky.common.Config |
config |
protected cz.abclinuxu.datoveschranky.common.interfaces.DataBoxDownloadService |
dataBoxDownloadService |
protected DataBoxSearchServiceImpl |
dataBoxFindingService |
protected cz.abclinuxu.datoveschranky.common.interfaces.DataBoxMessagesService |
dataBoxMessagesService |
protected cz.abclinuxu.datoveschranky.common.interfaces.DataBoxUploadService |
dataBoxUploadService |
protected MessageValidator |
messageValidator |
| Constructor and Description |
|---|
DataBoxManager(cz.abclinuxu.datoveschranky.common.Config conf,
Authentication auth) |
| Modifier and Type | Method and Description |
|---|---|
cz.abclinuxu.datoveschranky.common.interfaces.DataBoxAccessService |
getDataBoxAccessService() |
cz.abclinuxu.datoveschranky.common.interfaces.DataBoxDownloadService |
getDataBoxDownloadService() |
cz.abclinuxu.datoveschranky.common.interfaces.DataBoxMessagesService |
getDataBoxMessagesService() |
cz.abclinuxu.datoveschranky.common.interfaces.DataBoxSearchService |
getDataBoxSearchService() |
cz.abclinuxu.datoveschranky.common.interfaces.DataBoxUploadService |
getDataBoxUploadService() |
static DataBoxManager |
login(cz.abclinuxu.datoveschranky.common.Config config,
File clientCert,
String password) |
static DataBoxManager |
login(cz.abclinuxu.datoveschranky.common.Config config,
String userName,
String password) |
protected Authentication auth
protected cz.abclinuxu.datoveschranky.common.Config config
protected cz.abclinuxu.datoveschranky.common.interfaces.DataBoxMessagesService dataBoxMessagesService
protected cz.abclinuxu.datoveschranky.common.interfaces.DataBoxDownloadService dataBoxDownloadService
protected cz.abclinuxu.datoveschranky.common.interfaces.DataBoxUploadService dataBoxUploadService
protected DataBoxSearchServiceImpl dataBoxFindingService
protected MessageValidator messageValidator
public DataBoxManager(cz.abclinuxu.datoveschranky.common.Config conf,
Authentication auth)
public static DataBoxManager login(cz.abclinuxu.datoveschranky.common.Config config, String userName, String password) throws Exception
Exceptionpublic static DataBoxManager login(cz.abclinuxu.datoveschranky.common.Config config, File clientCert, String password) throws Exception
Exceptionpublic cz.abclinuxu.datoveschranky.common.interfaces.DataBoxDownloadService getDataBoxDownloadService()
getDataBoxDownloadService in interface cz.abclinuxu.datoveschranky.common.interfaces.DataBoxServicespublic cz.abclinuxu.datoveschranky.common.interfaces.DataBoxMessagesService getDataBoxMessagesService()
getDataBoxMessagesService in interface cz.abclinuxu.datoveschranky.common.interfaces.DataBoxServicespublic cz.abclinuxu.datoveschranky.common.interfaces.DataBoxUploadService getDataBoxUploadService()
getDataBoxUploadService in interface cz.abclinuxu.datoveschranky.common.interfaces.DataBoxServicespublic cz.abclinuxu.datoveschranky.common.interfaces.DataBoxSearchService getDataBoxSearchService()
getDataBoxSearchService in interface cz.abclinuxu.datoveschranky.common.interfaces.DataBoxServicespublic cz.abclinuxu.datoveschranky.common.interfaces.DataBoxAccessService getDataBoxAccessService()
getDataBoxAccessService in interface cz.abclinuxu.datoveschranky.common.interfaces.DataBoxServicesCopyright © 2017. All rights reserved.