Uses of Interface
de.xima.fc.entities.interfaces.IFileDataEntity
Packages that use IFileDataEntity
Package
Description
Konstanten-Klassen, Interfaces und Helper-Klassen
Package für Datenbankentitäten
Interfaces für Datenbankentitäten
-
Uses of IFileDataEntity in de.xima.fc
Methods in de.xima.fc with type parameters of type IFileDataEntityModifier and TypeMethodDescriptionstatic <E extends IFileDataEntity<?>,T extends IFileProviding<?, E>>
StringPathHandler.FS.getCacheDirPath(T entity) -
Uses of IFileDataEntity in de.xima.fc.api.cache
Methods in de.xima.fc.api.cache with type parameters of type IFileDataEntityModifier and TypeMethodDescriptionstatic <E extends IFileDataEntity<?>,T extends IFileProviding<?, E>>
byte[]FileCache.cacheFileData(UserContext uc, T entity) static <E extends IFileDataEntity<?>,T extends IFileProviding<?, E>>
byte[]FileCache.getCachedFileData(UserContext uc, T entity) static <E extends IFileDataEntity<?>,T extends IFileProviding<?, E>>
byte[]FileCache.getUncachedFileData(UserContext uc, T entity) static <E extends IFileDataEntity<?>,T extends IFileProviding<?, E>>
BinaryCacheModelFileCache.readCachedFileData(T entity) -
Uses of IFileDataEntity in de.xima.fc.api.file
Methods in de.xima.fc.api.file with type parameters of type IFileDataEntityModifier and TypeMethodDescription<D extends IFileDataEntity<F>,F extends IKeyDependentFileEntity<E, D>, E extends IFileMapProviding<F, D>>
byte[]FileAPI.getFileData(UserContext uc, E entity, String fileKey) Returns the file data of a file belonging to the given entity with the given file key.<E extends IFileDataEntity<?>,T extends IFileProviding<?, E>>
byte[]FileAPI.getFileData(UserContext uc, T entity) <D extends IFileDataEntity<F>,F extends IKeyDependentFileEntity<E, D>, E extends IFileMapProviding<F, D>>
InputStreamFileAPI.getFileStream(UserContext uc, E entity, String fileKey) Returns the file data of a file belonging to the given entity with the given file key.<E extends IFileDataEntity<?>,T extends IFileProviding<?, E>>
InputStreamFileAPI.getFileStream(UserContext uc, T entity) Method for downloading a file by theAttachmentID.<D extends IFileDataEntity<F>,F extends IKeyDependentFileEntity<E, D>, E extends IFileMapProviding<F, D>>
byte[]FileAPI.getUncachedFileData(UserContext uc, E entity, String fileKey) Returns the file data of a file belonging to the given entity with the given file key.<E extends IFileDataEntity<?>,T extends IFileProviding<?, E>>
byte[]FileAPI.getUncachedFileData(UserContext uc, T entity) <E extends IFileDataEntity<?>,T extends IFileEntity<?, E>>
TFileAPI.updateFileData(UserContext uc, T entity, byte[] data) -
Uses of IFileDataEntity in de.xima.fc.bl.fdv
Methods in de.xima.fc.bl.fdv with type parameters of type IFileDataEntityModifier and TypeMethodDescription<E extends IFileDataEntity<?>>
FileWorkflowProcessingContext.getSourceFile(Aktion aktion, IFileProviding<?, E> file) Deprecated. -
Uses of IFileDataEntity in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces with type parameters of type IFileDataEntityModifier and TypeMethodDescription<D extends IFileDataEntity<F>,F extends IKeyDependentFileEntity<E, D>, E extends IFileMapProviding<F, D>>
byte[]IGenericFileDao.getFileData(IEntityContext ec, E entity, String fileKey) Returns the file data of a file belonging to the given entity with the given file key.<E extends IFileDataEntity<?>,T extends IFileProviding<?, E>>
byte[]IGenericFileDao.getFileData(IEntityContext ec, Class<T> entityClass, long id) Returns the file data of a file entity.<E extends IFileDataEntity<?>,T extends IFileProviding<?, E>>
byte[]IGenericFileDao.getFileData(IEntityContext ec, T entity) Returns the file data of a file entity.<D extends IFileDataEntity<F>,F extends IKeyDependentFileEntity<E, D>, E extends IFileMapProviding<F, D>>
DIGenericFileDao.getFileDataEntity(IEntityContext ec, E entity, String fileKey) Returns the file data entity of a file belonging to the given entity with the given file key.<E extends IFileDataEntity<?>,T extends IFileEntity<?, E>>
EIGenericFileDao.getFileDataEntity(IEntityContext ec, T entity) Get the file data entity for a given file entity.<D extends IFileDataEntity<F>,F extends IKeyDependentFileEntity<E, D>, E extends IFileMapProviding<F, D>>
InputStreamIGenericFileDao.getFileStream(IEntityContext ec, E entity, String fileKey) Returns the file data of a file belonging to the given entity with the given file key, as an input stream.<E extends IFileDataEntity<?>,T extends IFileProviding<?, E>>
InputStreamIGenericFileDao.getFileStream(IEntityContext ec, T entity) <E extends IFileDataEntity<?>,T extends IFileEntity<?, E>>
TIGenericFileDao.updateFileData(IEntityContext ec, T entity, byte[] data) Replaces the data of the given file entity with the new data. -
Uses of IFileDataEntity in de.xima.fc.encryption.db
Methods in de.xima.fc.encryption.db with type parameters of type IFileDataEntityModifier and TypeMethodDescription<E extends IFileDataEntity<?>,T extends IFileEntity<?, E>>
voidDBEncryptionProcessor.updateAllFiles(Class<T> fileprovidingClass, int pageSize, int threadCount) -
Uses of IFileDataEntity in de.xima.fc.entities
Classes in de.xima.fc.entities with type parameters of type IFileDataEntityModifier and TypeClassDescriptionclassAAuthenticator<T extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>> Abstract base class for user authenticatorsclassAFileEntity<E extends de.xima.cmn.dao.interfaces.IEntity<Long>,T extends IFileDataEntity<?>> classAPluginEntity<META extends IPluginFileEntity<?,?, ?>, DATA extends IFileDataEntity<META>, CONFIG extends IFileDataEntity<META>> A formcycle plugin that provides additional features to an existing formcycle application.classAPluginEntity<META extends IPluginFileEntity<?,?, ?>, DATA extends IFileDataEntity<META>, CONFIG extends IFileDataEntity<META>> A formcycle plugin that provides additional features to an existing formcycle application.classAPluginFileEntity<T extends IPluginEntity<?,?, ?>, J extends IFileDataEntity<?>, C extends IFileDataEntity<?>> classAPluginFileEntity<T extends IPluginEntity<?,?, ?>, J extends IFileDataEntity<?>, C extends IFileDataEntity<?>> Classes in de.xima.fc.entities that implement IFileDataEntityModifier and TypeClassDescriptionclassAEncryptedFileDataEntity<T extends IFileEntity<?,?>> classAFileDataEntity<T extends IFileEntity<?,?>> classAFormEncryptedFileDataEntity<T extends IFileEntity<?,?>> classclassclassEntity containing the actual data of a user profile file entityclassEntity for the configuration of an client-wide pluginclassEntity for the binary data of an system-wide pluginclassclassclassclassclassclassclassclassclassclassclassEntity for the configuration of an system-wide pluginclassEntity for the binary data of an system-wide pluginclassEntity containing the actual data of a user profile file entityclassJSON data with the backup of a workflow version. -
Uses of IFileDataEntity in de.xima.fc.entities.interfaces
Classes in de.xima.fc.entities.interfaces with type parameters of type IFileDataEntityModifier and TypeInterfaceDescriptioninterfaceIAuthenticator<T extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>> Common interface for user authenticator entities.interfaceIAuthentticatorFile<E extends de.xima.cmn.dao.interfaces.IEntity<Long>,T extends IFileDataEntity<?>> interfaceIFileEntity<E extends de.xima.cmn.dao.interfaces.IEntity<Long>,T extends IFileDataEntity<?>> interfaceIFileMapProviding<T extends IKeyDependentFileEntity<?,D>, D extends IFileDataEntity<T>> Common interface for classes providing a file mapinterfaceIFileProviding<T extends IFileEntity<?,E>, E extends IFileDataEntity<T>> interfaceIKeyDependentFileEntity<E extends de.xima.cmn.dao.interfaces.IEntity<Long>,T extends IFileDataEntity<?>> Common interface forIFileEntitys that depend on a file keyinterfaceIPluginEntity<META extends IPluginFileEntity<?,?, ?>, DATA extends IFileDataEntity<META>, CONFIG extends IFileDataEntity<META>> A plugin entity, either scoped to a particular client or to the system.interfaceIPluginEntity<META extends IPluginFileEntity<?,?, ?>, DATA extends IFileDataEntity<META>, CONFIG extends IFileDataEntity<META>> A plugin entity, either scoped to a particular client or to the system.interfaceIPluginFileEntity<E extends IPluginEntity<?,?, ?>, J extends IFileDataEntity<?>, C extends IFileDataEntity<?>> interfaceIPluginFileEntity<E extends IPluginEntity<?,?, ?>, J extends IFileDataEntity<?>, C extends IFileDataEntity<?>> -
Uses of IFileDataEntity in de.xima.fc.file
Methods in de.xima.fc.file with type parameters of type IFileDataEntityModifier and TypeMethodDescription<D extends IFileDataEntity<F>,F extends IKeyDependentFileEntity<E, D>, E extends IFileMapProviding<F, D>>
byte[]GenericFileDao.getFileData(IEntityContext ec, E entity, String fileKey) <E extends IFileDataEntity<?>,T extends IFileProviding<?, E>>
byte[]GenericFileDao.getFileData(IEntityContext ec, Class<T> clazz, long id) <E extends IFileDataEntity<?>,T extends IFileProviding<?, E>>
byte[]GenericFileDao.getFileData(IEntityContext ec, T entity) <D extends IFileDataEntity<F>,F extends IKeyDependentFileEntity<E, D>, E extends IFileMapProviding<F, D>>
DGenericFileDao.getFileDataEntity(IEntityContext ec, E entity, String fileKey) <E extends IFileDataEntity<?>,T extends IFileEntity<?, E>>
EGenericFileDao.getFileDataEntity(IEntityContext ec, T entity) <D extends IFileDataEntity<F>,F extends IKeyDependentFileEntity<E, D>, E extends IFileMapProviding<F, D>>
InputStreamGenericFileDao.getFileStream(IEntityContext ec, E entity, String fileKey) <E extends IFileDataEntity<?>,T extends IFileProviding<?, E>>
InputStreamGenericFileDao.getFileStream(IEntityContext ec, T entity) <E extends IFileDataEntity<?>,T extends IFileEntity<?, E>>
TGenericFileDao.updateFileData(IEntityContext ec, T entity, byte[] data) -
Uses of IFileDataEntity in de.xima.fc.gui.bean.application
Methods in de.xima.fc.gui.bean.application with type parameters of type IFileDataEntityModifier and TypeMethodDescription<T extends IFileDataEntity<?>>
org.primefaces.model.StreamedContentDownloadBean.download(IFileProviding<?, T> resource) -
Uses of IFileDataEntity in de.xima.fc.gui.bean.resource
Classes in de.xima.fc.gui.bean.resource with type parameters of type IFileDataEntityModifier and TypeClassDescriptionclassABasicResourceBean<E extends IFileDataEntity<?>,T extends IFileProviding<?, E> & INameProviding & IDescriptionProviding> -
Uses of IFileDataEntity in de.xima.fc.gui.common.utils
Methods in de.xima.fc.gui.common.utils with type parameters of type IFileDataEntityModifier and TypeMethodDescriptionstatic <E extends IFileDataEntity<?>,T extends IFileProviding<?, E>>
FileFileUtils.createZipFile(List<T> entities, File outDir) Packs the files of the given entities into one zip file which will be placed in the specified output directorystatic <E extends IFileDataEntity<?>,T extends IFileProviding<?, E>>
FileFileUtils.createZipFile(List<T> entities, File outDir, String zipFileName) Packs the files of the given entities into one zip file which will be placed in the specified output directorystatic <E extends IFileDataEntity<?>,T extends IFileProviding<?, E>>
FileFileUtils.createZipFileFromDataSources(List<Datenquelle> sources, File outDir, String zipFileName) Packs the contents of the given data sources into one zip file which will be placed in the specified output directorystatic <E extends IFileDataEntity<?>,T extends IFileProviding<?, E>>
FileGets theFilefrom anIFileProvidingentity placed within the specified output directorystatic <E extends IFileDataEntity<?>,T extends IFileProviding<?, E>>
org.primefaces.model.StreamedContentFileUtils.getStreamedContent(T entity) Gets aStreamedContentfor the givenIFileProvidingentity -
Uses of IFileDataEntity in de.xima.fc.gui.model
Classes in de.xima.fc.gui.model with type parameters of type IFileDataEntityModifier and TypeClassDescriptionclassAuthPluginParameterModel<E extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>> -
Uses of IFileDataEntity in de.xima.fc.handler.file
Methods in de.xima.fc.handler.file with type parameters of type IFileDataEntityModifier and TypeMethodDescription<D extends IFileDataEntity<F>,F extends IKeyDependentFileEntity<E, D>, E extends IFileMapProviding<F, D>>
byte[]FileHandler.getUncachedFileData(UserContext uc, E entity, String fileKey) <E extends IFileDataEntity<?>,T extends IFileProviding<?, E>>
byte[]FileHandler.getUncachedFileData(UserContext uc, Class<T> clazz, long id) <E extends IFileDataEntity<?>,T extends IFileProviding<?, E>>
byte[]FileHandler.getUncachedFileData(UserContext uc, T entity) <E extends IFileDataEntity<?>,T extends IFileEntity<?, E>>
TFileHandler.updateFileData(UserContext uc, T entity, byte[] data) -
Uses of IFileDataEntity in de.xima.fc.handler.interfaces.file
Methods in de.xima.fc.handler.interfaces.file with type parameters of type IFileDataEntityModifier and TypeMethodDescription<D extends IFileDataEntity<F>,F extends IKeyDependentFileEntity<E, D>, E extends IFileMapProviding<F, D>>
byte[]IFileHandler.getUncachedFileData(UserContext uc, E entity, String fileKey) Returns the file data of a file belonging to the given entity with the given file key.<E extends IFileDataEntity<?>,T extends IFileProviding<?, E>>
byte[]IFileHandler.getUncachedFileData(UserContext uc, Class<T> clazz, long id) <E extends IFileDataEntity<?>,T extends IFileProviding<?, E>>
byte[]IFileHandler.getUncachedFileData(UserContext uc, T entity) <E extends IFileDataEntity<?>,T extends IFileEntity<?, E>>
TIFileHandler.updateFileData(UserContext uc, T entity, byte[] data) -
Uses of IFileDataEntity in de.xima.fc.interfaces.auth
Classes in de.xima.fc.interfaces.auth with type parameters of type IFileDataEntityModifier and TypeInterfaceDescriptioninterfaceIAuthenticatorWrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>> Deprecated. -
Uses of IFileDataEntity in de.xima.fc.interfaces.plugin.param.auth
Classes in de.xima.fc.interfaces.plugin.param.auth with type parameters of type IFileDataEntityModifier and TypeInterfaceDescriptioninterfaceIPluginFormAuthenticatorParams<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>> Interface with the parameters passed to an authenticator type plugin when a new client needs to be created for a form authentication context.interfaceIPluginGenericAuthenticatorParams<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>> Interface with the parameters passed to an authenticator type plugin when a new client needs to be created for a generic authentication context. -
Uses of IFileDataEntity in de.xima.fc.interfaces.processing
Methods in de.xima.fc.interfaces.processing with type parameters of type IFileDataEntityModifier and TypeMethodDescription<E extends IFileDataEntity<?>>
FileIWorkflowProcessingContext.getSourceFile(Aktion aktion, IFileProviding<?, E> file) Deprecated.Methode zum Ermitteln und temporären Ablegen von Dateien aus der Datenbank. -
Uses of IFileDataEntity in de.xima.fc.interfaces.workflow.execution
Method parameters in de.xima.fc.interfaces.workflow.execution with type arguments of type IFileDataEntityModifier and TypeMethodDescriptiondefault FileIWorkflowFileHandler.writeToSourceDir(WorkflowNode node, IFileProviding<?, ? extends IFileDataEntity<?>> providing, String... subDirs) Writes the given binary data to a file in theIWorkflowFileHandler.sourceDirForNode(WorkflowNode, String...)of the given node, and returns a file pointing to the newly created file.default FileIWorkflowFileHandler.writeToTargetDir(WorkflowNode node, IFileProviding<?, ? extends IFileDataEntity<?>> providing, String... subDirs) Writes the given binary data to a file in theIWorkflowFileHandler.targetDirForNode(WorkflowNode, String...)of the given node, and returns a file pointing to the newly created file.IWorkflowFileHandler.writeToTempDir(WorkflowNode node, IFileProviding<?, ? extends IFileDataEntity<?>> providing, String... subDirs) Writes the given binary data to a file in theIWorkflowFileHandler.tempDirForNode(WorkflowNode, String...)of the given node, and returns a file pointing to the newly created file. -
Uses of IFileDataEntity in de.xima.fc.plugin
Method parameters in de.xima.fc.plugin with type arguments of type IFileDataEntityModifier and TypeMethodDescriptionstatic PluginManifestPluginTransactions.readPluginManifest(IEntityContext ec, APluginEntity<? extends IPluginFileEntity<?, ?, ?>, ? extends IFileDataEntity<?>, ?> plugin) Reads and parses the manifest of a given plugin entity. -
Uses of IFileDataEntity in de.xima.fc.plugin.interfaces.auth
Method parameters in de.xima.fc.plugin.interfaces.auth with type arguments of type IFileDataEntityModifier and TypeMethodDescriptiondefault IPluginFormAuthenticatorRetValIPluginAuthenticatorType.buildFormAuthClient(IPluginFormAuthenticatorParams<? extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>, ? extends IFileDataEntity<?>>>> params) Deprecated.since Version 8.0.0 UseIPluginAuthenticatorType.buildGenericAuthClient(IPluginGenericAuthenticatorParams)instead.IPluginAuthenticatorType.buildGenericAuthClient(IPluginGenericAuthenticatorParams<? extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>, ? extends IFileDataEntity<?>>>> params) Method to build a client used to authenticate users for a generic authentication context. -
Uses of IFileDataEntity in de.xima.fc.plugin.models.params.auth
Classes in de.xima.fc.plugin.models.params.auth with type parameters of type IFileDataEntityModifier and TypeClassDescriptionclassPluginFormAuthenticatorParams<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>> classPluginGenericAuthenticatorParams<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>> Default POJO implementation ofIPluginGenericAuthenticatorParams. -
Uses of IFileDataEntity in de.xima.fc.security.authentication.model.properties
Classes in de.xima.fc.security.authentication.model.properties with type parameters of type IFileDataEntityModifier and TypeClassDescriptionclassAzureAdOauth2AuthenticatorProperties<TAuthenticator extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>> Model class for the properties of an authenticator of typeEAuthClientType.AZURE_AD.classCommonRedirectAuthenticatorProperties<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>> Model class for the properties of authenticators that use redirection to an external IDP.classFacebookAuthenticatorProperties<TAuthenticator extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>> Model class for accessing the properties of an authenticator of typeEAuthClientType.FACEBOOKin a structured manner.classGoogleAuthenticatorProperties<TAuthenticator extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>> Model class for the properties of an authenticator of typeEAuthClientType.GOOGLE.classKerberosExtensionAuthenticatorProperties<TAuthenticator extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>> Model class for the properties of an authenticator of typeEAuthClientType.KERBEROS_EXTENSION.classLdapAuthenticatorProperties<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>> Model class for the properties of an authenticator of typeEAuthClientType.LDAP.classOAuth2AuthenticatorProperties<TAuthenticator extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>> Model class for accessing the properties of an authenticator of typeEAuthClientType.GENERIC_OAUTH2in a structured manner.classOpenIdConnectAuthenticatorProperties<TAuthenticator extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>> Model class for accessing the properties of an authenticator of typeEAuthClientType.GENERIC_OPENIDCONNECTin a structured manner.classPluginAuthenticatorProperties<TAuthenticator extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>> Model class for accessing the properties of an authenticator of typeEAuthClientType.PLUGINin a structured manner.classSamlAuthenticatorProperties<TAuthenticator extends IAuthenticator<E>,E extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>, ? extends IFileDataEntity<?>>> Model class for accessing the properties of an authenticator of typeEAuthClientType.GENERIC_OPENIDCONNECTin a structured manner.Methods in de.xima.fc.security.authentication.model.properties with type parameters of type IFileDataEntityModifier and TypeMethodDescriptionstatic <T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>>
IAuthenticatorProperties<T>AuthenticatorPropertiesFactory.createPropertiesModel(T authenticator) -
Uses of IFileDataEntity in de.xima.fc.security.interfaces.authentication
Classes in de.xima.fc.security.interfaces.authentication with type parameters of type IFileDataEntityModifier and TypeInterfaceDescriptioninterfaceIAuthenticatorProperties<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>> Common interfaces for models representing the properties of anIAuthenticator. -
Uses of IFileDataEntity in de.xima.fc.testhelper.security
Methods in de.xima.fc.testhelper.security with type parameters of type IFileDataEntityModifier and TypeMethodDescriptionstatic <TEntity extends IAuthenticator<TFileEntity>,TFileEntity extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>, ? extends IFileDataEntity<?>>>
SamlAuthenticatorProperties<TEntity,TFileEntity> DummyAuthenticatorPropsFactory.dummySamlProps(TEntity authenticator) -
Uses of IFileDataEntity in de.xima.fc.web.common.auth.wrapper
Classes in de.xima.fc.web.common.auth.wrapper with type parameters of type IFileDataEntityModifier and TypeClassDescriptionclassAzureAdWrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>> Deprecated.UseAzureAdOauth2AuthenticatorPropertiesinstead.classFacebookWrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>> Deprecated.UseFacebookAuthenticatorPropertiesinstead.classGoogleWrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>> Deprecated.UseGoogleAuthenticatorPropertiesinstead.classOAuth20Wrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>> Deprecated.UseOAuth2AuthenticatorPropertiesinstead.classOIDCWrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>> Deprecated.UseOpenIdConnectAuthenticatorPropertiesinstead.classPluginWrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>> Deprecated.UsePluginAuthenticatorPropertiesinstead.classSAMLWrapper<T extends IAuthenticator<E>,E extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>, ? extends IFileDataEntity<?>>> Deprecated.UseSamlAuthenticatorPropertiesinstead.
de.xima.fc.security.interfaces.authentication.IAuthenticatorPropertiesinstead.