Package | Description |
---|---|
de.innovationgate.utils.security |
Encrypting and security related stuff
|
de.innovationgate.wga.modules |
Base classes of the OpenWGA module registry
|
Modifier and Type | Method and Description |
---|---|
static HashingService |
HashedPassword.fetchScheme(ModuleRegistry reg,
java.lang.String schemeName) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
ModuleRegistry.instantiate(java.lang.Class<? extends java.lang.Object> moduleClass)
Method to create a module instantiation.
|
java.lang.Object |
ModuleRegistry.instantiate(ModuleDefinition def)
Method to create a module instantiation.
|