Package | Description |
---|---|
de.xima.fc.api.cache | |
de.xima.fc.api.file | |
de.xima.fc.dao.interfaces | |
de.xima.fc.encryption.db | |
de.xima.fc.entities |
Package für Datenbankentitäten
|
de.xima.fc.entities.interfaces |
Interfaces für Datenbankentitäten
|
de.xima.fc.file | |
de.xima.fc.gui.model | |
de.xima.fc.handler.file | |
de.xima.fc.handler.interfaces.file | |
de.xima.fc.interfaces.auth | |
de.xima.fc.interfaces.plugin.param.auth | |
de.xima.fc.plugin.interfaces.auth | |
de.xima.fc.plugin.models.params.auth | |
de.xima.fc.web.common.auth.wrapper |
Modifier and Type | Method and Description |
---|---|
static <T extends IFileEntity<?,?>> |
FileCache.cacheFileEntityData(UserContext uc,
T fileEntity) |
static <T extends IFileEntity<?,?>> |
FileCache.getCachedFileEntityData(UserContext uc,
T fileEntity) |
static <T extends IFileEntity<?,?>> |
FileCache.getUncachedFileEntityData(UserContext uc,
T fileEntity) |
static <T extends IFileEntity<?,?>> |
FileCache.readCachedFileEntityData(T fileEntity) |
Modifier and Type | Method and Description |
---|---|
<T extends IFileEntity<?,?>> |
FileAPI.getFileEntityData(UserContext uc,
T fileEntity) |
<T extends IFileEntity<?,?>> |
FileAPI.getFileEntityStream(UserContext uc,
T fileEntity) |
<T extends IFileEntity<?,?>> |
FileAPI.getUncachedFileEntityData(UserContext uc,
T fileEntity) |
<E extends IFileDataEntity<?>,T extends IFileEntity<?,E>> |
FileAPI.updateFileData(UserContext uc,
T entity,
byte[] data) |
Modifier and Type | Method and Description |
---|---|
<E extends IFileDataEntity<?>,T extends IFileEntity<?,E>> |
IGenericFileDao.getFileDataEntity(IEntityContext ec,
T entity) |
<T extends IFileEntity<?,?>> |
IGenericFileDao.getFileEntityData(IEntityContext ec,
T fileEntity) |
<E extends IFileDataEntity<?>,T extends IFileEntity<?,E>> |
IGenericFileDao.updateFileData(IEntityContext ec,
T entity,
byte[] data) |
Modifier and Type | Method and Description |
---|---|
<E extends IFileDataEntity<?>,T extends IFileEntity<?,E>> |
DBEncryptionProcessor.updateAllFiles(Class<T> fileprovidingClass,
int pageSize,
int threadCount) |
Modifier and Type | Class and Description |
---|---|
class |
AAuthenticator<T extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>
Abstract base class for user authenticators
|
class |
AEncryptedFileDataEntity<T extends IFileEntity<?,?>> |
class |
AFileDataEntity<T extends IFileEntity<?,?>> |
class |
AFormEncryptedFileDataEntity<T extends IFileEntity<?,?>> |
Modifier and Type | Class and Description |
---|---|
class |
AFileEntity<E extends de.xima.cmn.dao.interfaces.IEntity<Long>,T extends IFileDataEntity<?>> |
class |
APluginFileEntity<T extends IPluginEntity<?,?,?>,J extends IFileDataEntity<?>,C extends IFileDataEntity<?>> |
class |
AttachmentDatei |
class |
ClientAuthenticatorFile |
class |
ClientPluginFile
Entity for the binary data of an client-wide plugin
|
class |
FormEingangDatei |
class |
FormTemplateFile |
class |
FormVersionBackup |
class |
FormVersionDatei |
class |
MandantRessourceDatei |
class |
ProjectPreviewFile |
class |
ProjektRessourceDatei |
class |
SystemAuthenticatorFile |
class |
SystemPluginFile
Entity for the binary data of an system-wide plugin
|
Modifier and Type | Field and Description |
---|---|
protected T |
AEncryptedFileDataEntity.fileEntity |
protected T |
AFileDataEntity.fileEntity |
protected T |
AFormEncryptedFileDataEntity.fileEntity |
Modifier and Type | Interface and Description |
---|---|
interface |
IAuthenticator<T extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>
Common interface for user authenticator entities.
|
interface |
IFileDataEntity<T extends IFileEntity<?,?>> |
interface |
IFileProviding<T extends IFileEntity<?,E>,E extends IFileDataEntity<T>> |
Modifier and Type | Interface and Description |
---|---|
interface |
IAuthentticatorFile<E extends de.xima.cmn.dao.interfaces.IEntity<Long>,T extends IFileDataEntity<?>> |
interface |
IPluginFileEntity<E extends IPluginEntity<?,?,?>,J extends IFileDataEntity<?>,C extends IFileDataEntity<?>> |
Modifier and Type | Method and Description |
---|---|
IFileEntity<?,E> |
IFileProviding.getFileEntity() |
Modifier and Type | Method and Description |
---|---|
<E extends IFileDataEntity<?>,T extends IFileEntity<?,E>> |
GenericFileDao.getFileDataEntity(IEntityContext ec,
T entity) |
<T extends IFileEntity<?,?>> |
GenericFileDao.getFileEntityData(IEntityContext ec,
T fileEntity) |
<E extends IFileDataEntity<?>,T extends IFileEntity<?,E>> |
GenericFileDao.updateFileData(IEntityContext ec,
T entity,
byte[] data) |
Modifier and Type | Class and Description |
---|---|
class |
AuthPluginParameterModel<E extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>> |
Modifier and Type | Method and Description |
---|---|
<T extends IFileEntity<?,?>> |
FileHandler.getUncachedFileEntityData(UserContext uc,
T fileEntity) |
<E extends IFileDataEntity<?>,T extends IFileEntity<?,E>> |
FileHandler.updateFileData(UserContext uc,
T entity,
byte[] data) |
Modifier and Type | Method and Description |
---|---|
<T extends IFileEntity<?,?>> |
IFileHandler.getUncachedFileEntityData(UserContext uc,
T entity) |
<E extends IFileDataEntity<?>,T extends IFileEntity<?,E>> |
IFileHandler.updateFileData(UserContext uc,
T entity,
byte[] data) |
Modifier and Type | Interface and Description |
---|---|
interface |
IAuthenticatorWrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>>
Interface for authenticator wrappers
|
Modifier and Type | Interface and Description |
---|---|
interface |
IPluginFormAuthenticatorParams<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>>
Interface for parameters for a authenticator type plugin to create a client with
|
Modifier and Type | Method and Description |
---|---|
IPluginFormAuthenticatorRetVal |
IPluginAuthenticatorType.buildFormAuthClient(IPluginFormAuthenticatorParams<? extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>> IPluginClientParams)
Method to build an client for the authentication for the request of a protected form.
|
Modifier and Type | Class and Description |
---|---|
class |
PluginFormAuthenticatorParams<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>> |
Modifier and Type | Class and Description |
---|---|
class |
FacebookWrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>>
Wrappe for an facebook authenticator
|
class |
GoogleWrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>>
Wrapper for an google authenticator
|
class |
OIDCWrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>>
Wrapper for an openid connect authenticator
|
class |
PluginWrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>>
Wrapper for a plugin authenticator
|
class |
SAMLWrapper<T extends IAuthenticator<E>,E extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>
Wrapper for an saml authenticator
|
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.