7.1.1 Core/Framework Libraries
Provide infrastructure features of OBAPI platform. These libraries are
packaged in the digx-shared-libs.war
Library | Description |
---|---|
com.ofss.digx.infra.audit | Provides basic infrastructure classes for audit. |
com.ofss.digx.infra.crypto.impl.jar | Provides default implementations of cryptography functions such as hash generation, public private key generation and symmetric cryptography provider. |
com.ofss.digx.infra.crypto | Provides cryptography functions such as hash generation, public private key generation and symmetric cryptography provider. |
com.ofss.digx.infra.crypto.asymmetric.impl.db | |
com.ofss.digx.infra.crypto.asymmetric.impl.keystore | |
com.ofss.digx.infra.crypto.asymmetric.impl.remote | |
com.ofss.digx.infra.crypto.impl.jar | Provides default implementations of cryptography functions such as hash generation, public private key generation and symmetric cryptography provider. |
com.ofss.digx.framework.domain | Provides base classes for entities, assemblers, repositories etc. |
com.ofss.digx.framework.rest | Provides classes for calling host REST services. |
com.ofss.digx.framework.adapter | Provides adapter interfaces for cross-domain invocation required for the framework. |
com.ofss.digx.appx.core.rest | Provides infrastructure classes for OBDX REST services |
com.ofss.digx.datatype | Provides complex data types used in OBDX application |
com.ofss.digx.core.enumeration | Provides enumerations required for the core framework of the application. |
com.ofss.digx.appcore | Provides base classes for application services, Interaction classes etc. |
com.ofss.digx.security.core | Provides two factor authentication related core classes. |
com.ofss.digx.appcore.dto | Provides DTOs used in infrastructure services |
com.ofss.digx.annotations | Provides various annotations used in OBDX application |
com.ofss.digx.appx.core.soap | Provides infrastructure classes for OBDX REST services |
com.ofss.digx.core.enumeration.converters | Provides infrastructure classes for defining converter logic for enumeration |
com.ofss.digx.framework.scheduler | Provides infrastructure classes for OBDX scheduler |
com.ofss.digx.infra.orms | Contains ORM mapping files for framework domains |
com.ofss.digx.infra.token.security | Contains infrastructure classes for provide user/subject information using token. |
Parent topic: OBAPI Libraries