Last Published: 28 October 2014
Home
|
DIF
|
Development
|
Digitalis
DIF User Guide
Home
DEM
SDK
Annotations
Views
Parameters
Messages
Tags
Configuration
Reference
Getting Help
Dependencies
User Documentation
FAQ
Documentation
Tutorial
Screencasts
User Guide
Annotation reference
Tags reference
Project Documentation
Project Information
Project Reports
Module/Plug-in listing
This page lists the modules/plug-ins available for DiF.
Core modules
Class Enhancer
ClassEnhancerImpl
- the default class enhancement engine.
Entity Registrator
DEMRegistratorImpl
- the default entity registrator.
DEM Manager
DEMManagerImpl
- the default DEM manager.
Registration Manager
RegistrationManagerImpl
- the default registration manager.
Messages Manager
MessageManagerImpl
- the default messages manager.
MessageManagerDatabaseImpl
- a database persistent messages manager.
Parameter Manager
ParameterManagerImpl
- the default parameter manager.
Configurations Manager
ConfigurationsPreferencesImpl
- the default configurations manager.
Logger
LogWrapperLog4JImpl
- the default logging framework.
Encryption Mechanism
EncryptorImpl
- the default encryption mechanism.
License control mechanism
LicenseImpl
- the default license control mechanism.
Dispatcher modules
Channel Abstraction Layers
ChALHTTPImpl
- the HTTP ChAL.
DIF1IntegrationChALHTTPImpl
- an HTTP ChAL with DiF 1.x integration.
Dispatchers
DispatcherHTTPImpl
- the HTTP dispatcher.
DIF1IntegrationDispatcherHTTPImpl
- an HTTP dispatcher with DiF 1.x integration.
Dispatcher Error Handlers
DispatcherHTTPImpl
- the HTTP dispatcher error handler.
Session Manager
SessionManagerImpl
- the default session manager.
Navigation History (Stages accessed)
NavigationHistoryImpl
- the default Navigation history.
Security modules
User
DIFUserStaticImpl
- the default user implementation.
Group
DIFGroupStaticImpl
- the default group implementation.
Authentication Manager
AuthenticationManagerStaticImpl
- the default RAM-based authentication manager implementation.
Authorization Manager
AuthorizationManagerStaticImpl
- the default RAM-based authorization manager implementation.
AuthorizationManagerDataBaseImpl
- a database authorization manager implementation.
Identity Manager
IdentityManagerStaticImpl
- the default RAM-based identity manager implementation.
IdentityManagerLDAPImpl
- LDAP identity manager implementation.
Parameter modules
Parameter behavior
ParametersImpl
- the default parameter implementation.
Parameter types
StringParameter
- the default
String
parameter type implementation.
LongParameter
- the default
Long
parameter type implementation.
DoubleParameter
- the default
Double
parameter type implementation.
BooleanParameter
- the default
Boolean
parameter type implementation.
DateParameter
- the default
Date
parameter type implementation.
Parameter constraints
Numeric constraint
- the default
numeric
parameter constraint implementation.
Minimum value constraint
- the default
min
parameter constraint implementation.
Maximum value constraint
- the default
max
parameter constraint implementation.
Date constraint
- the default
date
parameter constraint implementation.
Parameter validators
NONE IMPLEMENTED YET!
Back to User Guide index