Package | Description |
---|---|
net.bluemind.custom.password.sizestrength | |
net.bluemind.filehosting.config | |
net.bluemind.system.api | |
net.bluemind.system.service |
Modifier and Type | Method and Description |
---|---|
IValidator<GlobalSettings> |
SizeStrengthGlobalSettingsValidator.factory.create(BmContext context) |
ISanitizer<GlobalSettings> |
SizeStrengthGlobalSettingsSanitizer.factory.create(BmContext context,
Container container) |
java.lang.Class<GlobalSettings> |
SizeStrengthGlobalSettingsValidator.factory.support() |
java.lang.Class<GlobalSettings> |
SizeStrengthGlobalSettingsSanitizer.factory.support() |
Modifier and Type | Method and Description |
---|---|
void |
SizeStrengthGlobalSettingsValidator.create(GlobalSettings newValue) |
void |
SizeStrengthGlobalSettingsSanitizer.create(GlobalSettings newValue) |
void |
SizeStrengthGlobalSettingsValidator.update(GlobalSettings oldValue,
GlobalSettings newValue) |
void |
SizeStrengthGlobalSettingsSanitizer.update(GlobalSettings oldValue,
GlobalSettings newValue) |
Modifier and Type | Method and Description |
---|---|
IValidator<GlobalSettings> |
FileHostingGlobalSettingsHook.FileHostingGlobalSettingsValidatorFactory.create(BmContext context) |
java.lang.Class<GlobalSettings> |
FileHostingGlobalSettingsHook.FileHostingGlobalSettingsValidatorFactory.support() |
Modifier and Type | Method and Description |
---|---|
void |
FileHostingGlobalSettingsHook.create(GlobalSettings settings) |
void |
FileHostingGlobalSettingsHook.onDeleted(BmContext context,
GlobalSettings previous,
java.lang.String key) |
void |
FileHostingGlobalSettingsHook.onUpdated(BmContext context,
GlobalSettings previous,
GlobalSettings updated) |
void |
FileHostingGlobalSettingsHook.update(GlobalSettings previous,
GlobalSettings modifications) |
Modifier and Type | Method and Description |
---|---|
static GlobalSettings |
GlobalSettings.build(java.util.Map<java.lang.String,java.lang.String> settings) |
GlobalSettings |
GlobalSettings.remove(java.lang.String key) |
GlobalSettings |
GlobalSettings.update(java.util.Map<java.lang.String,java.lang.String> updates) |
Modifier and Type | Method and Description |
---|---|
void |
IGlobalSettingsObserver.onDeleted(BmContext context,
GlobalSettings previous,
java.lang.String key) |
void |
IGlobalSettingsObserver.onUpdated(BmContext context,
GlobalSettings previous,
GlobalSettings updated) |
Copyright © 2021. All Rights Reserved.