Package | Description |
---|---|
de.innovationgate.utils |
Generic various-purpose utility classes.
|
de.innovationgate.wga.config |
Configuration beans for the OpenWGA server, stored in wgaconfig.xml
|
de.innovationgate.wga.modules |
Base classes of the OpenWGA module registry
|
de.innovationgate.wga.modules.options |
Option type definitions and other related classes for the OpenWGA module registry
|
Class and Description |
---|
PasswordEncodingException
Thrown when password encoding fails
|
PasswordOptionEncoder
Interface for password encoding modules, registered for type
PasswordOptionType |
Class and Description |
---|
OptionConversionException
Thrown when there is an error on the conversion of a
ConvertingOptionType |
Class and Description |
---|
OptionCategoryDefinition
Interface for the definition of an option category.
|
OptionDefinition
Iterface for classes that define options for modules.
|
ValidationContext
Serves all available context for option validations
|
Class and Description |
---|
BooleanOptionType
Option type storing boolean values as "true" and "false"
|
ClassNameOptionType
Option type meant to store full qualified java class names
|
CommaSeparatedListOptionType
Option type meant to store comma separated lists "a,b,c" in a string
|
ConvertingOptionType
Interface for an option type that wishes to define some special conversion/unconversion method for it's values, meant to be used when the options are stored to/read from some kind of persistent form..
|
DependentOption
Defines an option that the current option is dependent on.
|
IntegerOptionType
An option type that stores integer values in their string representation
|
IPv4RestrictionOptionType
Option for input of an IP4 restriction
|
JNDIPathOptionType
Option type thatis meant to contain a JNDI path
|
JSONListOptionType
Option type storing a string list as JSON list
|
LocalizedOptionValueProvider
An implementation of
OptionValueProvider providing localized value titles for a given set of predefined values. |
LogLevelOptionType
An option type storing log levels like those used by log4j
|
ModuleDefinitionsValueProvider
A generic value provider providing titles and implementation classes of a given module type as as title/values
|
MultilineStringOptionType
An option type meant to store strings that may have multiple lines
|
OptionCategoryDefinition
Interface for the definition of an option category.
|
OptionConversionException
Thrown when there is an error on the conversion of a
ConvertingOptionType |
OptionDefinition
Iterface for classes that define options for modules.
|
OptionReader
Tool class to read/write options from an options map to directly use them in application code.
|
OptionType
Definition of a type of option, which determines the data type of the option and it's possible values.
|
OptionValueProvider
An object that provides possible/allowed values for some option type
|
OptionValueValidationException
Thrown when an option validation fails
|
PasswordEncodingException
Thrown when password encoding fails
|
PredefinedValuesOptionType
Tool class for building option types that offer some predefined values
To use simply instantiate the class and add all values to offer via method
PredefinedValuesOptionType.addValue(String) . |
PredefinedValuesValueProvider
Interface for a value provider allowing to determine predefined values
|
SemicolonSeparatedListOptionType
Option type meant to store comma separated lists "a,b,c" in a string
|
ServerFilePathOptionType
Option type meant to store file paths of the WGA server's file system
|
ShareOpsOptionType
An option type allowing to enable/disable operations for a content share: create, move, delete
|
ShareOpsValueProvider
An option value provider offering operations to enable/disable for a content share: create, move, delete
|
SpaceSeparatedListOptionType
Option type meant to store comma separated lists "a,b,c" in a string
|
StringOptionType
generic option type meant for storing any kind of string
|
TextEncodingOptionType
Option type for storing text encodings.
|
ValidationContext
Serves all available context for option validations
|